Added Magnetar and Astolfo.social banners
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2024-04-14 04:12:25 +02:00
parent 346edf5686
commit 705bd1f985
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
3 changed files with 21 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
assets/88x31/magnetar.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -7,15 +7,32 @@
</a>
</div>
<div class="content">
<div>
<div></div>
</div>
<div class="footer-section">
<div>Banners! Take them.</div>
<div class="banners">
<img
src="~/assets/88x31/blobfox.png"
alt="A banner of a stylized fox looking like a fluffy blob"
/>
<a
href="https://git.astolfo.cool/natty/magnetar"
target="_blank"
>
<img
src="~/assets/88x31/magnetar.webp"
alt="A banner of the Magnetar logo"
title="Magnetar"
/>
</a>
<a href="https://astolfo.social" target="_blank">
<img
src="~/assets/88x31/astolfo-social.webp"
alt="A banner of the anime character Astolfo labeled Astolfo.social"
title="Astolfo.social"
/>
</a>
</div>
</div>
<div class="footer-section">
@ -119,6 +136,7 @@ footer {
& img {
display: inline-block;
height: 31px;
image-rendering: pixelated;
}
}
}