feat(brand): Limner illuminated-L logo + favicon#110
Merged
Conversation
The Limner brand mark — an illuminated initial "L" in gold Celtic interlace (Book of Kells) on deep teal — generated through Limner's own Recraft vector pipeline, so it ships as true editable SVG. - docs/assets/logo/: limner-logo.svg (gold on teal) + -transparent + -mono variants, limner-hero.svg (the ornate engraved initial), favicon.svg, and a PNG size ladder (1024 -> 16) exported at exact dimensions. - README: the illuminated initial as a brand mark above the title. - The Worker now serves the mark at /favicon.ico and /favicon.svg (public, before the OAuth gate), clearing the 404 the consent/auth pages logged. Embedded SVG + serveFavicon(), covered by favicon.test.ts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Jim Vinson <jim@vinson.org>
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.
What
Adds the Limner brand mark — an illuminated initial "L" in gold Celtic interlace (Book of Kells) on deep teal — and serves it as the favicon.
Fittingly, the logo was generated through Limner's own pipeline (
limner_generate_recraft,vector_illustrationstyle), which returns true SVG, so the mark ships as editable vector and the README hero was rebranded with a 3-line palette swap rather than a re-generation.Assets —
docs/assets/logo/limner-logo.svg(gold on teal, primary) ·-transparent.svg·-mono.svglimner-hero.svg— the ornate engraved initial (README header)favicon.svg+ PNG size ladderpng/limner-logo-{1024,512,256,128,64,32,16}.png(exact dimensions)README
The illuminated initial as a centered brand mark above the title (the studio
hero.webpstays).Favicon (code)
The Worker now serves the mark at
/favicon.icoand/favicon.svg, public and before the OAuth gate — clearing the 404 the consent/auth pages logged (caught during the client-conformance test pass). Embedded SVG +serveFavicon(), covered byfavicon.test.ts. No consent-CSP change (the favicon request was a 404, not a CSP block). Goes live on next deploy.665 tests pass; typecheck clean.
🤖 Generated with Claude Code