Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.06 KB

README.md

File metadata and controls

67 lines (55 loc) · 2.06 KB
Toy Badge
Club Badge
Stadium Badge
Federation Badge

Description

This is the source code for the Project Type badges website.

TL;DR

Add any of these badges to your project's README.md by including the following in that file:

Toy Badge

Toy Badge
<a href="https://project-types.github.io/#toy">
	<img src="https://img.shields.io/badge/project%20type-toy-blue" alt="Toy Badge">
</a>

Club Badge

Club Badge
<a href="https://project-types.github.io/#club">
	<img src="https://img.shields.io/badge/project%20type-club-ff69b4" alt="Club Badge">
</a>

Stadium Badge

Stadium Badge
<a href="https://project-types.github.io/#stadium">
	<img src="https://img.shields.io/badge/project%20type-stadium-orange" alt="Stadium Badge">
</a>

Federation Badge

Federation Badge
<a href="https://project-types.github.io/#federation">
	<img src="https://img.shields.io/badge/project%20type-federation-brightgreen" alt="Federation Badge">
</a>