FEAT: New 404 page, pages now use jekyll for componentalization.

This commit is contained in:
MajorDroolz
2023-01-03 22:04:28 -05:00
parent c1c1c664a3
commit e264abd558
19 changed files with 326 additions and 182 deletions

13
_includes/footer.html Normal file
View File

@@ -0,0 +1,13 @@
<link rel="stylesheet" href="/styles/footer.css">
<footer class="dark back">
<h2>&copy; 2022</h2>
<div class="flex"></div>
<a href="https://github.com/MajorDroolz" class="png-icon" target="_blank">
<img src="/res/icons/github.png" alt="GitHub" width="30" height="30">
</a>
<a href="https://www.linkedin.com/in/maximhutz/" class="png-icon" target="_blank">
<img src="/res/icons/linkedin.png" alt="LinkedIn" width="30" height="30">
</a>
<a href="mailto:maximhutz@gmail.com" class="nav-link white icon" data-i="mail" aria-label="Contact" target="_blank"></a>
</footer>