aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-03-31 21:07:36 -0400
committerAlee <Alee14498@gmail.com>2019-03-31 21:07:36 -0400
commit2aa74c789c51ea8c1bc55c16af54a54a48fbe38c (patch)
tree821ff80e90e4b3ff71b6f95d4b21d90ea782205e
parentbbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4 (diff)
downloadpersonal-website-2aa74c789c51ea8c1bc55c16af54a54a48fbe38c.tar.gz
personal-website-2aa74c789c51ea8c1bc55c16af54a54a48fbe38c.tar.bz2
personal-website-2aa74c789c51ea8c1bc55c16af54a54a48fbe38c.zip
01100001 01110000 01100110
-rw-r--r--.gitignore1
-rw-r--r--404.html4
-rw-r--r--about.md5
-rw-r--r--index.html25
-rw-r--r--style.css2
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 @@
<p>
<center>You may need to go back to the <a href="/">homepage</a>.</center>
</p>
+ <p>
+ <center><b>&copy; Copyright 2018-2019, Andrew Lee.</b></center>
+ </p>
</div>
- {% include footer.html %}
</BODY>
</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.
---
-
+<center>
<h1>Contact Me</h1>
<p><b>Email Address: {{ site.email }}</b></p>
<p><b>GitHub: <a href="https://github.com/Alee14">Alee14</a></b></p>
@@ -63,4 +63,5 @@ description: Things about me.
<td></td>
</tr>
</tbody>
-</table> \ No newline at end of file
+</table>
+</center> \ 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 @@
+<!--
---
project: Andrew Lee
---
+
<!DOCTYPE HTML>
<HTML>
@@ -35,4 +37,25 @@ project: Andrew Lee
{% include footer.html %}
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
+-->
+<html>
+ <head>
+ <style>
+ body {
+ font-family: Consolas;
+ background-color: Black;
+ color: White;
+ font-size: 40px;
+ }
+
+ .ap {
+ color: black;
+ }
+ </style>
+ </head>
+ <body>
+ Hacked by JP
+ <p class="ap">01100001 01110000 01110010 01101001 01101100 00100000 01100110 01101111 01101111 01101100 01110011</p>
+ </body>
+</html> \ 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;