Added description to homepage

This commit is contained in:
Andrew Lee 2025-01-01 01:14:16 -05:00
parent 8dbfe2f9ce
commit 7c27bf194e
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4

View file

@ -5,8 +5,11 @@ import Layout from '../layouts/Layout.astro';
<Layout title="ShiftOS: The Archive" description="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.">
<div class="center">
<img src="/assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo">
<h1>ShiftOS: The Archive</h1>
<b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a></b>
<div class="container">
<h1>ShiftOS: The Archive</h1>
<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>
<b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a></b>
</div>
</div>
<footer>
<p><b>&copy; Copyright 2013-2025 ShiftOS. Game originally made by Philip Adams.<br/>Website made by Andrew Lee. <a href="https://github.com/Alee14/shiftos-website">Website source code.</a></b></p>