Add badge data and images

This commit is contained in:
2026-02-23 16:56:21 -06:00
parent 6025b3083a
commit 2c269201cd
63 changed files with 259 additions and 0 deletions

259
_data/badges.js Normal file
View File

@@ -0,0 +1,259 @@
export default {
imgBaseUrl: "/img/badges/",
badges: [
{
altText: "Built with Eleventy.",
imageURL: "built-with-eleventy.gif",
linkURL: "https://www.11ty.dev/",
},
{
altText: "Anything but Chrome.",
imageURL: "anythingbut.gif",
},
{
altText: "Mastodon.",
imageURL: "mastodon.png",
linkURL: "https://lounge.town/@nathanu",
},
{
altText: "Powered by Arch BTW.",
imageURL: "powered-by-arch-btw.png",
},
{
altText: "Fuck Reform UK.",
imageURL: "freform.gif",
},
{
altText: "Hyenas Now.",
imageURL: "hyenas-now.gif",
},
{
altText: "Matrix.",
imageURL: "matrix.2338528959.png",
linkURL: "https://matrix.to/#/@nathan:upchur.ch",
},
{
altText: "Written by a human.",
imageURL: "written-by-a-human.gif",
linkURL: "/ai/",
},
{
altText: "I like computer.",
imageURL: "3computer.jpg",
},
{
altText: "Up all night.",
imageURL: "anibanner.gif",
},
{
altText: "800 x 600 Hi-Colors.",
imageURL: "61.gif",
},
{
altText: "ACAB",
imageURL: "acab.gif",
},
{
altText: "Get Anarchy Now!",
imageURL: "anarchy-now.gif",
},
{
altText: "No Nazi, No Fascism, No Racism.",
imageURL: "antinazi.gif",
},
{
altText: "This is an Anti-NFT site.",
imageURL: "antinft.gif",
},
{
altText: "Any browser you like.",
imageURL: "any_browser.1317991118.png",
},
{
altText: "Gifypet",
imageURL: "badge.gif",
linkURL: "https://gifypet.neocities.org/",
},
{
altText: "Pansexual",
imageURL: "badge_pansexual.gif",
},
{
altText: "Banana",
imageURL: "banana.gif",
},
{
altText: "Free Palestine Now!!!",
imageURL: "bufreepalestine.gif",
},
{
altText: "A meowing cartoon cat with 'Devils' written beneath it.",
imageURL: "button-devils.gif",
},
{
altText: "NFT? No fucking thanks.",
imageURL: "button110.gif",
},
{
altText: "Game boy color logo.",
imageURL: "color.gif",
},
{
altText: "Copy that floppy!",
imageURL: "copy_floppy.gif",
},
{
altText: "Made with cascading style sheets.",
imageURL: "css3.gif",
},
{
altText: "Defective by design. Eliminate DRM now!",
imageURL: "dbd.2333814563.webp",
},
{
altText: "Don't feed the AI!",
imageURL: "dontfeedai.gif",
},
{
altText: "A seal with the word dream appearing beside it.",
imageURL: "dream_coloured.gif",
},
{
altText: "Eat the rich.",
imageURL: "eatdarich.jpg",
},
{
altText: "Join the Fediverse.",
imageURL: "fediverse.gif",
linkURL: "https://jointhefediverse.net",
},
{
altText: "Take back the web. Firefox logo.",
imageURL: "fftake.gif",
},
{
altText: "Firefox",
imageURL: "firefox3.gif",
},
{
altText: "Tested on Firefox.",
imageURL: "firefox4.gif",
},
{
altText: "Game Boy logo",
imageURL: "gb.gif",
},
{
altText: "Gitea",
imageURL: "gitea.gif",
},
{
altText: "Made on GNU/Linux.",
imageURL: "gnu-linux.gif",
},
{
altText:
"Fight for open web standards. Fight for online privacy. Fight against monopolistic practices. Stand up to Google!",
imageURL: "google_stand.gif",
},
{
altText: "Got HTML?",
imageURL: "got_html.gif",
},
{
altText: "GLPV3",
imageURL: "gplv3.gif",
},
{
altText: "There are no bad hair days on the internet.",
imageURL: "hair.gif",
},
{
altText: "I hate Macintosh.",
imageURL: "hatemac_b.gif",
},
{
altText: "Hyenas now!",
imageURL: "internetarchive.2540748731.png",
},
{
altText: "Jellyfin",
imageURL: "jellyfin.gif",
},
{
altText: "KDE now!",
imageURL: "knbutton.gif",
},
{
altText: "Linux now! 2.0",
imageURL: "linuxnow2.gif",
},
{
altText: "Stop Microsoft!",
imageURL: "microsoft_stop.gif",
},
{
altText: "Midi",
imageURL: "midinote.gif",
},
{
altText: "Mobile friendly.",
imageURL: "mobilefriendly.1035495686.png",
},
{
altText: "Superstition: No!",
imageURL: "nobelief.gif",
},
{
altText: "Campaign against frames!",
imageURL: "noframes3.gif",
},
{
altText: "From the river to the sea: free Palestine.",
imageURL: "palestine.gif",
},
{
altText: "Powered by Penguins.",
imageURL: "penguins.gif",
},
{
altText: "Status Cafe: Your friends updates.",
imageURL: "statuscafe.gif",
linkURL: "https://status.cafe/",
},
{
altText: "Go straight to hell!!!",
imageURL: "tohell.gif",
},
{
altText: "Tor logo",
imageURL: "tor.gif",
},
{
altText: "Trans rights now!",
imageURL: "transnow2.gif",
},
{
altText: "uBlock Origin Now!",
imageURL: "ublock-origin.3786077848.webp",
},
{
altText: "Under construction.",
imageURL: "undercon2.gif",
},
{
altText: "View and sign my guestbook. Click here.",
imageURL: "viewbook.gif",
linkURL: "/guestbook/",
},
{
altText: "wilby.me search",
imageURL: "wiby.1897295341.png",
linkURL: "https://wiby.me/",
},
{
altText: "I survived Y2K.",
imageURL: "y2ks.gif",
},
],
};