From 16c74dbf983da91b192d692fee1c9ade5266cc9b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Dec 2025 16:05:16 -0500 Subject: revamped homepage (making it look similar to shiftos); updated astro --- src/pages/downloads.md | 1 - src/pages/index.astro | 24 +++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) (limited to 'src/pages') diff --git a/src/pages/downloads.md b/src/pages/downloads.md index e24b919..f068700 100644 --- a/src/pages/downloads.md +++ b/src/pages/downloads.md @@ -4,7 +4,6 @@ description: Download ShiftOS here! This contains the ShiftOS source code and Sh layout: ../layouts/Page.astro --- - # ShiftOS Downloads [Return to homepage](/) diff --git a/src/pages/index.astro b/src/pages/index.astro index fbdd1c2..246c87f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,16 +2,30 @@ import { Image } from 'astro:assets'; import logo from "../assets/logo.png"; import Layout from '../layouts/Layout.astro'; +import '../styles/window.css'; ---
-
-

ShiftOS: The Archive

-

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.

- -- cgit v1.2.3