aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-01 15:33:22 -0400
committerAlee <Alee14498@gmail.com>2019-04-01 15:33:22 -0400
commit743327238a4c565bc1beb3fd0f373a48c2abf26c (patch)
tree6e9cb7b2959fc647294156f2b03b3af19e983595
parent06c83db5392939a6a29cb68dbd1ee3cdb7340e25 (diff)
downloadpersonal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.tar.gz
personal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.tar.bz2
personal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.zip
changes
-rw-r--r--_includes/footer.html1
-rw-r--r--about.md1
-rw-r--r--index.html2
-rw-r--r--style.css4
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 @@
<div class="footer">
<p><b>&copy; Copyright 2018-2019, Andrew Lee.</b></p>
<p><b><a class="footer-a" href="https://pages.github.com/">Powered by GitHub Pages.</a></b></p>
+ <a href="https://github.com/Alee14"><i class="fab fa-github"></i></a> <a href="https://twitter.com/Alee14498"><i class="fab fa-twitter"> </i></a> <a href="https://youtube.com/user/Andrew14Lee/"><i class="fab fa-youtube"></i></a> <a href="https://discord.gg/EFhRDqG"><i class="fab fa-discord"></i></a>
</div> \ 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.
<center>
<h1>Contact Me</h1>
<p><b>Email Address: {{ site.email }}</b></p>
-<p><b><a href="https://github.com/Alee14">GitHub</a> <a href="https://twitter.com/Alee14498">Twitter</a> <a href="https://youtube.com/user/Andrew14Lee/">YouTube</a> <a href="https://discord.gg/EFhRDqG">Discord</a></b></p>
<h1>My Computer Specs</h1>
<table class="pcpp-part-list">
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
<div class="row-column">
<div class="column">
<h3>What is this website?</h3>
- <p>This is a website my own personal website.</p>
+ <p>This is my personal website.</p>
</div>
<div class="column">
<h3>Who am I?</h3>
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;
}