skill-icons icon indicating copy to clipboard operation
skill-icons copied to clipboard

[FEATURE REQUEST] functionality to make each icon clickable

Open ThatOneCalculator opened this issue 2 years ago • 3 comments

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 avatar Mar 13 '22 03:03 ThatOneCalculator

Proposed behavior and utility: out

ThatOneCalculator avatar Mar 15 '22 06:03 ThatOneCalculator

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 avatar Mar 16 '22 19:03 ThatOneCalculator

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

ThatOneCalculator avatar Mar 17 '22 06:03 ThatOneCalculator