mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 20:02:14 +00:00
Fixes; Added the link to the repo
This commit is contained in:
parent
405c8cde40
commit
45d62d87d5
3 changed files with 8 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>ShiftOS Downloads</h1>
|
<h1>ShiftOS Downloads</h1>
|
||||||
<p><a href="index">Return to homepage</a></p>
|
<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>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 pull request!</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>
|
<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>
|
||||||
|
@ -27,9 +27,13 @@
|
||||||
<li>ShiftOS 0.0.9 Alpha 1</li>
|
<li>ShiftOS 0.0.9 Alpha 1</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>ShiftOS Next</h1>
|
<h1>ShiftOS Next</h1>
|
||||||
|
<p>TO DO</p>
|
||||||
<h1>ShiftOS C#</h1>
|
<h1>ShiftOS C#</h1>
|
||||||
|
<p>TO DO</p>
|
||||||
<h1>ShiftOS 1.0</h1>
|
<h1>ShiftOS 1.0</h1>
|
||||||
|
<p>TO DO</p>
|
||||||
<h1>ShiftOS Rewind</h1>
|
<h1>ShiftOS Rewind</h1>
|
||||||
|
<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>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>ShiftOS History/Origins</h1>
|
<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>
|
<p><a href="index">Return to homepage</a></p>
|
||||||
<img src="assets/images/shiftos_arch.jpeg" alt="ShiftOS Original Logo">
|
<img src="assets/images/shiftos_arch.jpeg" alt="ShiftOS Original Logo">
|
||||||
<p>ShiftOS' logo originally in 2013</p>
|
<p>ShiftOS' logo originally in 2013</p>
|
||||||
|
|
|
@ -9,7 +9,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: white;
|
color: #f2f2f2;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
Loading…
Reference in a new issue