docs: add favicon / icon set derived from the logo - #99
Merged
Conversation
Generate a standard favicon/icon set from the project logo, cropped to the robot mascot (the wordmark is illegible at favicon sizes) and centered on a transparent square. Under docs/assets/favicon/: - favicon.ico (multi-size 16/32/48) - favicon-16x16.png, favicon-32x32.png (transparent) - apple-touch-icon.png (180, solid white bg — iOS composites transparency over black) - icon-192.png, icon-512.png (transparent, PWA/high-DPI) - README.md documenting each file and the <link> tags to wire them in There is no web frontend yet, so nothing serves these today; they are committed ready for a future docs site or GitHub Pages. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Generates a standard favicon/icon set from the project logo, cropped to the robot mascot (the wordmark is illegible at favicon sizes) and centered on a transparent square. Under
docs/assets/favicon/:favicon.ico/favicon.icofallbackfavicon-16x16.png/favicon-32x32.pngapple-touch-icon.pngicon-192.png/icon-512.pngREADME.md<link>tagsThe mascot crop box was found by an ink-bounding-box scan of the logo (not guessed), and each output was visually verified (mascot centered, 32px legible, apple-touch crisp on white).
No web frontend exists yet, so nothing serves these today — they're committed ready for a future docs site / GitHub Pages, as the README notes.
Passed
codexrabbit-code-reviewer(verdict: correct). No code changes.🤖 Generated with Claude Code