initial commit

This commit is contained in:
Leonora Tindall 2024-03-02 22:49:04 -06:00
commit c58252801e
1 changed files with 22 additions and 0 deletions

22
README Normal file
View File

@ -0,0 +1,22 @@
# hacker girls webring kit
## fonts
the font used in the badges is "Retro Gaming" by Daymarius [1]
1: https://www.dafont.com/daymarius.d7345
## using badges
it's recommended to provide a way to stop the motion of the gif/animated webp
badges. one way is with `prefers-reduced-motion`:
<picture>
<source
srcset="./badges/still/progpride.webp"
media="(prefers-reduced-motion: reduce)">
<img
srcset="./badges/animated/progpride.webp"
alt="HACKER GIRLS WEBRING, superimposed on a progress pride flag-like banner">
</picture>