04ab137b7a1ddd358cb63fec46af3a7abd628474
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Floating Flows
Premium AcroYoga website for Floating Flows (Freiburg). Static HTML/CSS/JS — no build step.
index.html— landing page (video hero, courses, location, reviews, booking, photo carousel, contact)courses.html— full course detailsabout.html— about / storycss/— design system (tokens.css) + styles (styles.css)assets/— images, video, brand
Deploy (Coolify + Dockerfile)
This repo ships a Dockerfile that serves the static files with nginx on port 80.
In Coolify:
- New Resource → Application from this Git repository.
- Build Pack:
Dockerfile. - Port:
80. - Domain:
floatingflows.george1.dev(ensure DNSA/CNAMEpoints at the Coolify host). - Deploy.
Run locally
Any static server works, e.g.:
python3 -m http.server 4599
# open http://localhost:4599
Description
Languages
HTML
53.3%
CSS
31.9%
JavaScript
14.6%
Dockerfile
0.2%