From 743327238a4c565bc1beb3fd0f373a48c2abf26c Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 1 Apr 2019 15:33:22 -0400 Subject: changes --- _includes/footer.html | 1 + about.md | 1 - index.html | 2 +- style.css | 4 ++++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index a6521a8..5f80ef7 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,5 @@ \ No newline at end of file diff --git a/about.md b/about.md index 8f68c43..f32a344 100644 --- a/about.md +++ b/about.md @@ -6,7 +6,6 @@ description: Things about me.

Contact Me

Email Address: {{ site.email }}

-

GitHub Twitter YouTube Discord

My Computer Specs

diff --git a/index.html b/index.html index e6d1a45..94df993 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ project: Andrew Lee

What is this website?

-

This is a website my own personal website.

+

This is my personal website.

Who am I?

diff --git a/style.css b/style.css index b75e35b..04f372a 100644 --- a/style.css +++ b/style.css @@ -112,6 +112,10 @@ li.nav { text-decoration: none; } +i { + font-size: 30px; +} + .footer-a { text-decoration: none; } -- cgit v1.2.3