From 9230af4a07f43361408344439e07c2fa42bfe66a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Dec 2025 23:06:44 -0500 Subject: more css fixes; the entire site now uses the window; hover effect for close --- src/pages/downloads.md | 8 ++------ src/pages/history.md | 6 ------ src/pages/index.astro | 1 - 3 files changed, 2 insertions(+), 13 deletions(-) (limited to 'src/pages') diff --git a/src/pages/downloads.md b/src/pages/downloads.md index f068700..08c0645 100644 --- a/src/pages/downloads.md +++ b/src/pages/downloads.md @@ -3,12 +3,8 @@ title: "ShiftOS: Downloads" description: Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. layout: ../layouts/Page.astro --- - -# ShiftOS Downloads - -[Return to homepage](/) - -Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. +# Download ShiftOS here! +This contains the ShiftOS source code and ShiftOS binary files. If you have files for ShiftOS, zip it (if it has dependencies), and email archive@shiftos.dev with the binary/zip attached. diff --git a/src/pages/history.md b/src/pages/history.md index 001b4cb..29b1a4b 100644 --- a/src/pages/history.md +++ b/src/pages/history.md @@ -4,10 +4,4 @@ description: ShiftOS started back in November 2013 when Philip Adams wanted to m layout: ../layouts/Page.astro # TODO: Replace this with the doc version --- - -# ShiftOS History -If you have anything to add, feel free to make a [pull request](https://github.com/Alee14/shiftos-website). - -[Return to homepage](/) - ## This page is currently being revamped... diff --git a/src/pages/index.astro b/src/pages/index.astro index b016f7b..4caa7e6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,6 @@ import { Image } from 'astro:assets'; import logo from "../assets/logo.png"; import Layout from '../layouts/Layout.astro'; -import '../styles/window.css'; --- -- cgit v1.2.3