-
Notifications
You must be signed in to change notification settings - Fork 3
Use Gemini logo in README headers; drop screenshots README #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| # Gemini Android π€ | ||
| <h1> | ||
| <img src="../docs/logo_gemini.png" alt="" height="32" align="top" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: Consider adding a descriptive alt text to the logo image to improve accessibility. Since the alt attribute is currently empty, consider adding a brief description (for example, |
||
| Gemini Android | ||
| </h1> | ||
|
|
||
| [](../LICENSE) | ||
| [](https://kotlinlang.org/) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: Consider providing a meaningful alt text for the logo image for better accessibility.
The image currently uses an empty
altattribute. Since itβs part of the main heading, consider a descriptive value likealt="Gemini Android logo", unless you intentionally want it treated as decorative by screen readers.