add images + clean up posts

This commit is contained in:
Rawley Fowler
2023-07-09 20:56:41 -06:00
parent 921c79f663
commit 1442f95a72
5 changed files with 66 additions and 4 deletions

BIN
public/alpine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -120,6 +120,14 @@
<div class="my-5">
Links: <a href="mailto:rawleyfowler@proton.me">rawleyfowler@proton.me</a> &gt; <a href="https://github.com/rawleyfowler">GitHub</a> &gt; <a href="https://github.com/mollusc-labs">Mollusc Labs</a>
</div>
<div>
Rawley.xyz is powered by:
</div>
<footer class="d-flex flex-row flex-wrap my-3 mb-5">
<a href="https://www.perl.org"><img class="me-3" width="80" height="80" src="/perl.png" alt="The Perl Programming Language" /></a>
<a href="https://www.alpinelinux.org"><img width="80" height="80" src="alpine.png" alt="Alpine Linux" /></a>
</footer>
</body>
</html>

BIN
public/perl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB