This is the source code for the Project Type badges website.
Add any of these badges to your project's README.md
by including the following in that file:
<a href="https://project-types.github.io/#toy">
<img src="https://img.shields.io/badge/project%20type-toy-blue" alt="Toy Badge">
</a>
<a href="https://project-types.github.io/#club">
<img src="https://img.shields.io/badge/project%20type-club-ff69b4" alt="Club Badge">
</a>
<a href="https://project-types.github.io/#stadium">
<img src="https://img.shields.io/badge/project%20type-stadium-orange" alt="Stadium Badge">
</a>
<a href="https://project-types.github.io/#federation">
<img src="https://img.shields.io/badge/project%20type-federation-brightgreen" alt="Federation Badge">
</a>