Fixed the image scaling

This commit is contained in:
Andrew Lee 2020-09-03 17:59:38 -04:00
parent d09a302e4c
commit 405c8cde40
No known key found for this signature in database
GPG key ID: 4DCE67C47836D125
3 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@
<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 pull request.</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" width="250" height="50"> <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>
<img src="assets/images/shiftos_phil.png" alt="ShiftOS 2013 Logo" width="85" height="85"> <img src="assets/images/shiftos_phil.png" alt="ShiftOS 2013 Logo">
<p>ShiftOS Logo 2013-2016(?)</p> <p>ShiftOS Logo 2013-2016(?)</p>
<h1>Origins (Phil 0.0.x era)</h1> <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 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>

View file

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<div class="center"> <div class="center">
<img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo"> <img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo">
<h1>ShiftOS: The Archive</h1> <h1>ShiftOS: The Archive</h1>
<b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b> <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b>
</div> </div>

View file

@ -33,7 +33,7 @@ footer {
width: 100%; width: 100%;
} }
img { img.logo {
width: 50%; width: 50%;
height: auto; height: auto;
} }