From 45d62d87d5d1d780c2bef8ee0c6876de3adbb42f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 3 Sep 2020 18:05:35 -0400 Subject: [PATCH] Fixes; Added the link to the repo --- downloads.html | 8 ++++++-- history.html | 2 +- style.css | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/downloads.html b/downloads.html index e6227cd..6bb0d86 100644 --- a/downloads.html +++ b/downloads.html @@ -11,8 +11,8 @@

ShiftOS Downloads

Return to homepage

-

Download ShiftOS here! This contains the ShiftOS 0.0.x source code and ShiftOS 0.0.x files.

-

If you have files for ShiftOS, feel free to make a pull request!

+

Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.

+

If you have files for ShiftOS, feel free to make a pull request!

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 Next

+

TO DO

ShiftOS C#

+

TO DO

ShiftOS 1.0

+

TO DO

ShiftOS Rewind

+

TO DO

ShiftOS Challenge (.NET Core)

This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.

Source code diff --git a/history.html b/history.html index 1743987..fdf9e2d 100644 --- a/history.html +++ b/history.html @@ -10,7 +10,7 @@

ShiftOS History/Origins

-

If you have anything to add, feel free to make a pull request.

+

If you have anything to add, feel free to make a pull request.

Return to homepage

ShiftOS Original Logo

ShiftOS' logo originally in 2013

diff --git a/style.css b/style.css index a3c79f3..3367b16 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ body { } a:link { - color: white; + color: #f2f2f2; background-color: transparent; text-decoration: none; font-size: 20px;