Add random favicon selection from Hack Club logos

This commit is contained in:
PawiX25 2025-03-17 23:05:00 +01:00
parent dd0d20dd8a
commit 608c995c65
96 changed files with 107 additions and 0 deletions

View file

@ -3,6 +3,113 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
const favicons = [
"logos/(ch)airtable.png",
"logos/3d print finished ig change it if you have a feedback.png",
"logos/Ad Astra.png",
"logos/Anchor.png",
"logos/arcade 2.png",
"logos/ascend (DoS).png",
"logos/assemble.png",
"logos/athena.png",
"logos/Bakebuild.png",
"logos/balatro.png",
"logos/black box.png",
"logos/blot.png",
"logos/blueprint.png",
"logos/boba.png",
"logos/cadence.png",
"logos/cartoon.png",
"logos/cascade.png",
"logos/cat club.png",
"logos/caution!-3.png",
"logos/Cider.png",
"logos/coolify.png",
"logos/Counterspell.png",
"logos/Create Mod-1.png",
"logos/deno-1.png",
"logos/Department of Hacker Culture.png",
"logos/epoch.png",
"logos/figma.png",
"logos/FIRST.png",
"logos/fun artsy.png",
"logos/fun doodle.png",
"logos/Furry Tail + blåhaj + socks (feel free to remove if controversy happens again _3).png",
"logos/glow.png",
"logos/google.png",
"logos/h.com, the everything app.png",
"logos/h++.png",
"logos/hackapet.png",
"logos/Hackbrew.png",
"logos/hackclub_.png",
"logos/hackcraft.png",
"logos/hack-life 2.png",
"logos/HackMii.png",
"logos/hackpad (alt).png",
"logos/hackpad.png",
"logos/harc.png",
"logos/HCB.png",
"logos/high seas.png",
"logos/image 1.png",
"logos/Incident.io.png",
"logos/intellij.png",
"logos/js.png",
"logos/lighting.png",
"logos/m_a_s_h.png",
"logos/mask-1.png",
"logos/microsoft teams.png",
"logos/microsoft word.png",
"logos/miiverse.png",
"logos/minus twelve.png",
"logos/Modrinth.png",
"logos/neon sign.png",
"logos/neon.png",
"logos/new reimbursements.png",
"logos/NixOS.png",
"logos/offical logo progress.png",
"logos/onboard.png",
"logos/Outernet.png",
"logos/pedropedropedro.png",
"logos/Pokemon.png",
"logos/Portal.png",
"logos/puppy club - without spots.png",
"logos/raspberry_pi.png",
"logos/raycast.png",
"logos/Retrospect-1.png",
"logos/ruby.png",
"logos/rust 2.png",
"logos/rust.png",
"logos/say cheese-1.png",
"logos/scrapyard.png",
"logos/Scratch.png",
"logos/Shopify.png",
"logos/Splitflap.png",
"logos/sprig.png",
"logos/template.png",
"logos/Terminal-1.png",
"logos/Testflight.png",
"logos/the bin.png",
"logos/tiktok.png",
"logos/ts.png",
"logos/tv.png",
"logos/Ubiquiti.png",
"logos/Ubuntu - Hack Club.png",
"logos/uiua.png",
"logos/unixclub.png",
"logos/unreal_engine.png",
"logos/yubico.png",
"logos/zach latta .png"
];
const randomFavicon = favicons[Math.floor(Math.random() * favicons.length)];
const link = document.createElement('link');
link.rel = 'icon';
link.href = randomFavicon;
document.head.appendChild(link);
</script>
<title>Hack Club YSWS Programs</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

BIN
logos/(ch)airtable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
logos/Ad Astra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
logos/Anchor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

BIN
logos/Bakebuild.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
logos/Cider.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 KiB

BIN
logos/Counterspell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

BIN
logos/Create Mod-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

BIN
logos/FIRST.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

BIN
logos/HCB.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

BIN
logos/HackMii.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
logos/Hackbrew.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
logos/Incident.io.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
logos/Modrinth.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
logos/NixOS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
logos/Outernet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
logos/Pokemon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
logos/Portal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
logos/Retrospect-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
logos/Scratch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
logos/Shopify.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
logos/Splitflap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
logos/Terminal-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
logos/Testflight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

BIN
logos/Ubiquiti.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
logos/arcade 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
logos/ascend (DoS).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

BIN
logos/assemble.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
logos/athena.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
logos/balatro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

BIN
logos/black box.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
logos/blot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

BIN
logos/blueprint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
logos/boba.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 KiB

BIN
logos/cadence.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
logos/cartoon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

BIN
logos/cascade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 KiB

BIN
logos/cat club.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
logos/caution!-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 KiB

BIN
logos/coolify.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

BIN
logos/deno-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
logos/epoch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

BIN
logos/figma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
logos/fun artsy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
logos/fun doodle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
logos/glow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

BIN
logos/google.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
logos/h++.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
logos/hack-life 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
logos/hackapet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
logos/hackclub_.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
logos/hackcraft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

BIN
logos/hackpad (alt).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

BIN
logos/hackpad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

BIN
logos/harc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

BIN
logos/high seas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

BIN
logos/image 1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

BIN
logos/intellij.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
logos/js.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
logos/lighting.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

BIN
logos/m_a_s_h.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 KiB

BIN
logos/mask-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
logos/microsoft teams.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
logos/microsoft word.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
logos/miiverse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
logos/minus twelve.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

BIN
logos/neon sign.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

BIN
logos/neon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
logos/onboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
logos/pedropedropedro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
logos/raspberry_pi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
logos/raycast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

BIN
logos/ruby.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

BIN
logos/rust 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
logos/rust.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
logos/say cheese-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
logos/scrapyard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

BIN
logos/sprig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 KiB

BIN
logos/template.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
logos/the bin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

BIN
logos/tiktok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
logos/ts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
logos/tv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
logos/uiua.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
logos/unixclub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

BIN
logos/unreal_engine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
logos/yubico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
logos/zach latta .png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 KiB