Official website for the Munich Tritons water polo team, part of FT Gern. A single-page landing site built with vanilla HTML, CSS, and JavaScript — no frameworks, no build tools.
Live: munichtritons.de (or bishrmaradni.github.io/Tritons)
# Option 1: open directly
open index.html
# Option 2: local server (for form testing)
python3 -m http.server 8000index.html Main page (8 sections)
styles.css All styles, dark mode, responsive
script.js Theme toggle, scroll effects, form handler
robots.txt Search engine directives
sitemap.xml Sitemap for SEO
assets/ Original high-res images
assets/web/ Optimized images for the site
.github/workflows/ GitHub Pages deployment
docs/ Documentation
Push to main and GitHub Actions deploys automatically via the Deploy GitHub Pages workflow.
- Go to Settings > Pages and set Source to GitHub Actions.
- Push to
mainor trigger the workflow manually.
See docs/WEBSITE_OVERVIEW.md for the full guide: content updates, Formspree setup, domain configuration, image optimization, and more.