skill-icons
skill-icons copied to clipboard
[FEATURE REQUEST] functionality to make each icon clickable
This would probably be a very down-the-line feature and not of high importance, but for websites and CV/portfolios, this would be awesome; clicking on each icon could lead to the skill's homepage or something similar
Proposed behavior and utility:
It's by no means perfect, but I wrote a script that makes <a href="whatever><img src="skillicons.dev/icon" /></a>
for READMES.
Script: https://github.com/ThatOneCalculator/skill-icons/blob/clickable/clickable.js
(Usage: node ./build.js && node ./clickable.js aiscript,bash,c,javascript
)
Demo: https://github.com/ThatOneCalculator/ThatOneCalculator/blob/main/README.md
See https://github.com/tandpfun/skill-icons/pull/48