Go to file
Leonora Tindall b7efd6905d Add rendered terminal and progpride badges 2024-03-02 22:50:17 -06:00
badges Add rendered terminal and progpride badges 2024-03-02 22:50:17 -06:00
fonts Include redistributable font 2024-03-02 22:49:14 -06:00
README initial commit 2024-03-02 22:49:04 -06:00

README

# 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>