From 405c8cde4035320afc0f05270938acbc12dad664 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 3 Sep 2020 17:59:38 -0400 Subject: [PATCH] Fixed the image scaling --- history.html | 4 ++-- index.html | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/history.html b/history.html index 092e42f..1743987 100644 --- a/history.html +++ b/history.html @@ -12,9 +12,9 @@

ShiftOS History/Origins

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

Return to homepage

- ShiftOS Original Logo + ShiftOS Original Logo

ShiftOS' logo originally in 2013

- ShiftOS 2013 Logo + 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.

diff --git a/index.html b/index.html index fa409fb..bec01eb 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@
- ShiftOS Logo +

ShiftOS: The Archive

History/Origins | Downloads
diff --git a/style.css b/style.css index 656c2bf..a3c79f3 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ footer { width: 100%; } -img { +img.logo { width: 50%; height: auto; } \ No newline at end of file