aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 18:17:27 -0400
committerAndrew Lee <[email protected]>2020-09-03 18:17:27 -0400
commit8d53fd2d39ab16679e817d2711f6374ca98915e2 (patch)
tree43562fa30660e1ee237784e33cdb14058a17523a
parent45d62d87d5d1d780c2bef8ee0c6876de3adbb42f (diff)
downloadshiftos-archive-website-8d53fd2d39ab16679e817d2711f6374ca98915e2.tar.gz
shiftos-archive-website-8d53fd2d39ab16679e817d2711f6374ca98915e2.tar.bz2
shiftos-archive-website-8d53fd2d39ab16679e817d2711f6374ca98915e2.zip
Added the 0.0.x downloads; Updated style.css
-rw-r--r--downloads.html20
-rw-r--r--style.css2
2 files changed, 11 insertions, 11 deletions
diff --git a/downloads.html b/downloads.html
index 6bb0d86..fea11fb 100644
--- a/downloads.html
+++ b/downloads.html
@@ -16,15 +16,15 @@
<h1>ShiftOS 0.0.x</h1>
<p>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.</p>
<ul>
- <li>ShiftOS Source Code</li>
- <li>ShiftOS 0.0.8 Skins</li>
- <li>ShiftOS Mod Development Package</li>
- <li>ShiftOS 0.0.4.1</li>
- <li>ShiftOS 0.0.6.2</li>
- <li>ShiftOS 0.0.7 Alpha 4.1</li>
- <li>ShiftOS 0.0.7 RC 4</li>
- <li>ShiftOS 0.0.8</li>
- <li>ShiftOS 0.0.9 Alpha 1</li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-src.tar.gz">ShiftOS Source Code</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-skins.tar.gz">ShiftOS 0.0.8 Skins</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-mod.tar.gz">ShiftOS Mod Development Package</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe">ShiftOS 0.0.4.1</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe">ShiftOS 0.0.6.2</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe">ShiftOS 0.0.7 Alpha 4.1</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe">ShiftOS 0.0.7 RC 4</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe">ShiftOS 0.0.8</a></li>
+ <li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe">ShiftOS 0.0.9 Alpha 1</a></li>
</ul>
<h1>ShiftOS Next</h1>
<p>TO DO</p>
@@ -36,6 +36,6 @@
<p>TO DO</p>
<h1>ShiftOS Challenge (.NET Core)</h1>
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.</p>
- <a href="https://github.com/Alee14/shiftos-challenge">Source code</a>
+ <a href="https://github.com/Alee14/shiftos-challenge">Source code</a> | <a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/shiftos_dotnet.zip">Download</a>
</body>
</html> \ No newline at end of file
diff --git a/style.css b/style.css
index 3367b16..9f5f019 100644
--- a/style.css
+++ b/style.css
@@ -9,7 +9,7 @@ body {
}
a:link {
- color: #f2f2f2;
+ color: #00e600;
background-color: transparent;
text-decoration: none;
font-size: 20px;