Guidance for Claude Code when working in this repo.
Personal site for Maxx Turing β Jekyll on GitHub Pages, custom domain
maxxturing.com. Almost everything lives in index.html (markup + inline JS)
and site.css. See README.md for local preview setup.
.gal-badge buttons on the gallery figures in index.html (the
<section id="beyond"> block, roughly lines 357β364). Current labels:
βΆ video β used on six figures (skydive, Cape Town, Camps Bay, Savute,
St Anton, snowboarding)π· the shot β β the Okavango wildlife figureπ look closer β the lizard macro figureWhen changing them, keep these in sync:
aria-label (the pattern is
"<label> β <data-subject>", and the badge text is its accessible name);index.html:470β478, which swaps badge.textContent
and rewrites aria-label to report playback/sound state β those replacement
strings need to match the new wording.