Single-page brochure site for a Sydney-based handyman service. It includes a hero introduction, a services overview, and a contact section with a lead form.
- Open
index.htmldirectly in your browser to preview the site. - Edit the markup, styling, images, and copy to tailor it to your business.
- Customize the imagery and branding to match your look and feel.
- Add any required build tooling (e.g., bundlers, templating, CI/CD).
- Deploy the site to your hosting provider once you're ready to go live.
Serve the project locally to test anchor links, responsive layout, and form behaviour:
cd /home/satyr69/source/rob_website
python3 -m http.server 8000Then visit http://localhost:8000 in your browser. Stop the server any time with Ctrl+C.