Refresh README with Cotabby brand banner#784
Merged
Merged
Conversation
| <p align="center"> | ||
| <a href="https://cotabby.app" target="_blank"> | ||
| <img height="150" alt="Cotabby logo" src=".github/assets/readme/logo.png" /> | ||
| <img width="1600" alt="Cotabby beta — open-source, on-device AI autocomplete for macOS" src=".github/assets/readme/cotabby-banner.png" /> |
Contributor
There was a problem hiding this comment.
This banner replaces the only <h1> in the README, so the rendered README body now starts with an image and then jumps to ## What It Does. Raw markdown consumers, generated docs, and assistive-tech heading navigation can no longer find the project title as a semantic heading.
| <p align="center"> | ||
| <a href="https://cotabby.app" target="_blank"> | ||
| <img height="150" alt="Cotabby logo" src=".github/assets/readme/logo.png" /> | ||
| <img width="1600" alt="Cotabby beta — open-source, on-device AI autocomplete for macOS" src=".github/assets/readme/cotabby-banner.png" /> |
Contributor
There was a problem hiding this comment.
The new 1600px banner does not include a height, so browsers cannot reserve its aspect ratio before the image loads. On slower connections, the README content can shift after the larger PNG finishes loading.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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
Replace the README's separate logo, title, and tagline with one full-width Cotabby brand banner. The new artwork uses the production cat mark and OpenRunde type from the landing project, with a white atmospheric background, soft blue bubbles, and a faded oversized wordmark.
Validation
[beta]label, tagline, soft shadows, and background details render cleanly without clipping or raster artifacts.identify .github/assets/readme/cotabby-banner.png— confirmed a 3200×1000 8-bit sRGB PNG.git diff --check— exit 0.Linked issues
None.
Risk / rollout notes
README-only presentation change. Existing landing, download, and support buttons remain directly below the banner, and the banner continues linking to
cotabby.app.Greptile Summary
This PR refreshes the README header with a Cotabby brand banner. The main changes are:
.github/assets/readme/.Confidence Score: 5/5
This looks safe to merge after small README presentation cleanups.
README.md
Important Files Changed
Reviews (1): Last reviewed commit: "Refresh README branding with Cotabby ban..." | Re-trigger Greptile