docs: uniform 16:9 gallery heroes + self-sufficient nav#27
Merged
Conversation
Screenshot review (headless Chrome, desktop+mobile, light+dark) showed a ragged empty gap under the short card on desktop: the swatch hero was 8:3 panoramic while the other two were 16:9, so the 2-col grid rows were uneven. - Re-render the swatch hero at 16:9 (1280x720) so all three heroes share an aspect; the 6 spheres now fill the frame (was a left-clustered panorama). - Gallery CSS: uniform 16:9 media (object-fit: cover, no crop now that heroes match), align-items: stretch, and a bottom-pinned "View example" link so paired cards are equal height with aligned footers. - Add a GitHub repo link to the top bar so the gallery is self-sufficient for navigation (the landing->gallery link is template-blocked); back-link to the landing already present. - DESIGN_NOTES updated to record the evolved direction (16:9 heroes, stretch, pinned footers, outbound nav) for the Option-2 fleet prototype. 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 gallery review/facelift, driven by headless-browser screenshots (Phase 0 capability stood up: puppeteer-core + installed Chrome, captured desktop+mobile × light+dark).
What the screenshots showed (Phase 1)
Fixes (this repo's owned files only)
object-fit: cover, no crop now that heroes match),align-items: stretch, bottom-pinned "View example" so paired cards are equal height with aligned footers.DESIGN_NOTES.mdupdated with the evolved direction (supersedes the mixed-aspect approach).Verification
🤖 Generated with Claude Code