Custom markdown badges
To make a badge like the below:
Find the Logo
Navigate to Simple icons
Make note of the Logo name. If you are struggling to find the name, go to their git repo and search for it
Encode the color
On the left hand side of a simpleicon
is the color code
Paste the copied value in to the below site and encode it
https://meyerweb.com/eric/tools/dencoder/
Assemble the badge
![<brand>](https://img.shields.io/badge/<brand>-<encoded value>.svg?style=for-the-badge&logo=<brand>&logoColor=<hex>)
Replace
Brand names with spaces
Where the brand has a space in the name, like Pets at Home
you will need to use the
url encoded value of a space: %20
It will look like Pets%20at%20Home
Example
![deutschebank](https://img.shields.io/badge/deutschebank-%230018A8.svg?style=for-the-badge&logo=deutschebank&logoColor=#0018A8)
Examples
About the Color
The background color is back as the brands image is the same as the background, thus causing it to look bad
Want to make this site better? Open a PR or help fund hosting costs