aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 17:59:38 -0400
committerAndrew Lee <[email protected]>2020-09-03 17:59:38 -0400
commit405c8cde4035320afc0f05270938acbc12dad664 (patch)
tree2b5d2f5fc0787a6e2e450e0457f7204bbb2f7220
parentd09a302e4c6bfb5e35a3eef2c571226e9752803c (diff)
downloadshiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.tar.gz
shiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.tar.bz2
shiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.zip
Fixed the image scaling
-rw-r--r--history.html4
-rw-r--r--index.html2
-rw-r--r--style.css2
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 @@
<h1>ShiftOS History/Origins</h1>
<p>If you have anything to add, feel free to make a pull request.</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>
- <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>
<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>
diff --git a/index.html b/index.html
index fa409fb..bec01eb 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
</head>
<body>
<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>
<b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b>
</div>
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