initial commit
This commit is contained in:
commit
c58252801e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue