BJJPeaceCoalition.org — a static landing page with the open letter to women of Jiu-Jitsu and a link to the anonymous safety & inclusion survey.
Pure static. No build step.
index.html— single-page siteassets/logo.svg— placeholder mandala (lotus + triangle + peace) until the final logo art is dropped in. Replace withassets/logo.png(or update thesrcinindex.html) when the real artwork is ready.- Tailwind CSS via the Play CDN for utility classes + cross-browser resets without a build.
- Google Fonts: Cormorant Garamond (headings) + Inter (body).
Any static server works:
python3 -m http.server 8000
# then open http://localhost:8000- Push to
main. - Repo → Settings → Pages → Source:
Deploy from a branch, Branch:main/root. - The
.nojekyllfile is included so Pages serves files as-is.
The signup form posts to a placeholder Formspree endpoint. Swap the action
attribute on the <form> in index.html for your real
Buttondown / Mailchimp / Formspree URL before going live.