aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2025-12-12 18:12:13 -0500
committerAndrew Lee <[email protected]>2025-12-12 18:12:13 -0500
commit928bbeab1ec63500ab8fcacb03adab9c0fa07232 (patch)
treeeea4243cc0a5cdda638fddb85da9721e0df24dd9 /src/pages/index.astro
parent32ebc02063589a7d99af4b12e777bfd4773edc83 (diff)
downloadshiftos-archive-website-928bbeab1ec63500ab8fcacb03adab9c0fa07232.tar.gz
shiftos-archive-website-928bbeab1ec63500ab8fcacb03adab9c0fa07232.tar.bz2
shiftos-archive-website-928bbeab1ec63500ab8fcacb03adab9c0fa07232.zip
removed div for border; use variables for colours
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 246c87f..b016f7b 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -17,14 +17,12 @@ import '../styles/window.css';
<div class="titlebar-box"></div>
</div>
</div>
- <div class="border">
- <div class="container">
- <p>ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.</p>
- <div class="nav">
- <a class="button" href="history">History</a>
- <a class="button" href="downloads">Downloads</a>
- <a class="button" href="https://www.youtube.com/c/ShiftOS">Videos</a>
- </div>
+ <div class="container">
+ <p>ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.</p>
+ <div class="nav">
+ <a class="button" href="history">History</a>
+ <a class="button" href="downloads">Downloads</a>
+ <a class="button" href="https://www.youtube.com/c/ShiftOS">Videos</a>
</div>
</div>
</div>