Developer tool

Download the whole website

Get every file that makes up this site as a single ZIP archive, ready to save on your desktop or drop into a repository. Built in your browser from the live files — no email, no sign-up, nothing to install.

Build your archive

Choose what to include, then download. The ZIP is assembled locally, so it always matches the version of the site you are looking at right now.

38 files selected. Builds in a couple of seconds on a normal connection.

What is inside

Plain HTML, CSS, and JavaScript. No framework, no build step, no package manager. Includes .htaccess and DEPLOY.md for uploading to shared hosting

Running it locally

Extract the ZIP and open index.html in a browser to browse the pages immediately. Two features need a real web server rather than a local file: the service worker (offline support and installability) and the enquiry form, because browsers block those on file:// URLs. Any static server works — for example python3 -m http.server in the extracted folder.

Contact form delivery is configured in js/config.js. See README.md inside the ZIP for the exact steps.