aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-11-30 16:04:08 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-11-30 16:04:08 +0000
commit72d392732575f52ab4f7fa4a337de33e6b6f2106 (patch)
tree96f3a48939ebdbb3353d8e1124568f50a3934f3f
parent604d17cf86c003209ece58da621286670b627978 (diff)
Removed Powered by FreeBSD text from footer
-rw-r--r--footer.html11
-rw-r--r--public/freebsd.gifbin0 -> 999 bytes
-rw-r--r--public/html5.gifbin0 -> 1807 bytes
-rw-r--r--public/vim-anim.gifbin0 -> 1368 bytes
4 files changed, 10 insertions, 1 deletions
diff --git a/footer.html b/footer.html
index 25e1e42..7168fb1 100644
--- a/footer.html
+++ b/footer.html
@@ -2,12 +2,21 @@
<footer>
<small>
<span><a href="#">↑ Back to Top</a></span><br><br>
- Powered by <a href="https://www.freebsd.org/">FreeBSD</a><br>
Built with <a href="https://git.smithies.me.uk/blarg">blarg</a> a mix of both <a
href="https://github.com/karlb/karl.berlin/tree/master">blog.sh</a> and <b>barf</b>.
The code for this site is licensed under <a
href="https://git.smithies.me.uk/blarg/tree/LICENSE">MIT</a>. <br>
Here's the blog's <a href="atom.xml">Atom feed</a>. <br><br>
+ <a style="text-decoration: none!important" href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fjustine.smithies.me.uk%2F">
+ <img src="public/html5.gif" width="88" height="31" loading="lazy" alt="Valid HTML5" style="margin-right: 10px; image-rendering: pixelated">
+ </a>
+ <a style="text-decoration: none!important" href="https://vim.org">
+ <img src="public/vim-anim.gif" width="88" height="31" loading="lazy" alt="Edited in VIM9" style="margin-right: 10px; image-rendering: pixelated">
+ </a>
+ <a style="text-decoration: none!important" href="https://freebsd.org">
+ <img src="public/freebsd.gif" width="88" height="31" loading="lazy" alt="Powered by FreeBSD" style="margin-right: 10px; image-rendering: pixelated">
+ </a>
+ <br><br>
<img src="./public/fediverse.png" alt="Smithies SNAC Instance" width="16" height="16" style="vertical-align:middle;">
<a rel="me" href="https://snac.smithies.me.uk/justine">Fediverse</a>
<img src="./public/git.png" alt="Self Hosted" width="16" height="16" style="vertical-align:middle;">
diff --git a/public/freebsd.gif b/public/freebsd.gif
new file mode 100644
index 0000000..cd41141
--- /dev/null
+++ b/public/freebsd.gif
Binary files differ
diff --git a/public/html5.gif b/public/html5.gif
new file mode 100644
index 0000000..5cf8da1
--- /dev/null
+++ b/public/html5.gif
Binary files differ
diff --git a/public/vim-anim.gif b/public/vim-anim.gif
new file mode 100644
index 0000000..7a00d7f
--- /dev/null
+++ b/public/vim-anim.gif
Binary files differ