FIX: Compressed images, removed most content layout shifting.

This commit is contained in:
MajorDroolz
2023-01-06 23:26:00 -05:00
parent 9697866181
commit d2f424a7c9
16 changed files with 24 additions and 16 deletions

View File

@@ -1,13 +1,13 @@
<link rel="stylesheet" href="/styles/footer.css">
<link rel="preload 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">
<img src="/res/icons/github.webp" 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">
<img src="/res/icons/linkedin.webp" 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>