douglasg14b / awesome-semantic-ui

A curated list of Semantic-UI & Fomantic-UI resources and related projects
https://fomantic-ui.com/
335 stars 22 forks source link

fix(readme): corrected cdn badges #14

Closed y0hami closed 5 years ago

y0hami commented 5 years ago

Added the official cdn badges instead of renaming shields.io ones 😜

douglasg14b commented 5 years ago

I used the renamed shield.io ones to display the version numbers since JSDeliver does not do that, which is what I was going for.

y0hami commented 5 years ago

@douglasg14b I have changed the badges to custom dynamic badges by shields.io. It will pull the latest version number from the jsdelivr and cdnjs APIs.

douglasg14b commented 5 years ago

Nice! Only issue I have now is the links to the jsdeliver and cdnjs need to be wrapped back around the badges. (putting the link syntax [![](badgeurl)](jsdeliverurl) around the existing image link syntax works)

How did you create a custom badge to retrieve the jsdeliver version number by the way?

y0hami commented 5 years ago

@douglasg14b Links added!

Go to https://shields.io and scroll down to "Your Badge" and there is a section under that called "Dynamic" and you can select a datatype and then query it 😉

douglasg14b commented 5 years ago

Well that's neat. Thanks!