From 2743da9b7215636d584a839cf33ce28e9da0c849 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 3 Sep 2020 11:16:35 -0400 Subject: Inital commit --- assets/images/ShiftOS 2017 Logo.png | Bin 0 -> 36705 bytes assets/images/shiftos_arch.jpeg | Bin 0 -> 347830 bytes assets/images/shiftos_phil.png | Bin 0 -> 163821 bytes downloads.html | 11 ++++++++++ history.html | 11 ++++++++++ index.html | 19 ++++++++++++++++++ style.css | 39 ++++++++++++++++++++++++++++++++++++ 7 files changed, 80 insertions(+) create mode 100755 assets/images/ShiftOS 2017 Logo.png create mode 100755 assets/images/shiftos_arch.jpeg create mode 100755 assets/images/shiftos_phil.png create mode 100644 downloads.html create mode 100644 history.html create mode 100644 index.html create mode 100644 style.css diff --git a/assets/images/ShiftOS 2017 Logo.png b/assets/images/ShiftOS 2017 Logo.png new file mode 100755 index 0000000..8839fd4 Binary files /dev/null and b/assets/images/ShiftOS 2017 Logo.png differ diff --git a/assets/images/shiftos_arch.jpeg b/assets/images/shiftos_arch.jpeg new file mode 100755 index 0000000..9441b3c Binary files /dev/null and b/assets/images/shiftos_arch.jpeg differ diff --git a/assets/images/shiftos_phil.png b/assets/images/shiftos_phil.png new file mode 100755 index 0000000..ca6aa24 Binary files /dev/null and b/assets/images/shiftos_phil.png differ diff --git a/downloads.html b/downloads.html new file mode 100644 index 0000000..adbf7cf --- /dev/null +++ b/downloads.html @@ -0,0 +1,11 @@ + + + + + + ShiftOS: Downloads + + + + + \ No newline at end of file diff --git a/history.html b/history.html new file mode 100644 index 0000000..e9b4808 --- /dev/null +++ b/history.html @@ -0,0 +1,11 @@ + + + + + + ShiftOS: History/Origins + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..69c6d55 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + ShiftOS: The Archive + + +
+ ShiftOS Logo +

Welcome to this website!

+ History/Origins | Downloads +
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..656c2bf --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ +body { + font-family: Consolas, open-sans; + background: #333333; + color: white; +} + +.center { + text-align: center; +} + +a:link { + color: white; + background-color: transparent; + text-decoration: none; + font-size: 20px; +} + +a:visited { + color: gray; + background-color: transparent; + text-decoration: none; +} + +p { + font-size: 20px; +} + +footer { + position: fixed; + left: 0; + bottom: 0; + text-align: center; + width: 100%; +} + +img { + width: 50%; + height: auto; + } \ No newline at end of file -- cgit v1.2.3