Ell
c273165944
All checks were successful
/ web (push) Successful in 31s
- use flex for the footer - remove the seasonal banner - make the cookie notif floating
14 lines
750 B
HTML
14 lines
750 B
HTML
<!-- Footer -->
|
|
<div class="footer rounded-top">
|
|
<div class="footer-section">
|
|
<a href="https://git.ellpeck.de/Ellpeck/Web">© 2018-2024 Ellpeck</a> – <a href="/impressum">Impressum</a> – <a href="/privacy">Privacy</a> – <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>
|