From d0aa81eb6d67136a6e64dc1f76453ec38b95e6b3 Mon Sep 17 00:00:00 2001 From: Fristi Date: Sun, 23 Jan 2022 01:33:31 +0100 Subject: [PATCH] 1.4.2 patch, improved mobile support for header section, added new motd lines, added fediring --- index.html | 36 ++++++++++++++++++++++++++---------- script.js | 2 ++ style.css | 10 +++++++--- 3 files changed, 35 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 95aaaa8..1edfac0 100644 --- a/index.html +++ b/index.html @@ -15,17 +15,22 @@
-
+            
   ___            __ _ _
  / __|___ _ __  / _(_) |_ _  _   _ _ ___
-| (__/ _ \ '  \|  _| |  _| || |_| '_/ -_)   v1.4.1
- \___\___/_|_|_|_| |_|\__|\_,_(_)_| \___|   
-            
- Home - | About - | Websites - | Projects - | Contact
+| (__/ _ \ ' \| _| | _| || |_| '_/ -_) + \___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| +
+ v1.4.2
+
+
+
+ Home + | About + | Websites + | Projects + | Contact
+
@@ -168,6 +173,12 @@

Changelog

+

+ 1.4.2 Patch:
+ - Added fediring links
+ - Improved mobile support of the header section
+ - Added some more motd lines +

1.4.1 Patch:
- Added "viewport" meta tag to fix responsiveness @@ -219,8 +230,13 @@

diff --git a/script.js b/script.js index 27f53d5..4b64f9d 100644 --- a/script.js +++ b/script.js @@ -15,6 +15,8 @@ "What is love?", "Justice in Spades", "Let's get Volatile", + "Yeah, RIP", + "What a shame." ]; var wallpapers = [ '1.gif', '3.gif', '4.gif', diff --git a/style.css b/style.css index 35f77b2..b94840a 100644 --- a/style.css +++ b/style.css @@ -60,12 +60,12 @@ header, main, footer { } header { - height: 112px; + height: 160px; overflow: hidden; } main { - height: calc(100% - 160px); + height: calc(100% - 224px); overflow-y: auto; overflow-x: hidden; margin: 16px 0; @@ -73,7 +73,7 @@ main { } footer { - height: 16px; + height: 32px; overflow: hidden; } @@ -174,4 +174,8 @@ pre { main { height: 416px; } + + footer { + height: 16px; + } } \ No newline at end of file