docs(readme): add SkillIcons technology stack logos#5
Conversation
PasinduOG
commented
Feb 7, 2026
- Add centered SkillIcons display showing Java, Spring, Maven, Git, GitHub, and IntelliJ IDEA
- Add centered project tagline for better visual hierarchy
- Improves README visual appeal and technology visibility
- Icons provided by https://skillicons.dev
- Add centered SkillIcons display showing Java, Spring, Maven, Git, GitHub, and IntelliJ IDEA - Add centered project tagline for better visual hierarchy - Improves README visual appeal and technology visibility - Icons provided by https://skillicons.dev
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s README.md to improve top-of-page visual hierarchy by adding a centered technology stack icon row (via SkillIcons) and a centered tagline beneath the main title.
Changes:
- Added centered SkillIcons tech stack logos (Java, Spring, Maven, Git, GitHub, IntelliJ IDEA).
- Added a centered italicized project tagline under the title.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <p align="center"> | ||
| <em>A lightweight, type-safe API Response wrapper for Spring Boot applications</em> | ||
| </p> |
There was a problem hiding this comment.
The centered tagline duplicates the first sentence of the existing introduction paragraph below ("A lightweight, type-safe API Response wrapper for Spring Boot applications"). Consider removing that sentence from the later paragraph or rephrasing one of them to avoid repeating the same line twice in the README.
| # API Response Library | ||
|
|
||
| <p align="center"> | ||
| <img src="https://skillicons.dev/icons?i=java,spring,maven,git,github,idea" alt="Tech Stack" /> |
There was a problem hiding this comment.
For accessibility, the image alt text "Tech Stack" is quite generic. Consider making it descriptive (e.g., mentioning the specific technologies/logos shown) so screen readers convey meaningful information.
| <img src="https://skillicons.dev/icons?i=java,spring,maven,git,github,idea" alt="Tech Stack" /> | |
| <img src="https://skillicons.dev/icons?i=java,spring,maven,git,github,idea" alt="Logos for Java, Spring, Maven, Git, GitHub, and IntelliJ IDEA" /> |