diff --git a/apps/embeddings/index.html b/apps/embeddings/3D/index.html similarity index 100% rename from apps/embeddings/index.html rename to apps/embeddings/3D/index.html diff --git a/apps/embeddings/v1.html b/apps/embeddings/3D/v1.html similarity index 100% rename from apps/embeddings/v1.html rename to apps/embeddings/3D/v1.html diff --git a/apps/embeddings/v2.html b/apps/embeddings/3D/v2.html similarity index 100% rename from apps/embeddings/v2.html rename to apps/embeddings/3D/v2.html diff --git a/apps/embeddings/v3.html b/apps/embeddings/3D/v3.html similarity index 100% rename from apps/embeddings/v3.html rename to apps/embeddings/3D/v3.html diff --git a/apps/star-visualization/index.html b/apps/embeddings/star/index.html similarity index 77% rename from apps/star-visualization/index.html rename to apps/embeddings/star/index.html index c817db3..f7972f9 100644 --- a/apps/star-visualization/index.html +++ b/apps/embeddings/star/index.html @@ -49,6 +49,42 @@ border: 1px solid #ddd; width: 300px; /* Adjust as needed */ } +.modal { + display: none; + position: fixed; + z-index: 1; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: rgb(0,0,0); + background-color: rgba(0,0,0,0.4); + padding-top: 60px; +} + +.modal-content { + background-color: #fefefe; + margin: 5% auto; + padding: 20px; + border: 1px solid #888; + width: 80%; +} + +.close { + color: #aaa; + float: right; + font-size: 28px; + font-weight: bold; +} + +.close:hover, +.close:focus { + color: black; + text-decoration: none; + cursor: pointer; +} + @@ -58,15 +94,22 @@
-