diff options
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 17 |
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"> + © 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 |
