merge: dev → main — OG banner refinement (full-bleed + github contribution widget)#14
Merged
Conversation
…n startup block Leftover stale references to the old v2 dual-session model: - Workflow references line still mentioned "lineage branches" as content - Cross-session handoff section described the old "cloud-session-start" marker pattern that no longer exists in the new v3 model These are documentation cleanup only — no architectural change.
…ibution widget Removed dark margin around the OG card (full-bleed within 1200x630 canvas, v-centered body). Scaled up logo/name/pills/contact fonts to fill the larger card. Added a scaled-down github contribution sub-widget (26x5 heatmap, lighter glass) next to the "open to work" pill, replicating the site's real .cg/.cc widget. Fixed name overflow into the email pill by tuning font-size. 6 rounds of visual review with Vishal before commit.
fix(portfolio): full-bleed OG banner + github contribution widget
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Refinement of the OG sharing banner deployed earlier today (PR #10). Replaces
prototypes/assets/og-image.pngwith a redesigned version that:.cg/.ccwidget patternThe OG meta tags in the 7 HTML files don't need to change — the file path is the same.
What's in this PR (4 commits)
Note:
7688421was already on main from the v3 dual-session cleanup, but is included in this PR's diff because the fix branch was created from before that commit.Files changed
prototypes/assets/og-image.png— replaced (96KB → 148KB, +55%)tasks/DEVLOG.md— session entry for the OG refinement workCLAUDE.md— minor (already on main as part of v3 cleanup, included in diff because the fix branch was off dev)tasks/lessons.md— minor (L-070 added, already on main, included for same reason)Visual review
Vercel deployment
Auto-deploys on push to
main. The OG image will be live athttps://vishal-katariya.com/og-image.png(and used as preview for any link shared to the site).Audit notes (Hermes, 2026-06-30)
✅ Only 1 binary file modified (no breaking code changes)
✅ 1 devlog entry (mandatory per AGENTS.md)
✅ Both file types (96KB → 148KB) are reasonable for a 1200×630 banner
✅ Pixel diff: 51% of pixels changed — consistent with "redesign + new widget + scale fonts", not a small tweak
✅ All work was on
fix/og-banner-marginsub-branch (per branch discipline)✅ PR #13 was the standard
devtarget, not main (so this is a normal dev→main integration)