tandpfun / skill-icons

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

[FEATURE REQUEST] functionality to make each icon clickable #32

Open ThatOneCalculator opened 2 years ago

ThatOneCalculator commented 2 years ago

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

ThatOneCalculator commented 2 years ago

Proposed behavior and utility: out

ThatOneCalculator commented 2 years ago

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

ThatOneCalculator commented 2 years ago

See https://github.com/tandpfun/skill-icons/pull/48