feat: add blinkies
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m24s
Node.js CI / Lint and Test (push) Successful in 1m28s

This commit is contained in:
Naomi Carrigan 2025-03-11 12:40:52 -07:00
parent dd5fa6f7a2
commit 26136259d3
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -18,6 +18,16 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro";
theme: "dark", theme: "dark",
}).render("#tree-nation-offset-website"); }).render("#tree-nation-offset-website");
</script> </script>
<div id="blinkies">
<img src="https://cdn.nhcarrigan.com/blinkies/bigots.gif" alt="no bigots allowed"/>
<img src="https://cdn.nhcarrigan.com/blinkies/blm.gif" alt="black lives matter"/>
<img src="https://cdn.nhcarrigan.com/blinkies/miku.gif" alt="miku fan!!!"/>
<img src="https://cdn.nhcarrigan.com/blinkies/neuro.gif" alt="neurodivergent pride"/>
<img src="https://cdn.nhcarrigan.com/blinkies/palestine.gif" alt="free palestine"/>
<img src="https://cdn.nhcarrigan.com/blinkies/technomancer.gif" alt="technomancer"/>
<img src="https://cdn.nhcarrigan.com/blinkies/trans.gif" alt="trans rights!!!"/>
<img src="https://cdn.nhcarrigan.com/blinkies/ukraine.gif" alt="glory to ukraine"/>
</div>
</footer> </footer>
<style> <style>