From 9dc77ed8c83dfac17a86b8a7f3ca005612bae149 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 25 Jun 2024 08:58:25 -0400 Subject: [PATCH] Fixed grammar; Added padding to website --- downloads.html | 92 ++++++++++++++++++++++++++------------------------ history.html | 42 ++++++++++++----------- style.css | 6 ++++ 3 files changed, 75 insertions(+), 65 deletions(-) diff --git a/downloads.html b/downloads.html index 16e078f..522598e 100644 --- a/downloads.html +++ b/downloads.html @@ -9,50 +9,52 @@ ShiftOS: Downloads -

ShiftOS Downloads

-

Return to homepage

-

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

- -

ShiftOS C#

-

TO DO

-

ShiftOS 1.0

- -

ShiftOS Rewind

-

TO DO

-

ShiftOS Challenge (.NET 5.0)

-

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

-

After extracting, run ShiftOS.exe.

- Source code | Download +
+

ShiftOS Downloads

+

Return to homepage

+

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

+ +

ShiftOS C#

+

TO DO

+

ShiftOS 1.0

+ +

ShiftOS Rewind

+

TO DO

+

ShiftOS Challenge (.NET 5.0)

+

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

+

After extracting, run ShiftOS.exe.

+ Source code | Download +
diff --git a/history.html b/history.html index 63d4a2d..05a7aa8 100644 --- a/history.html +++ b/history.html @@ -9,25 +9,27 @@ ShiftOS: History/Origins -

ShiftOS History/Origins

-

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

-

Return to homepage

- ShiftOS Original Logo -

ShiftOS' logo originally in 2013

- ShiftOS 2013 Logo -

ShiftOS’ Logo 2013-2016(?)

-

Origins (Phil 0.0.x era)

-

ShiftOS started back in November 2013 when Philip Adams wanting to make a game based on Arch Linux 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.

-

Community

-

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.

-

ShiftOS Next

-

ShiftOS-Next was a ShiftOS reboot written in the same language as the original one which is VB but this time some of the storyline changed such as new characters, shifting desktop environments and creating things like APIS and applications. ShiftOS-Next got killed off and for a while there wasn’t a “ShiftOS” game, but mostly Michael renamed it to “Shifted Games” (or some other name) but that mysteriously disappeared. Michael decided to rewrite the game again but in C# this time.

-

Incompleted. Feel free to add to some stuff! Make a pull request!

-

Sources

- +
+

ShiftOS History/Origins

+

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

+

Return to homepage

+ ShiftOS Original Logo +

ShiftOS' logo originally in 2013

+ ShiftOS 2013 Logo +

ShiftOS’ Logo 2013-2016(?)

+

Origins (Phil 0.0.x era)

+

ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on Arch Linux. 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.

+

Community

+

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.

+

ShiftOS Next

+

ShiftOS-Next was a ShiftOS reboot written in the same language as the original one which is VB but this time some of the storyline changed such as new characters, shifting desktop environments and creating things like APIS and applications. ShiftOS-Next got killed off and for a while there wasn’t a “ShiftOS” game, but mostly Michael renamed it to “Shifted Games” (or some other name) but that mysteriously disappeared. Michael decided to rewrite the game again but in C# this time.

+

Incompleted. Feel free to add to some stuff! Make a pull request!

+

Sources

+ +
\ No newline at end of file diff --git a/style.css b/style.css index 7e4596e..98acff7 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,12 @@ body { color: white; } +.container { + width: 80%; + margin: auto; + overflow: hidden; +} + .center { text-align: center; }