diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 23:02:07 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 23:02:07 -0500 |
| commit | 66e7218f9c2e0d875a5b06dc31f66a4329cbc032 (patch) | |
| tree | 3745cb528b49be14ad4ad148004ba0239df03856 /src/components/Slideshow.astro | |
| parent | 9533fdeb964938ee460499d5464e5e2bd5ddb3f8 (diff) | |
| download | shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.tar.gz shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.tar.bz2 shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.zip | |
more progress on the Shifter
Diffstat (limited to 'src/components/Slideshow.astro')
| -rw-r--r-- | src/components/Slideshow.astro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro new file mode 100644 index 0000000..8910bd8 --- /dev/null +++ b/src/components/Slideshow.astro @@ -0,0 +1,10 @@ +<div class="window" style="display:flex; flex-direction:column; height:80vh;"> + <div class="titlebar"> + <p class="titlebar-text">Screenshots</p> + <div class="titlebar-buttons"> + <div class="titlebar-box"></div> + <div class="titlebar-box"></div> + <div class="titlebar-box"></div> + </div> + </div> +</div> |
