aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-17 21:38:52 -0500
committerAlee <alee14498@gmail.com>2018-11-17 21:38:52 -0500
commit8b116f86f4a6ce0455004bead277770dc605f1c1 (patch)
tree691f6730cedf049226a7c5b770ad22cf561907d5 /about.html
parent24b08e4c09d9149ca1b7baf8697329a3ae3eae55 (diff)
downloadpersonal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.tar.gz
personal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.tar.bz2
personal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.zip
Added a default layout and replaced the html with the markdown layout
Diffstat (limited to 'about.html')
-rw-r--r--about.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index cff97ff..0000000
--- a/about.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
----
-
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>About | {{ site.title }}</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
-<h1 class ="title">About {{ site.title }}</h1>
-<h2>Contact me</h2>
-<p>Email Address: {{ site.email }}</p>
-<p>GitHub: <a href="https://github.com/Alee14">Alee14</a></p>
-<p>Twitter: <a href="https://twitter.com/Alee14498">Alee14498</a></p>
-<p>YouTube: <a href="https://youtube.com/user/Andrew14Lee/">Andrew Lee</a></p>
-<p>Discord: <a href="https://discord.gg/EFhRDqG">Alee's Community</a></p>
- {% include footer.html %}
-</BODY>
-</HTML>