aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html24
1 files changed, 19 insertions, 5 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 5f80ef7..1e94144 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,5 +1,19 @@
-<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
+
+<footer class="page-footer">
+ <div class="container">
+ <div class="row">
+ <div class="col l6 s12">
+ <h5 class="white-text">Links</h5>
+ <ul>
+ <li><a class="grey-text text-lighten-3" href="https://github.com/Alee14"><i class="fab fa-github"></i> GitHub</a></li>
+ <li><a class="grey-text text-lighten-3" href="https://twitter.com/Alee14498"><i class="fab fa-twitter"></i> Twitter</a></li>
+ <li><a class="grey-text text-lighten-3" href="ttps://youtube.com/user/Andrew14Lee/"><i class="fab fa-youtube"></i> YouTube</a></li>
+ <li><a class="grey-text text-lighten-3" href="https://discord.gg/EFhRDqG"><i class="fab fa-discord"></i> Discord</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ &copy; Copyright 2018-2019, Andrew Lee. Powered by <a href="https://pages.github.com/" class="white-text">GitHub Pages</a> and using <a href="https://materializecss.com" class="white-text">Materialize</a>
+ </div>
+ </footer> \ No newline at end of file