diff --git a/_includes/cor_menu.html b/_includes/cor_menu.html index cf7c4aa..d6baf3e 100644 --- a/_includes/cor_menu.html +++ b/_includes/cor_menu.html @@ -8,39 +8,60 @@
-
-
The Site
-

This site is a small slice of internet real-estate that I use for - occasional writing. Nothing I say is visionary or profound. I - will tend to focus on technology, gaming, and philosophy.

-
The Vagabond
-

My name is Bill Niblock. I'm a computer scientist by education, a - technologist by trade, a gamer by hobby, and a philosopher by - accident.

-
-
- - GitHub +
+
+
The Site
+
+

+ This site is a small slice of internet real-estate that I use for + occasional writing. Nothing I say is visionary or profound. I will + tend to focus on technology, gaming, and philosophy. +

+
The Vagabond
+

+ My name is Bill Niblock. I'm a computer scientist by education, a technologist + by trade, a gamer by hobby, and a philosopher by accident. I + currently live in Buffalo, New York, USA + . +

+
+
+ + GitHub + + + Twitch + + + Steam + + + Matrix + +
+
+ + bill at theinternetvagabond.com - - Twitch - - - Steam - - - Matrix - -
-
- bill at theinternetvagabond.com +
+
+ Gaming + Technology + Philosophy + Open Source Software + Self-Hosting + Coffee +
diff --git a/_layouts/corrupt_index.html b/_layouts/corrupt_index.html index e20a442..b0f3766 100644 --- a/_layouts/corrupt_index.html +++ b/_layouts/corrupt_index.html @@ -14,43 +14,19 @@ href="{{ site.url }}/src/images/favicon.ico" /> -
+
-
-
The
Internet
Vagabond
-
+
+ +
The
Internet
Vagabond
+
+
-
- {{ content }} -
+
+ {{ content }} +
- {% include cor_menu.html %} -
- - + {% include cor_menu.html %} +
diff --git a/_layouts/corrupt_post.html b/_layouts/corrupt_post.html index 7b4ac0b..9f2d760 100644 --- a/_layouts/corrupt_post.html +++ b/_layouts/corrupt_post.html @@ -16,7 +16,9 @@
-
The
Internet
Vagabond
+ +
The
Internet
Vagabond
+
diff --git a/src/styles/corrupt_layout.css b/src/styles/corrupt_layout.css index cb1a1dd..5d7cde9 100644 --- a/src/styles/corrupt_layout.css +++ b/src/styles/corrupt_layout.css @@ -12,11 +12,15 @@ header { background-color: #202020; border-bottom: 1px solid var(--hilite); box-shadow: 0px 5px 30px -5px var(--hilite); +} + +header a { display: flex; flex-flow: row nowrap; align-content: space-between; align-items: center; justify-content: center; + height: 100%; } footer { @@ -133,7 +137,7 @@ h3 + table { "body body body body body body body foot foot"; } - header { + header a { align-items: center; justify-content: flex-start; padding-left: 10px; diff --git a/src/styles/corrupt_typog.css b/src/styles/corrupt_typog.css index 5abff87..ea0900c 100644 --- a/src/styles/corrupt_typog.css +++ b/src/styles/corrupt_typog.css @@ -25,6 +25,10 @@ header div { color: darkgrey; letter-spacing: 0.8em; } +header a:hover > div { + color: white; +} + header div::first-letter { color: white; }