Gsproesser/sports-consultancy-onboarding
0
Ribeiro’s Sports Consultancy — Onboarding (Static App)
This Space hosts a multi-step onboarding prototype for Ribeiro’s Sports Consultancy.
- Stack: pure HTML/CSS/JS (single
index.html) — no server, no build step - Flow: Welcome → Profile → Goals → Gym setup → Biomechanics (video uploads) → Review
- Design: Dark slate accent
#2d2e33on light background#f0f1f2
Files
index.html— the whole app (entry file)favicon.png,favicon.svg— brand icon (optional but recommended)thumbnail.png— preview image shown on the Space page (optional)style.css— optional helper stylesheet (safe to remove)
Run locally
Just open index.html in a modern browser (Chrome/Safari/Firefox).
Update the Space
Upload a new index.html (same filename) and Commit. If the preview looks cached, go to Runtime → Restart.
Notes
- Videos selected in the Biomechanics step are only kept in the browser (no uploads to a server).
- To change brand colors, edit CSS variables at the top of
index.html:
:root{ --primary:#2d2e33; --bg:#f0f1f2; }