What's the deal here?

It all started with the tweet below by Jakob Greenfeld. A Maker Badge is a great little addition to any project for an Indie Hacker/Creator. He wrote a subsequent post about his reasoning and thoughts on the idea which is well worth the short read.

When looking through small projects of my own I came to the conclusion that on some I wanted to link to my Twitter, other more technical projects I wanted to link to Github, and the rest I would like to link to my own website. The code to create these little badges is simple, Pieter Levels has created a Gist that this project is almost entirely based on.

I currently only use either fairly vanilla HTML/CSS/JS projects or React so those are the initial two options. I hope to add support for Vue, Angular and other common styles soon. Please feel free to contribute any other component form via a pull request.

MrRoryFlint