aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 18:05:35 -0400
committerAndrew Lee <[email protected]>2020-09-03 18:05:35 -0400
commit45d62d87d5d1d780c2bef8ee0c6876de3adbb42f (patch)
tree22878de6d040dd2ee87cb55f1193ab93fd382b10
parent405c8cde4035320afc0f05270938acbc12dad664 (diff)
downloadshiftos-archive-website-45d62d87d5d1d780c2bef8ee0c6876de3adbb42f.tar.gz
shiftos-archive-website-45d62d87d5d1d780c2bef8ee0c6876de3adbb42f.tar.bz2
shiftos-archive-website-45d62d87d5d1d780c2bef8ee0c6876de3adbb42f.zip
Fixes; Added the link to the repo
-rw-r--r--downloads.html8
-rw-r--r--history.html2
-rw-r--r--style.css2
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 @@
<body>
<h1>ShiftOS Downloads</h1>
<p><a href="index">Return to homepage</a></p>
- <p>Download ShiftOS here! This contains the ShiftOS 0.0.x source code and ShiftOS 0.0.x files.</p>
- <p>If you have files for ShiftOS, feel free to make a pull request!</p>
+ <p>Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.</p>
+ <p>If you have files for ShiftOS, feel free to make a <a href="https://github.com/Alee14/shiftos-website">pull request</a>!</p>
<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>
@@ -27,9 +27,13 @@
<li>ShiftOS 0.0.9 Alpha 1</li>
</ul>
<h1>ShiftOS Next</h1>
+ <p>TO DO</p>
<h1>ShiftOS C#</h1>
+ <p>TO DO</p>
<h1>ShiftOS 1.0</h1>
+ <p>TO DO</p>
<h1>ShiftOS Rewind</h1>
+ <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>
diff --git a/history.html b/history.html
index 1743987..fdf9e2d 100644
--- a/history.html
+++ b/history.html
@@ -10,7 +10,7 @@
</head>
<body>
<h1>ShiftOS History/Origins</h1>
- <p>If you have anything to add, feel free to make a pull request.</p>
+ <p>If you have anything to add, feel free to make a <a href="https://github.com/Alee14/shiftos-website">pull request</a>.</p>
<p><a href="index">Return to homepage</a></p>
<img src="assets/images/shiftos_arch.jpeg" alt="ShiftOS Original Logo">
<p>ShiftOS' logo originally in 2013</p>
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;