diff --git a/_includes/cor_menu.html b/_includes/cor_menu.html
index 0f5a36e..4861850 100644
--- a/_includes/cor_menu.html
+++ b/_includes/cor_menu.html
@@ -24,11 +24,6 @@
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
-
-
-
+
+
+
+
+
+ bill at theinternetvagabond.com
diff --git a/src/images/matrix_light.png b/src/images/matrix_light.png
new file mode 100644
index 0000000..ff7d43f
Binary files /dev/null and b/src/images/matrix_light.png differ
diff --git a/src/styles/corrupt_layout.css b/src/styles/corrupt_layout.css
index c611685..cb1a1dd 100644
--- a/src/styles/corrupt_layout.css
+++ b/src/styles/corrupt_layout.css
@@ -41,6 +41,12 @@ footer #social {
justify-content: space-around;
}
+footer #email {
+ display: flex;
+ justify-content: space-around;
+ padding: 1em;
+}
+
main {
max-width: 100%;
}
diff --git a/src/styles/corrupt_typog.css b/src/styles/corrupt_typog.css
index df6851f..5abff87 100644
--- a/src/styles/corrupt_typog.css
+++ b/src/styles/corrupt_typog.css
@@ -29,6 +29,10 @@ header div::first-letter {
color: white;
}
+footer #email {
+ color: darkgrey;
+}
+
nav {
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em;