Skip to content

Commit

Permalink
Merge pull request #105 from Carifio24/website-examples
Browse files Browse the repository at this point in the history
Add more examples to website
  • Loading branch information
Carifio24 authored Jan 12, 2025
2 parents c8ce712 + 7607690 commit ee7fd14
Show file tree
Hide file tree
Showing 101 changed files with 392 additions and 57 deletions.
29 changes: 18 additions & 11 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3185,8 +3185,8 @@
transition: all 0s;
box-sizing: border-box;
min-width: 100px;
width: 150px;
height: 150px;
width: 125px;
height: 125px;
display: inline;
}

Expand Down Expand Up @@ -3219,16 +3219,13 @@
}

.example-img {
min-height: 150px;
max-height: 200px;
height: 200px;
min-width: 200px;
max-width: calc(100% - 170px);
object-fit: contain;
}

.example-section {
display: grid;
grid-template-columns: 2fr 1fr;
position: relative;
}

Expand All @@ -3254,6 +3251,21 @@
inset-inline-start: calc(var(--line-offset) * -1);
}

.example-section p {
height: 60px;
}

.qr-highlight {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.qr-item {
display: inline;
width: fit-content;
}

@media screen and (max-width: 840px) {
#nav {
display: none;
Expand All @@ -3267,11 +3279,6 @@
margin: auto;
}

.qr-code {
width: 75%;
height: 75%;
}

#examples-container {
grid-template-columns: 1fr;
}
Expand Down
Binary file removed docs/assets/img/Jupiter_CoSpaces_MERGE_black.png
Binary file not shown.
Binary file removed docs/assets/img/Jupiter_CoSpaces_MERGE_red.png
Binary file not shown.
Binary file removed docs/assets/img/Jupiter_CoSpaces_tabletop_black.png
Binary file not shown.
Binary file removed docs/assets/img/Jupiter_CoSpaces_tabletop_red.png
Binary file not shown.
Binary file removed docs/assets/img/M83_CoSpaces_MERGE_black.png
Binary file not shown.
Binary file removed docs/assets/img/M83_CoSpaces_MERGE_red.png
Binary file not shown.
Binary file removed docs/assets/img/M83_CoSpaces_tabletop_black.png
Binary file not shown.
Binary file removed docs/assets/img/M83_CoSpaces_tabletop_red.png
Binary file not shown.
Binary file removed docs/assets/img/M83_model-viewer_black.png
Binary file not shown.
Binary file removed docs/assets/img/M83_model-viewer_red.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_CoSpaces_MERGE_black.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_CoSpaces_MERGE_red.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_CoSpaces_tabletop_black.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_CoSpaces_tabletop_red.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_model-viewer_black.png
Binary file not shown.
Binary file removed docs/assets/img/Moon_model-viewer_red.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/img/PerTau shell_CoSpaces_MERGE_red.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/img/PerTau shell_model-viewer_black.png
Binary file not shown.
Binary file removed docs/assets/img/PerTau shell_model-viewer_red.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added docs/assets/img/jupiter.png
Binary file added docs/assets/img/lb_b_gum.png
Binary file added docs/assets/img/moon.png
Binary file added docs/assets/img/qr/Jupiter_CoSpaces_MERGE_red.png
Binary file added docs/assets/img/qr/Jupiter_model-viewer_black.png
Binary file added docs/assets/img/qr/Jupiter_model-viewer_red.png
Binary file added docs/assets/img/qr/M83_CoSpaces_MERGE_black.png
Binary file added docs/assets/img/qr/M83_CoSpaces_MERGE_red.png
Binary file added docs/assets/img/qr/M83_CoSpaces_tabletop_red.png
Binary file added docs/assets/img/qr/M83_model-viewer_black.png
Binary file added docs/assets/img/qr/M83_model-viewer_red.png
Binary file added docs/assets/img/qr/Moon_CoSpaces_MERGE_black.png
Binary file added docs/assets/img/qr/Moon_CoSpaces_MERGE_red.png
Binary file added docs/assets/img/qr/Moon_CoSpaces_tabletop_red.png
Binary file added docs/assets/img/qr/Moon_model-viewer_black.png
Binary file added docs/assets/img/qr/Moon_model-viewer_red.png
Binary file added docs/assets/img/radwave.gif
Binary file added docs/assets/img/radwave.png
420 changes: 374 additions & 46 deletions docs/index.html

Large diffs are not rendered by default.

0 comments on commit ee7fd14

Please sign in to comment.