Web/_includes/footer.html

15 lines
750 B
HTML
Raw Normal View History

<!-- 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">
2023-06-19 10:58:12 +02:00
<script>
2023-08-07 14:04:06 +02:00
$("#blobheart").on("click", () => $("#navbar-image").attr("src", "res/heart.jpeg"));
2023-06-19 10:58:12 +02:00
</script>
</div>
2023-05-15 19:56:34 +02:00
</div>