-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
54 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Badges | ||
|
||
## How To Create Badges | ||
|
||
We use [Shields.io](https://shields.io/) to generate Badges. | ||
Please use the [badge links section](#_badge_links) to document and update currently used badges. | ||
Open the links and download the svg files and place them in the projects `assets/images` folder or use `curl` instead. | ||
|
||
## Download Badges | ||
|
||
Simply use `curl` to download badges by providing the `url` and `filename`, that starts with `badge`. | ||
|
||
```bash | ||
curl "link" -s -o badge-filename | ||
``` | ||
|
||
## Badge Links | ||
|
||
Latest release: | ||
|
||
```bash | ||
curl "https://img.shields.io/badge/Release-0.2.0-blueviolet.svg?style=flat" -s -o badge-release-latest.svg | ||
``` | ||
|
||
License: | ||
|
||
```bash | ||
curl "https://img.shields.io/badge/License-ISC-lightgrey.svg?style=flat" -s -o badge-license.svg | ||
``` | ||
|
||
## License | ||
|
||
Shields is licensed under _Creative Commons Zero v1.0 Universal_ (as of 2022-02-23) |