Bring the gallery file up to the Archives standard, and restack the Speak players - #58
Merged
Merged
Conversation
…peak players Five editorial fixes after a review of the last two weeks of work: - Drop the celebrity-men and menswear gallery categories. No Work case opened either, so both shipped lightbox JSON no visitor could reach. Their frames were resolved individually: g-menswear-2, -3 and -5 move into the Archives fringe-harness shoot with real alt text, the rest already live in the Archives. Four uncreditable or duplicate frames are parked (files kept in the repo). - Drop work-celebrity.jpg from the celebrity-women gallery. It is the case-study hero directly above the button that opens that gallery. - Rewrite every gallery caption. main.js sets the lightbox img.alt from cap, so "Poolside story" five times was both the caption and the alt text. Each frame now describes what is in it. - Sharpen the Spring Awakening case: an outward-facing result, a plain verb in place of "Helped shape", and one fewer Walmart mention, with the claim about how the brand is perceived removed. - Restack the Speak players: the keynote leads full width, California Live and Sheen Talk Live sit side by side beneath it, instead of three near-identical full-width players in a column. Existing grid, no new CSS, both anchors kept. CLAUDE.md records the two rules CI cannot check: every gallery category must be opened by a Work case, and a gallery cap is also its alt text. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UHFTwFpBPaUG3YektzZ7kZ
✅ Deploy Preview for qafearless ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Five editorial fixes after a review of the last two weeks of work. The new Archives material holds up;
content/galleries.yamlhad been left behind by it.Gallery file
celebrity-menandmenswearcategories. No Work case opened either one, so both shipped lightbox JSON no visitor could reach. Their frames were resolved individually rather than deleted wholesale:g-menswear-2,-3and-5move into the Archivesfringe-harnessshoot (2 frames to 5) with real alt text, which upgrades them from JSON a crawler never opens to real<img>tags on the page; the Tahj Mowry frames andg-menswear-6/-8already live in the Archives. Four frames are parked, files kept inpublic/assets/img/:archive-05.jpg(a tighter crop of the Norman Reedus frame the Archives already shows),g-menswear-7.jpg(one frame of a different model and story from both menswear shoots, no credit to attach it to), andg-celebrity-7/8.jpg(one look, unnamed subject).work-celebrity.jpgfromcelebrity-women: it is the case-study hero directly above the button that opens that gallery, so the lightbox opened on the photo the visitor had just looked at. Still in the sitemap viacontent/work.yaml.main.jssets the lightboximg.altfromcap, so "Poolside story" five times was the alt text too. Each frame now describes what is in it.Sitemap image coverage is unchanged for every frame that stayed.
Copy
Layout
.grid.cols-2, no new CSS or behavior, stacks below 760px. Both anchors kept (#reel,#tv).CLAUDE.mdrecords the two rules CI cannot check: every gallery category must be opened by a Work case, and a gallerycapis also its alt text.instagram-ledger.jsonrecords the trims and rewrites.Checks:
npm run build,tools/validate_site.py dist(20 pages, 0 unfilled slots) andtools/seo_check.py dist(7 pages, 0 warnings) all pass locally.🤖 Generated with Claude Code
https://claude.ai/code/session_01UHFTwFpBPaUG3YektzZ7kZ
Generated by Claude Code