add tiny kitten to the footer

pull/1/head
maia arson crimew 2022-10-27 14:59:16 +02:00
parent eb356f341f
commit ab71b2f658
3 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<footer>
<div class="footer-kitten"><img src="/img/walkingkitten_crop.png"></div>
<div>
{% for item in footer.links %}
<span><a href="{{ item.link }}" rel="me" target="_blank">{{ item.name }}</a></span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -19,7 +19,16 @@ li.lavender-webring-curr-site > a {
footer {
padding-top: 5px;
border-top: 1px solid rgb(255, 0, 140);
}
.footer-kitten {
height: 88px;
border-bottom: 1px solid rgb(255, 0, 140);
margin-bottom: 5px;
}
.footer-kitten > img {
height: 88px;
}
footer,