Now it should link to the proper repo, links clickable, fixed metadata

This commit is contained in:
Andrew Lee 2024-12-31 22:53:03 -05:00
parent 642c484022
commit e179d5bdd3
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4
6 changed files with 20 additions and 19 deletions

Binary file not shown.

View file

@ -25,6 +25,9 @@ import '../styles/style.css';
<meta property="og:description" content={description} />
<meta property="og:image" content="https://shiftos.alee14.me/shiftos.png" />
<meta property="og:type" content="website" />
<meta name="theme-color" content="#FFFFFF"/>
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>

View file

@ -1,8 +1,6 @@
---
title: >
ShiftOS: Downloads
description: >
Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.
title: "ShiftOS: Downloads"
description: Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.
layout: ../layouts/Page.astro
---
@ -15,11 +13,14 @@ Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary
If you have files for ShiftOS, feel free to make a [pull request](https://github.com/Alee14/shiftos-website)!
# ShiftOS Source Code
All ShiftOS source code from 0.0.x, Next, C#, 1.x, and Rewind are located at https://git.alee14.me/shiftos-archive.
# ShiftOS 0.0.x
NOTE: From ShiftOS 0.0.4.1 to 0.0.6.2, it used to send user's information to the ShiftOS email. As of 2020, this no longer works.
- [ShiftOS Source Code](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-src.tar.gz)
- [ShiftOS Original Source Code](https://git.alee14.me/shiftos-archive/ShiftOS)
- [ShiftOS 0.0.8 Skins](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-skins.tar.gz)
- [ShiftOS Mod Development Package](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-mod.tar.gz)
- [ShiftOS 0.0.4.1](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos%200.0.4.1%20(run%20as%20admin!).exe)

View file

@ -1,8 +1,6 @@
---
title: >
ShiftOS: History/Origins
description: >
ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on Arch Linux. He originally wanted ShiftOS to be a Linux distro based on Arch Linux but then gave up on that idea due to it not being possible, so he started his own VB.NET program called ShiftOS.
title: "ShiftOS: History/Origins"
description: ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on Arch Linux. He originally wanted ShiftOS to be a Linux distro based on Arch Linux but then gave up on that idea due to it not being possible, so he started his own VB.NET program called ShiftOS.
layout: ../layouts/Page.astro
---

View file

@ -6,7 +6,7 @@ import Layout from '../layouts/Layout.astro';
<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> | <a href="https://git.alee14.me/shiftos-archive">Source Code</a> </b>
<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>
<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>

View file

@ -15,19 +15,21 @@ body {
text-align: center;
}
a:link {
a {
color: #00e600;
background-color: transparent;
text-decoration: none;
font-size: 20px;
}
a:visited {
color: gray;
background-color: transparent;
text-decoration: none;
a:hover {
color: #00ff00;
}
a:active {
color: #009400;
}
p {
font-size: 20px;
}