diff --git a/src/_data/footer.json b/src/_data/footer.json index 0d995e6..ec08f21 100644 --- a/src/_data/footer.json +++ b/src/_data/footer.json @@ -24,5 +24,63 @@ "name": "gitted tea", "link": "https://git.lavender.software/nyancrimew" } + ], + "badges": [ + { + "badge": "maia.crimew.gay.png", + "title": "my site :3", + "alt": "maia crimew", + "link": "https://maia.crimew.gay" + }, + { + "badge": "88x31.gif", + "title": "baaaadges", + "alt": "88x31", + "link": "https://cyber.dabamos.de/88x31" + }, + { + "badge": "noclick.gif", + "title": "don't do it", + "alt": "don't click here", + "link": "javascript:alert('what did i tell you??')" + }, + { + "badge": "acab.gif", + "title": "fuck the cops", + "alt": "acab" + }, + { + "badge": "archlinux.gif", + "title": "i use arch btw", + "alt": "arch linux", + "link": "https://archlinux.org" + }, + { + "badge": "versarytown.png", + "title": "a very cool website by a very cool person <3", + "alt": "versary town", + "link": "https://versary.town" + }, + { + "badge": "goop.gif", + "title": "goop house next up", + "alt": "goop house", + "link": "https://goop.house" + }, + { + "badge": "anarchynow.gif", + "alt": "anarchy now" + }, + { + "badge": "sleepy.png", + "title": "sleepy.zone is the best internet radio out there", + "alt": "sleepy zone", + "link": "https://sleepy.zone" + }, + { + "badge": "kitten88.gif", + "title": "im a kitten fr fr", + "alt": "kitten's corner" + } ] } diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk index 3a7ea8f..4bd6fc7 100644 --- a/src/_includes/components/footer.njk +++ b/src/_includes/components/footer.njk @@ -7,8 +7,10 @@ {% endif %} {% endfor %} -
-

i am going to add fun badges here eventually but i was too lazy to do so today

+
+ {% for item in footer.badges %} + {% if item.link %}{% endif %}{{ item.alt }}{% if item.link %}{% endif %} + {% endfor %}
\ No newline at end of file diff --git a/src/static/badges/88x31.gif b/src/static/badges/88x31.gif new file mode 100644 index 0000000..c6ccdad Binary files /dev/null and b/src/static/badges/88x31.gif differ diff --git a/src/static/badges/acab.gif b/src/static/badges/acab.gif new file mode 100644 index 0000000..c86ff0e Binary files /dev/null and b/src/static/badges/acab.gif differ diff --git a/src/static/badges/anarchynow.gif b/src/static/badges/anarchynow.gif new file mode 100644 index 0000000..c6ffe22 Binary files /dev/null and b/src/static/badges/anarchynow.gif differ diff --git a/src/static/badges/archlinux.gif b/src/static/badges/archlinux.gif new file mode 100644 index 0000000..6fcc440 Binary files /dev/null and b/src/static/badges/archlinux.gif differ diff --git a/src/static/badges/cat.gif b/src/static/badges/cat.gif new file mode 100644 index 0000000..9864776 Binary files /dev/null and b/src/static/badges/cat.gif differ diff --git a/src/static/badges/goop.gif b/src/static/badges/goop.gif new file mode 100644 index 0000000..1ff93bb Binary files /dev/null and b/src/static/badges/goop.gif differ diff --git a/src/static/badges/kitten88.gif b/src/static/badges/kitten88.gif new file mode 100644 index 0000000..6acb547 Binary files /dev/null and b/src/static/badges/kitten88.gif differ diff --git a/src/static/badges/maia.crimew.gay.png b/src/static/badges/maia.crimew.gay.png new file mode 100644 index 0000000..8757d99 Binary files /dev/null and b/src/static/badges/maia.crimew.gay.png differ diff --git a/src/static/badges/noclick.gif b/src/static/badges/noclick.gif new file mode 100644 index 0000000..b99fc12 Binary files /dev/null and b/src/static/badges/noclick.gif differ diff --git a/src/static/badges/sleepy.png b/src/static/badges/sleepy.png new file mode 100644 index 0000000..3bda5be Binary files /dev/null and b/src/static/badges/sleepy.png differ diff --git a/src/static/badges/versarytown.png b/src/static/badges/versarytown.png new file mode 100644 index 0000000..f47cee7 Binary files /dev/null and b/src/static/badges/versarytown.png differ