aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-24 18:27:58 -0400
committerAlee <Alee14498@gmail.com>2019-04-24 18:27:58 -0400
commit8c7c26d968c1158d22c5d26d417fad1031f6fb42 (patch)
tree566f1f818dd9d4406818e8e198ec4ad65745369f /_includes/footer.html
parent63397b0342db3b7a2edf923682d46273d108f071 (diff)
downloadaleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.tar.gz
aleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.tar.bz2
aleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.zip
Website rewrite
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..76b65d7
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,17 @@
+
+<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/AleeCorp"><i class="fab fa-github"></i> GitHub</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 2012-2019, AleeCorp. 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