Adding a page
Copy any existing file, rename it, replace the content between the main tags, and add a link to the nav in all four pages.
About
The whole site is a folder of documents and one stylesheet. This page describes where everything sits and what to change first.
index · about · contact · 404
File layout
public.That folder is the published site. Files beside it — the readme, the Netlify configuration — stay in the repository and are never served.
/./about.html. Filenames become addresses directly.Styling
The top of styles.css holds the palette, the two typefaces, and the spacing scale. Editing --clay repaints every accent; editing --serif reletters every heading. Below that, the file runs in reading order: reset, page shell, typography, components, then the page-specific pieces.
Layout uses CSS grid with deliberately uneven columns, and the numbered list on the home page steps sideways on alternate rows. Both collapse to a single column below roughly 830 pixels wide.
Motion is limited to one entrance per page and hover feedback on links and panels. Anyone who has asked their system to reduce motion sees the finished state immediately.
Copy any existing file, rename it, replace the content between the main tags, and add a link to the nav in all four pages.
Opening a file straight from disk works. Running netlify dev is closer to production, since addresses resolve the way they will once published.
Push the change. Netlify uploads public with no build step, so a deploy takes a few seconds.