Nothing to install
No package manifest and no dependencies. A clone of this repository works immediately, on any machine, with any editor.
Static site · No build step
Three HTML pages and one stylesheet. Open any file in an editor, change a line, refresh the browser. That is the whole workflow.
Total page weight: one stylesheet, two web fonts, zero scripts.
What is here
Every page is a complete HTML document — head, navigation, content, footer. Nothing is assembled at request time, so what you read in the file is exactly what a visitor receives.
This page. A short introduction and an index of everything else, meant to be rewritten with your own words.
A plain-language tour of the file layout, the styling approach, and how to publish a change.
A details page using mail and link markup rather than a form, so no server is involved.
A styled 404.html, which Netlify serves automatically for any address that does not exist.
Why plain
No package manifest and no dependencies. A clone of this repository works immediately, on any machine, with any editor.
There is no build command, so publishing is a file copy. The public folder is uploaded as-is.
All visual decisions live in styles.css, starting with a short list of colour and type variables at the top.