FFP License Badges
Display the FFP License badge on your project to show that it's licensed under the FFP (Freedom For People) License.
Shields.io Badge Styles
Standard Blue
Green
Orange
Flat Square
For The Badge
Plastic
Local SVG Badges
You can also use the SVG badges hosted directly in this repository:
Blue Badge
[](https://github.com/druvx13/FFP)
Green Badge
[](https://github.com/druvx13/FFP)
Orange Badge
[](https://github.com/druvx13/FFP)
Full Name Badge
[](https://github.com/druvx13/FFP)
Simple Badge
[](https://github.com/druvx13/FFP)
Flat Style Badge
[](https://github.com/druvx13/FFP)
HTML Usage
For HTML websites, use this snippet:
<a href="https://github.com/druvx13/FFP" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/badge/license-FFP%20v2.0-blue.svg"
alt="FFP License">
</a>
Badge Best Practices
- Always link badges back to the FFP license page or GitHub repository
- Include descriptive
alttext for accessibility - Place the badge in a visible location (README top section, footer, etc.)
- Use a consistent badge style across your project
- Add
rel="noopener noreferrer"when the link opens in a new tab