diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-01 15:33:22 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-01 15:33:22 -0400 |
| commit | 743327238a4c565bc1beb3fd0f373a48c2abf26c (patch) | |
| tree | 6e9cb7b2959fc647294156f2b03b3af19e983595 | |
| parent | 06c83db5392939a6a29cb68dbd1ee3cdb7340e25 (diff) | |
| download | personal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.tar.gz personal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.tar.bz2 personal-website-743327238a4c565bc1beb3fd0f373a48c2abf26c.zip | |
changes
| -rw-r--r-- | _includes/footer.html | 1 | ||||
| -rw-r--r-- | about.md | 1 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | 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 @@ <div class="footer"> <p><b>© 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 @@ -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"> @@ -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> @@ -112,6 +112,10 @@ li.nav { text-decoration: none; } +i { + font-size: 30px; +} + .footer-a { text-decoration: none; } |
