Live site: https://classicdocs.github.io/stravalytics/
The Engine Room - a scroll-driven visual story built from Stefan's Strava data. Every GPS point logged since 2021 is drawn over real terrain, followed by seven chapters of analysis:
- The Long Game - training volume over the years
- Wall of Records - personal bests as flip-to-reveal cards
- Body Clock - when the training actually happens
- The Pace Lab - speed and pacing breakdowns
- Engine Temperature - effort and heart rate zones
- What It All Adds Up To - the totals, converted into things you can picture
- The Comeback - the arc of the whole journey
The entire app is a single self-contained index.html - all data, styles, and libraries (GSAP for scroll animations) are inlined. No backend, no build step, no external requests.
Hosted on GitHub Pages from the main branch root. Pushing to main redeploys automatically.