A shorter one today — mostly fixes, plus one fun addition.
A demo you can actually click
The Home page's "03 — Locksmith homepage" card had a live preview but no way to actually visit the real thing. It now has a "View live demo" button that opens the anonymized site in a new tab.
Two colors that weren't listening to bright mode
The Experiment page has a color picker borrowed from the AI Journey page — Warm, Growth, Signal, Balance — plus a separate Bright/Dark switch. Two of its live effects weren't respecting that combination correctly:
- The flowing WebGL shader in the header used to snap to one fixed bright palette regardless of which accent theme was selected. It now brightens whichever theme is actually chosen, as an offset — Growth still looks green in bright mode, just lighter, instead of collapsing into the same orange every time.
- The Ambient flow field paints its own canvas background directly, so it wasn't picking up bright mode at all — dark background, dark strands, switch or no switch. It now properly inverts: a light background with darkened, still theme-colored strands.
Where it all actually started
Added a small memory to the About page's toolbox fun fact: my real first line of code wasn't HTML in 1997 — it was BASIC, typed into a Sinclair ZX Spectrum 48K in primary school around 1983. So the "years since my first line of code" stat on the Home and About pages now specifically says "HTML code," so the two facts don't quietly contradict each other.
One more small thing: the About page's availability line now reads "Open to new internet projects" instead of just "new projects" — a small clarification worth spelling out.