Added the 0.0.x downloads; Updated style.css

This commit is contained in:
Andrew Lee 2020-09-03 18:17:27 -04:00
parent 45d62d87d5
commit 8d53fd2d39
Signed by: andrew
GPG key ID: 4DCE67C47836D125
2 changed files with 11 additions and 11 deletions

View file

@ -16,15 +16,15 @@
<h1>ShiftOS 0.0.x</h1> <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> <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> <ul>
<li>ShiftOS Source Code</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>ShiftOS 0.0.8 Skins</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>ShiftOS Mod Development Package</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>ShiftOS 0.0.4.1</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>ShiftOS 0.0.6.2</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>ShiftOS 0.0.7 Alpha 4.1</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>ShiftOS 0.0.7 RC 4</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>ShiftOS 0.0.8</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>ShiftOS 0.0.9 Alpha 1</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> </ul>
<h1>ShiftOS Next</h1> <h1>ShiftOS Next</h1>
<p>TO DO</p> <p>TO DO</p>
@ -36,6 +36,6 @@
<p>TO DO</p> <p>TO DO</p>
<h1>ShiftOS Challenge (.NET Core)</h1> <h1>ShiftOS Challenge (.NET Core)</h1>
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.</p> <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> </body>
</html> </html>

View file

@ -9,7 +9,7 @@ body {
} }
a:link { a:link {
color: #f2f2f2; color: #00e600;
background-color: transparent; background-color: transparent;
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 20px;