From 5c679a4188bbe07b2fb144379b99e591fa702fcd Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 26 Nov 2023 18:10:30 -0500 Subject: [PATCH] Added badges to footer --- layouts/partials/badges.html | 31 +++++++++++++++++++++++++++ layouts/partials/footer.html | 1 + static/badges/badges.txt | 23 ++++++++++++++++++++ static/badges/bitwarden.gif | Bin 0 -> 401 bytes static/badges/bookmark_this_page.gif | Bin 0 -> 556 bytes static/badges/coffee_copy2.gif | Bin 0 -> 201 bytes static/badges/donate.png | Bin 0 -> 385 bytes static/badges/email.gif | Bin 0 -> 488 bytes static/badges/fedora.gif | Bin 0 -> 1914 bytes static/badges/firefox.gif | Bin 0 -> 1065 bytes static/badges/firefox4.gif | Bin 0 -> 2143 bytes static/badges/got_html.gif | Bin 0 -> 1142 bytes static/badges/graphicdesign.gif | Bin 0 -> 3043 bytes static/badges/home-assistant.gif | Bin 0 -> 439 bytes static/badges/ipv6.gif | Bin 0 -> 2349 bytes static/badges/linux.png | Bin 0 -> 696 bytes static/badges/mastodon_button_1.gif | Bin 0 -> 1741 bytes static/badges/mastodon_button_3.gif | Bin 0 -> 2201 bytes static/badges/nocookies.png | Bin 0 -> 364 bytes static/badges/openpgp.gif | Bin 0 -> 1131 bytes static/badges/print.gif | Bin 0 -> 173 bytes static/badges/sitemap.gif | Bin 0 -> 169 bytes static/badges/thunderbird2x.png | Bin 0 -> 1503 bytes static/badges/vim_the_editor.png | Bin 0 -> 321 bytes static/badges/wgetcurl.gif | Bin 0 -> 205 bytes static/badges/wikipedia.gif | Bin 0 -> 947 bytes 26 files changed, 55 insertions(+) create mode 100644 layouts/partials/badges.html create mode 100644 static/badges/badges.txt create mode 100644 static/badges/bitwarden.gif create mode 100644 static/badges/bookmark_this_page.gif create mode 100644 static/badges/coffee_copy2.gif create mode 100644 static/badges/donate.png create mode 100644 static/badges/email.gif create mode 100644 static/badges/fedora.gif create mode 100644 static/badges/firefox.gif create mode 100644 static/badges/firefox4.gif create mode 100644 static/badges/got_html.gif create mode 100644 static/badges/graphicdesign.gif create mode 100644 static/badges/home-assistant.gif create mode 100644 static/badges/ipv6.gif create mode 100644 static/badges/linux.png create mode 100644 static/badges/mastodon_button_1.gif create mode 100644 static/badges/mastodon_button_3.gif create mode 100644 static/badges/nocookies.png create mode 100644 static/badges/openpgp.gif create mode 100644 static/badges/print.gif create mode 100644 static/badges/sitemap.gif create mode 100644 static/badges/thunderbird2x.png create mode 100644 static/badges/vim_the_editor.png create mode 100644 static/badges/wgetcurl.gif create mode 100644 static/badges/wikipedia.gif diff --git a/layouts/partials/badges.html b/layouts/partials/badges.html new file mode 100644 index 0000000..cbfcb4e --- /dev/null +++ b/layouts/partials/badges.html @@ -0,0 +1,31 @@ +
+ Show Badges +
0.05g of CO2/viewWebsite Carbon
 Cleaner than 95% of pages tested
+
+ Firefox badge + Wikipedia badge + No cookies badge + Email Badge + Coffee Badge + Openpgp Badge + Wget-curl Badge + Sitemap Badge + Print Badge + Linux Badge + Thunderbird Badge + + Vim Badge +
+
+ Bitwarden Badge + Fedora Badge + Firefox Badge + HTML Badge + Graphic Design Badge + Home Assistant Badge + Mastodon Badge + Bookmark Badge + IPv6 Badge + Mastodon Badge +
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8140671..beea96f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -38,6 +38,7 @@ + {{ partial "badges.html" . }}