mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
switched to shield.io badges and added notes ♻️
This commit is contained in:
parent
11b66a90f2
commit
f3719d03ab
1 changed files with 30 additions and 19 deletions
49
README.md
49
README.md
|
|
@ -1,33 +1,44 @@
|
||||||
# md-buttons
|
# md-buttons
|
||||||
|
|
||||||
Good Markdown buttons/badges for you to your repository!
|
Good Markdown buttons/badges for to your repository!
|
||||||
|
|
||||||
|
<strong>⚠️ Please note that you may have to replace some of the code with your own links.
|
||||||
|
|
||||||
|
For example, in https://twitter.com/github, you will have to replace "/github" with your username. ⚠️</strong>
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Spotted an issue? Create an issue!
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Want to add your own badges? Please create a pull request with the preview code and the markdown code.
|
||||||
|
|
||||||
|
|
||||||
### Version Control Badges:
|
### Version Control Badges:
|
||||||
| Preview | Markdown Code |
|
| Preview | Markdown Code |
|
||||||
|---------|---------------|
|
|---------|---------------|
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/issues) | `[](https://github.com/badges/shields/issues)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/stargazers) | `[](https://github.com/badges/shields/stargazers)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/network/members) | `[](https://github.com/badges/shields/network/members)` |
|
||||||
|  | `` |
|
| [](https://github.com/google/skia/commits/main) | `[](https://github.com/google/skia/commits/main)` |
|
||||||
|  | `` |
|
| [](https://github.com/cdnjs/cdnjs/graphs/contributors) | `[](https://github.com/cdnjs/cdnjs/graphs/contributors)` |
|
||||||
|  | `` |
|
| [](https://github.com/actions/toolkit/actions) | `[](https://github.com/actions/toolkit/actions)` |
|
||||||
|  | `` |
|
| [](https://github.com/qubyte/rubidium/releases) | `[](https://github.com/qubyte/rubidium/releases)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/tags) | `[](https://github.com/badges/shields/tags)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/graphs/commit-activity) | `[](https://github.com/badges/shields/graphs/commit-activity)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields) | `[](https://github.com/badges/shields)` |
|
||||||
|  | `` |
|
| [](https://github.com/badges/shields/search?l=python) | `[](https://github.com/badges/shields/search?l=python)` |
|
||||||
|
|
||||||
### Social Media Badges:
|
### Social Media Badges:
|
||||||
| Preview | Markdown Code |
|
| Preview | Markdown Code |
|
||||||
|---------|---------------|
|
|---------|---------------|
|
||||||
|  | `` |
|
| [](https://twitter.com/github) | `[](https://twitter.com/github)` |
|
||||||
|  | `` |
|
| [](https://twitter.com/intent/tweet?url=https://shields.io/) | `[](https://twitter.com/intent/tweet?url=https://shields.io/)` |
|
||||||
|
|
||||||
### Website/Service Status Badges:
|
### Website/Service Status Badges:
|
||||||
| Preview | Markdown Code |
|
| Preview | Markdown Code |
|
||||||
|---------|---------------|
|
|---------|---------------|
|
||||||
|  | `` |
|
| [](https://shields.io/) | `[](https://shields.io/)` |
|
||||||
|  | `` |
|
| [](https://hub.docker.com/_/alpine) | `[](https://hub.docker.com/_/alpine)` |
|
||||||
|  | `` |
|
| [](https://www.npmjs.com/package/npm) | `[](https://www.npmjs.com/package/npm)` |
|
||||||
|  | `` |
|
| [](https://pypi.org/project/Django/) | `[](https://pypi.org/project/Django/)` |
|
||||||
|  | `` |
|
| [](https://pypi.org/project/Django/) | `[](https://pypi.org/project/Django/)` |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue