Web/_includes/footer.html
Ell c273165944
All checks were successful
/ web (push) Successful in 31s
various improvements
- use flex for the footer
- remove the seasonal banner
- make the cookie notif floating
2024-08-14 13:09:09 +02:00

14 lines
750 B
HTML

<!-- Footer -->
<div class="footer rounded-top">
<div class="footer-section">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2024 Ellpeck</a> &ndash; <a href="/impressum">Impressum</a> &ndash; <a href="/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
</div>
<div class="footer-section" style="text-align: right;">
<span id="quote-text" style="margin-right: 10px;"></span>
<script src="/scripts/quote.js"></script>
<img src="/res/blobheart.png" id="blobheart" alt="A blob emoji holding a heart" width="30" height="30">
<script>
$("#blobheart").on("click", () => $("#navbar-image").attr("src", "res/heart.jpeg"));
</script>
</div>
</div>