docs: facelift the examples gallery + enrich landing meta#25
Merged
Conversation
Gallery page (this-repo-owned, generated from gallery.json): - Add light/dark/auto theme with a toggle synced to the landing page's localStorage 'theme' key, so a visitor's choice carries across pages (was hardcoded dark, inconsistent with the landing). - Full meta/SEO/social: canonical, og:*, twitter card, theme-color, favicon. - Visual polish: sticky top bar, fluid type scale, refined cards with hover lift, :focus-visible states, skip link, prefers-reduced-motion guard. - Responsive 1->2 columns at 720px; heroes kept uncropped (align-items:start). Landing (via existing site.json template hooks -- no template edit, no fleet blast radius): favicon, canonical, and a this-repo og:image (was the meta-repo default logo), plus Claude Code + cross-platform compatibility badges. Add assets/favicon.svg (shared by both pages; build_site copies assets/ -> docs/assets/). Capture the design direction in docs/gallery/DESIGN_NOTES.md as the prototype for the Option-2 fleet facelift. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
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.
Phase 2 of the Pages review/facelift. Applies the [LOCAL] findings only — the shared fleet template is untouched. docs-only, no release expected.
Gallery (this-repo-owned, generated from
gallery.json)localStorage['theme']key so the choice carries across pages (was hardcoded dark — the top [LOCAL] inconsistency).og:*, twittersummary_large_image,theme-color(per scheme), favicon.clamp()type scale, refined cards (hover lift, accent border),:focus-visible, skip link,prefers-reduced-motion.align-items:start) so the 8:3 swatch panorama keeps its outer spheres.Landing (via existing
site.jsonhooks — no template edit, zero fleet blast radius)favicon,canonical, and a this-repoogImage(was the meta-repo default logo); Claude Code + Windows/macOS/Linux compatibility badges.assets/favicon.svgadded;build_site.pycopiesassets/→docs/assets/(verified locally).Design direction
Captured in
docs/gallery/DESIGN_NOTES.mdas the prototype for the Option-2 fleet facelift (tokens, type scale, layout, theme, a11y).Verification
site.json: canonical/favicon/og:image render, favicon copied todocs/assets/.🤖 Generated with Claude Code