tandpfun / skill-icons

Showcase your skills on your Github readme or resumé with ease ✨
https://skillicons.dev
MIT License
7.28k stars 981 forks source link

[FEATURE REQUEST] Add title to icons #1189

Open Aaryash-Shakya opened 2 weeks ago

Aaryash-Shakya commented 2 weeks ago

Feature requested

Some people may not be able to recognize the icons. So adding a title attribute will display the skill name when hovering over the icon.

AleksaMCode commented 1 week ago

You can always do something like this:

Java C++

![Java](https://skillicons.dev/icons?i=java) ![C++](https://skillicons.dev/icons?i=cpp)

Or something like this:

Java C++




<div class="column">
  <div class="row">
    <img align="left" alt="Java" title="Java" src="https://skillicons.dev/icons?i=java" />
    <img align="left" alt="C++" title="C++" src="https://skillicons.dev/icons?i=cpp" />
  </div>
</div>