Brazilian BBQ Catering one-page website.
A single-page website for Chef Claudinei's Brazilian churrasco and catering services, based in Freeport and serving Long Island and New York City. Built with pure HTML, CSS, and vanilla JavaScript - no frameworks or dependencies.
index.html # Markup, meta tags and structured data
assets/
css/site.css # All the styling
js/site.js # All the behaviour
fonts/ # Self-hosted woff2 subsets
img/ # Photos, plus -600/-1000 webp and tile/ variants
video/ # Event highlight video
No build step, no dependencies. Serve the folder over HTTP:
python3 -m http.server 8788
# then open http://localhost:8788/index.htmlServe it rather than opening the file directly: under file:// the origin is
null, so the self-hosted fonts fail their CORS check and the console fills
with errors that do not happen in production.