mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 11:41:46 -05:00
Fixed grammar; Added padding to website
This commit is contained in:
parent
8c4989d319
commit
9dc77ed8c8
3 changed files with 75 additions and 65 deletions
|
@ -9,6 +9,7 @@
|
|||
<title>ShiftOS: Downloads</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>ShiftOS Downloads</h1>
|
||||
<p><a href="./">Return to homepage</a></p>
|
||||
<p>Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.</p>
|
||||
|
@ -54,5 +55,6 @@
|
|||
<p>This was originally made by Alkaline Thunder. But it was ported to .NET 5.0 by Alee14.</p>
|
||||
<p>After extracting, run ShiftOS.exe.</p>
|
||||
<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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<title>ShiftOS: History/Origins</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>ShiftOS History/Origins</h1>
|
||||
<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="./">Return to homepage</a></p>
|
||||
|
@ -17,7 +18,7 @@
|
|||
<img src="assets/images/shiftos_phil.png" alt="ShiftOS 2013 Logo">
|
||||
<p>ShiftOS’ Logo 2013-2016(?)</p>
|
||||
<h1>Origins (Phil 0.0.x era)</h1>
|
||||
<p>ShiftOS started back in November 2013 when Philip Adams wanting to make a game based on <a href="https://web.archive.org/web/20140913172140/https://bbs.archlinux.org/viewtopic.php?id=169391">Arch Linux</a> which is ShiftOS, he originally want it to be a Linux distro of Arch Linux but then he gave up on that idea due to it not being possible and he started his own VB.NET program called ShiftOS. His plans for the game at the time is when someone called DevX hijacks your computer and your hard drive is empty but you have to explore its features in ShiftOS once you buy Gray and play Pong and someone called MF (known as Maureen Fenn) he tells you a secret program called “Shiftnet” and he talks about what it is and after you receive it you get the Shiftnet which is like its own internet. The point of the game at the time is to go from a full screen terminal to a graphical interface with programs and a customizable user interface.</p>
|
||||
<p>ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on <a href="https://web.archive.org/web/20140913172140/https://bbs.archlinux.org/viewtopic.php?id=169391">Arch Linux</a>. He originally wanted ShiftOS to be a Linux distro based on Arch Linux but then gave up on that idea due to it not being possible, so he started his own VB.NET program called ShiftOS. The plans for the game at the time was when someone called DevX hijacks your computer and it gets wiped. You have a blank operating system, and you have to earn codepoints in ShiftOS. Once you buy Gray and play Pong and someone called MF (known as Maureen Fenn) he tells you a secret program called “Shiftnet” and he talks about what it is and after you receive it you get the Shiftnet which is like its own internet. The point of the game at the time is to go from a full screen terminal to a graphical interface with programs and a customizable user interface.</p>
|
||||
<h1>Community</h1>
|
||||
<p>During this time Phil made a forum which is for the community to share skins and receive feedback. In ShiftOS 0.0.8 Beta 1 Philip steps down as developer of ShiftOS and handed development over to someone and eventually made it open source. Then Michael decided to step in to become the lead developer of ShiftOS but then things got worse during late-2014 (or early-2015?), the developers of ShiftOS were debating about changing its programming language but they changed their mind about it. Michael decided to restart ShiftOS and they called it ShiftOS-Next.</p>
|
||||
<h1>ShiftOS Next</h1>
|
||||
|
@ -29,5 +30,6 @@
|
|||
<li><a href="https://web.archive.org/web/20200205170205/https://www.gamedev.net/forums/topic/669444-shiftos-next-an-operating-system-that-evolves-as-you-use-it/">https://web.archive.org/web/20200205170205/https://www.gamedev.net/forums/topic/669444-shiftos-next-an-operating-system-that-evolves-as-you-use-it/</a></li>
|
||||
<li><a href="https://shiftos.fandom.com">https://shiftos.fandom.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,12 @@ body {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue