From 2aa74c789c51ea8c1bc55c16af54a54a48fbe38c Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 31 Mar 2019 21:07:36 -0400 Subject: 01100001 01110000 01100110 --- .gitignore | 1 + 404.html | 4 +++- about.md | 5 +++-- index.html | 25 ++++++++++++++++++++++++- style.css | 2 +- 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b592897..990bb1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ _site Gemfile Gemfile.lock decrypted_private.html +projects \ No newline at end of file diff --git a/404.html b/404.html index baa4602..ab8f970 100644 --- a/404.html +++ b/404.html @@ -22,8 +22,10 @@

You may need to go back to the homepage.

+

+

© Copyright 2018-2019, Andrew Lee.
+

- {% include footer.html %} \ No newline at end of file diff --git a/about.md b/about.md index 566c043..3833ea7 100644 --- a/about.md +++ b/about.md @@ -3,7 +3,7 @@ layout: default title: About description: Things about me. --- - +

Contact Me

Email Address: {{ site.email }}

GitHub: Alee14

@@ -63,4 +63,5 @@ description: Things about me. - \ No newline at end of file + +
\ No newline at end of file diff --git a/index.html b/index.html index 98c10e6..3b16ff7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,8 @@ + + + + + + + Hacked by JP +

01100001 01110000 01110010 01101001 01101100 00100000 01100110 01101111 01101111 01101100 01110011

+ + \ No newline at end of file diff --git a/style.css b/style.css index dc8c9aa..b75e35b 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,7 @@ a { .footer { padding: 20px; margin-top: 20px; - position: fixed; bottom: 0px; left: 0px; right: 0px; + position: absolute; bottom: 0px; left: 0px; right: 0px; color: white; background-color: #1f8e42; text-align: center; -- cgit v1.2.3