feat: brand kit, animated README banner, and docs branding#68
Merged
Conversation
Adds branding/ at repo root — a theme-aware logo kit exported from Claude Design: wordmark (plain + amber-slash), bolt (filled + outline), four app icons, and the punch APNG animation, with a README documenting embed usage. Light files use ink (#0b0b0f), dark use cream (#efece4), amber is #ffbf00. - README banner: static logo.svg -> animated punch APNG in a theme-aware <picture> (dark/light pair). Verified to render on github.com and pkg.go.dev (both allow <picture> and rewrite relative srcset/src). - Docs site (just-the-docs): sidebar wordmark logo (amber-slash on the dark sidebar) via site.logo, plus an SVG favicon (amber app icon) and a theme-color meta. Assets vendored under docs/assets/branding/ since Pages serves only from docs/. Confirmed via a local Jekyll build. - Remove now-orphaned root logo.svg (no remaining references).
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.
Adds a real brand identity, sourced from a Claude Design handoff bundle.
What's in it
branding/(repo root) — the canonical logo kitpunchAPNG animation, each with light/dark variants where theme matters.#0b0b0f(light bg), cream#efece4(dark bg), amber#ffbf00.branding/README.mddocuments the<picture>embed pattern for each mark.README banner
logo.svg→ animatedpunchAPNG in a theme-aware<picture>.<picture>and rewrite relativesrcset/srcto raw URLs).Docs site (just-the-docs)
via
site.logo.theme-colorfor mobile chrome.docs/assets/branding/because GitHub Pages serves onlyfrom
docs/. Confirmed via a local Jekyll build (logo CSS, favicon, andassets all land in
_site).Cleanup
logo.svg(zero references after the swap).Reviewed
Adversarial review (rendering / completeness / hygiene) found no blockers.
All vendored SVGs verified script/external-ref free.
Deferred (follow-ups, not blocking)
apple-touch-iconPNG (SVG favicon covers desktop; iOS home-screen tilewould want a raster).
bare logo).