mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
+ Added more buttons and changed some notes 🖱️
Kinda a big changelog:
- Added "Please Note ⚠️" message into a [!WARNING] alert
- Removed issue tip
- Added a note that the buttons are examples, and may lead to other pages, and as such, will require slight editing.
+ New version control badges
+ Redid socials section + with more (WILL ADD TWITTER SOON!)
+ New website/server status badges
This commit is contained in:
parent
c2824b3534
commit
3516205fc6
1 changed files with 36 additions and 6 deletions
42
README.md
42
README.md
|
|
@ -2,12 +2,14 @@
|
|||
|
||||
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>
|
||||
> [!WARNING]
|
||||
><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!
|
||||
> [!NOTE]
|
||||
> The following buttons are EXAMPLES and may lead to other pages, and as such, will require slight editing by you to make the button redirect to the correct links.
|
||||
|
||||
> [!TIP]
|
||||
> Want to add your own badges? Please create a pull request with the preview code and the markdown code.
|
||||
|
|
@ -29,12 +31,30 @@ For example, in https://twitter.com/github, you will have to replace "/github" w
|
|||
| [](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)` |
|
||||
| [](https://github.com/badges/shields/pulls) | `[](https://github.com/badges/shields/pulls)` |
|
||||
| [](https://github.com/badges/shields/pulls?q=is%3Apr+is%3Aclosed) | `[](https://github.com/badges/shields/pulls?q=is%3Apr+is%3Aclosed)` |
|
||||
| [](https://github.com/badges/shields/releases) | `[](https://github.com/badges/shields/releases)` |
|
||||
| [](https://github.com/badges/shields/blob/master/LICENSE) | `[](https://github.com/badges/shields/blob/master/LICENSE)` |
|
||||
| [](https://github.com/badges/shields/graphs/contributors) | `[](https://github.com/badges/shields/graphs/contributors)` |
|
||||
| [](https://github.com/badges/shields/pulse) | `[](https://github.com/badges/shields/pulse)` |
|
||||
| [](https://github.com/badges/shields) | `[](https://github.com/badges/shields)` |
|
||||
| [](https://github.com/badges/shields/issues?q=is%3Aissue+is%3Aclosed) | `[](https://github.com/badges/shields/issues?q=is%3Aissue+is%3Aclosed)` |
|
||||
| [](https://github.com/badges/shields/releases) | `[](https://github.com/badges/shields/releases)` |
|
||||
|
||||
|
||||
### Social Media Badges:
|
||||
| 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:
|
||||
| Preview | Markdown Code |
|
||||
|
|
@ -44,6 +64,16 @@ For example, in https://twitter.com/github, you will have to replace "/github" w
|
|||
| [](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/)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
| [](#) | `[](#)` |
|
||||
|
||||
|
||||
### Programming Languages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue