mirror of
https://github.com/Naereen/badges.git
synced 2026-01-04 19:31:29 +01:00
887 lines
44 KiB
Markdown
887 lines
44 KiB
Markdown
# List of Badges, in Markdown
|
|
A list of badges, with their Markdown code, that can be included in a `README.md` file for a GitHub or Bitbucket project.
|
|
|
|
> The same file for [reStructuredText](http://docutils.sourceforge.net/rst.html) code is available here: [README.rst](README.rst).
|
|
|
|
<details>
|
|
<summary>Table of content</summary>
|
|
|
|
## Table of content
|
|
- [List of Badges, in Markdown](#list-of-badges-in-markdown)
|
|
- [Table of content](#table-of-content)
|
|
- [Generic](#generic)
|
|
- [Useful](#useful)
|
|
- [Maintained?](#maintained)
|
|
- [Website up/down](#website-updown)
|
|
- [Feedback](#feedback)
|
|
- [*"Ask me anything"* in English](#ask-me-anything-in-english)
|
|
- [*"Demandez moi n'importe quoi"* in French](#demandez-moi-nimporte-quoi-in-french)
|
|
- [Python related](#python-related)
|
|
- [Jupyter Notebook](#jupyter-notebook)
|
|
- [Google Collab](#google-collab)
|
|
- [Binder](#binder)
|
|
- [Go related](#go-related)
|
|
- [Markdown related](#markdown-related)
|
|
- [LaTeX related](#latex-related)
|
|
- [PyPI downloads](#pypi-downloads)
|
|
- [PyPI version](#pypi-version)
|
|
- [PyPI license](#pypi-license)
|
|
- [PyPI format](#pypi-format)
|
|
- [PyPI python versions](#pypi-python-versions)
|
|
- [PyPI implementation](#pypi-implementation)
|
|
- [PyPI status](#pypi-status)
|
|
- [GNU Bash related](#gnu-bash-related)
|
|
- [Microsoft Visual Studio Code related](#microsoft-visual-studio-code-related)
|
|
- [Read the Docs status](#read-the-docs-status)
|
|
- [GitHub related](#github-related)
|
|
- [GitHub license](#github-license)
|
|
- [GitHub versions/tags/commits](#github-versionstagscommits)
|
|
- [GitHub downloads](#github-downloads)
|
|
- [GitHub forks](#github-forks)
|
|
- [GitHub stars](#github-stars)
|
|
- [GitHub Stargazers over time](#github-stargazers-over-time)
|
|
- [GitHub watchers](#github-watchers)
|
|
- [GitHub followers](#github-followers)
|
|
- [GitHub contributors](#github-contributors)
|
|
- [GitHub issues](#github-issues)
|
|
- [GitHub Pull Requests](#github-pull-requests)
|
|
- [GitHub Make a Pull Requests](#github-make-a-pull-requests)
|
|
- [GitHub file size](#github-file-size)
|
|
- [GitHub version](#github-version)
|
|
- [GitHub hits](#github-hits)
|
|
- [GitHub Profile](#github-profile)
|
|
- [GitHub Stars Sparklines](#github-stars-sparklines)
|
|
- [Bitbucket related](#bitbucket-related)
|
|
- [Bitbucket issues](#bitbucket-issues)
|
|
- [Bitbucket Watchers](#bitbucket-watchers)
|
|
- [Bitbucket Fork](#bitbucket-fork)
|
|
- [Bitbucket Follow](#bitbucket-follow)
|
|
- [PackageControl related](#packagecontrol-related)
|
|
- [Google Analytics](#google-analytics)
|
|
- [Licenses](#licenses)
|
|
- [MIT License](#mit-license)
|
|
- [GPLv3 License](#gplv3-license)
|
|
- [Creative Commons Licenses](#creative-commons-licenses)
|
|
- [Open-Source](#open-source)
|
|
- [Meta badges ?!](#meta-badges-)
|
|
- [DOI and Zenodo](#doi-and-zenodo)
|
|
- [Discord](#discord)
|
|
- [Jetbrains](#jetbrains)
|
|
- [Say thanks](#say-thanks)
|
|
- [Random](#random)
|
|
- [Ages 20-30...](#ages-20-30)
|
|
- [Twitting](#twitting)
|
|
- [Built by...](#built-by)
|
|
- [Built with...](#built-with)
|
|
- [Uses...](#uses)
|
|
- [Fun](#fun)
|
|
- [References ? :notebook:](#references--notebook)
|
|
- [TODO :boom: ?](#todo-boom-)
|
|
- [Issues :sweat_drops:](#issues-sweat_drops)
|
|
- [Possible TODO? :light_rail:](#possible-todo-light_rail)
|
|
- [License ? :scroll: ](#license--scroll-)
|
|
</details>
|
|
|
|
----
|
|
|
|
## Generic
|
|
[](https://shields.io/)
|
|
```markdown
|
|
[](https://shields.io/)
|
|
```
|
|
|
|
----
|
|
|
|
## Useful
|
|
### Maintained?
|
|
Maintained: [](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
|
```
|
|
|
|
Maintaner: 
|
|
```markdown
|
|

|
|
```
|
|
|
|
Not maintained: [](https://bitbucket.org/lbesson/ansi-colors)
|
|
```markdown
|
|
[](https://bitbucket.org/lbesson/ansi-colors)
|
|
```
|
|
|
|
Worse: [](http://unmaintained.tech/)
|
|
```
|
|
[](http://unmaintained.tech/)
|
|
```
|
|
|
|
### [Website up/down](http://isup.me/)
|
|
[](http://shields.io/)
|
|
```markdown
|
|
[](http://shields.io/)
|
|
```
|
|
|
|
[](http://monip.org/)
|
|
```markdown
|
|
[](http://monip.org/)
|
|
```
|
|
|
|
[](http://perso.crans.org/)
|
|
```markdown
|
|
[](http://perso.crans.org/)
|
|
```
|
|
|
|
[](https://naereen.github.io/)
|
|
```markdown
|
|
[](https://naereen.github.io/)
|
|
```
|
|
|
|
[](http://lbesson.bitbucket.org/)
|
|
```markdown
|
|
[](http://lbesson.bitbucket.org/)
|
|
```
|
|
|
|
[](http://cv.lbesson.qc.to/)
|
|
```markdown
|
|
[](http://cv.lbesson.qc.to/)
|
|
```
|
|
|
|
[](http://myfakewebsitethatshouldnotexist.at.least.i.hope/)
|
|
```markdown
|
|
[](http://myfakewebsitethatshouldnotexist.at.least.i.hope/)
|
|
```
|
|
|
|
----
|
|
|
|
## Feedback
|
|
### *"Ask me anything"* in English
|
|
[](https://GitHub.com/Naereen/ama)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/ama)
|
|
```
|
|
|
|
### *"Demandez moi n'importe quoi"* in French
|
|
[](https://GitHub.com/Naereen/ama.fr)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/ama.fr)
|
|
```
|
|
|
|
----
|
|
|
|
## [Python](https://www.python.org/) related
|
|
[](https://www.python.org/)
|
|
```markdown
|
|
[](https://www.python.org/)
|
|
```
|
|
|
|
[](https://www.python.org/)
|
|
```markdown
|
|
[](https://www.python.org/)
|
|
```
|
|
|
|
[](https://www.sphinx-doc.org/)
|
|
```markdown
|
|
[](https://www.sphinx-doc.org/)
|
|
```
|
|
#### [Jupyter Notebook](https://jupyter.org)
|
|
[](https://jupyter.org/try)
|
|
```markdown
|
|
[](https://jupyter.org/try)
|
|
```
|
|
|
|
#### [Google Collab](https://colab.research.google.com/notebooks/intro.ipynb)
|
|
[](https://colab.research.google.com/github/Naereen/badges)
|
|
```markdown
|
|
[](https://colab.research.google.com/github/Naereen/badges)
|
|
```
|
|
|
|
#### [Binder](https://binder.pangeo.io/)
|
|
[
|
|
](https://binder.pangeo.io/v2/gh/Naereen/badges/master)
|
|
```markdown
|
|
[](https://binder.pangeo.io/v2/gh/Naereen/badges/master)
|
|
```
|
|
----
|
|
|
|
## [Go](http://golang.org) related
|
|
|
|
[](http://golang.org)
|
|
```markdown
|
|
[](http://golang.org)
|
|
```
|
|
|
|
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
|
|
[](https://github.com/gomods/athens)
|
|
```markdown
|
|
[](https://github.com/gomods/athens)
|
|
```
|
|
|
|
GoDoc reference (`godoc.org/:user/go/:repo`):
|
|
[](https://godoc.org/nanomsg.org/go/mangos/v2)
|
|
```markdown
|
|
[](https://godoc.org/nanomsg.org/go/mangos/v2)
|
|
```
|
|
|
|
[GoReportCard](https://goreportcard.com/) (`goreportcard.com/badge/github.com/:user/:repo`):
|
|
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
|
```markdown
|
|
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
|
```
|
|
|
|
----
|
|
|
|
## [Markdown](http://commonmark.org) related
|
|
|
|
[](http://commonmark.org)
|
|
```markdown
|
|
[](http://commonmark.org)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/)
|
|
```
|
|
|
|
----
|
|
|
|
## [LaTeX](https://www.latex-project.org/) related
|
|
|
|
[](https://www.latex-project.org/)
|
|
```markdown
|
|
[](https://www.latex-project.org/)
|
|
```
|
|
|
|
[](https://www.mathjax.org/)
|
|
```markdown
|
|
[](https://www.mathjax.org/)
|
|
```
|
|
|
|
----
|
|
|
|
### [PyPI](https://pypi.python.org/) downloads
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) version
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) license
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) format
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) python versions
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) implementation
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
### [PyPI](https://pypi.python.org/) status
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```markdown
|
|
[](https://pypi.python.org/pypi/ansicolortags/)
|
|
```
|
|
|
|
----
|
|
|
|
## [GNU Bash](https://www.gnu.org/software/bash/) related
|
|
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
[](https://www.gnu.org/software/bash/)
|
|
```markdown
|
|
[](https://www.gnu.org/software/bash/)
|
|
```
|
|
|
|
----
|
|
|
|
## [Microsoft Visual Studio Code](https://marketplace.visualstudio.com/) related
|
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```markdown
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```
|
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```markdown
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```
|
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```markdown
|
|
[](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode)
|
|
```
|
|
|
|
[](https://code.visualstudio.com/)
|
|
```markdown
|
|
[](https://code.visualstudio.com/)
|
|
```
|
|
|
|
----
|
|
|
|
## [Read the Docs](https://readthedocs.org/) status
|
|
[](http://ansicolortags.readthedocs.io/?badge=latest)
|
|
```markdown
|
|
[](http://ansicolortags.readthedocs.io/?badge=latest)
|
|
```
|
|
|
|
----
|
|
|
|
## GitHub related
|
|
### GitHub license
|
|
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
|
|
```markdown
|
|
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
|
|
```
|
|
|
|
### GitHub versions/tags/commits
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/tags/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/tags/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/commit/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/commit/)
|
|
```
|
|
|
|
### GitHub downloads
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/releases/)
|
|
```
|
|
|
|
### GitHub forks
|
|
[](https://GitHub.com/Naereen/StrapDown.js/network/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/network/)
|
|
```
|
|
|
|
### GitHub stars
|
|
[](https://GitHub.com/Naereen/StrapDown.js/stargazers/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/stargazers/)
|
|
```
|
|
|
|
### GitHub Stargazers over time
|
|
[](https://starchart.cc/Naereen/badges)
|
|
```markdown
|
|
[](https://starchart.cc/Naereen/badges)
|
|
```
|
|
|
|
### GitHub watchers
|
|
[](https://GitHub.com/Naereen/StrapDown.js/watchers/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/watchers/)
|
|
```
|
|

|
|
```markdown
|
|

|
|
```
|
|
|
|
### GitHub followers
|
|
[](https://github.com/Naereen?tab=followers)
|
|
```markdown
|
|
[](https://github.com/Naereen?tab=followers)
|
|
```
|
|
|
|
### GitHub contributors
|
|
[](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/)
|
|
```
|
|
|
|
### GitHub issues
|
|
[](https://GitHub.com/Naereen/StrapDown.js/issues/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/issues/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed)
|
|
```
|
|
|
|
From [isitmaintained.com](http://isitmaintained.com):
|
|
|
|
[](http://isitmaintained.com/project/Naereen/badges "Average time to resolve an issue")
|
|
```markdown
|
|
[](http://isitmaintained.com/project/Naereen/badges "Average time to resolve an issue")
|
|
```
|
|
|
|
[](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open")
|
|
```markdown
|
|
[](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open")
|
|
```
|
|
|
|
### GitHub Pull Requests
|
|
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
|
```
|
|
|
|
### GitHub Make a Pull Requests
|
|
[](http://makeapullrequest.com)
|
|
```markdown
|
|
[](http://makeapullrequest.com)
|
|
```
|
|
|
|
### GitHub file size
|
|
[](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js)
|
|
```markdown
|
|
[](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js)
|
|
```
|
|
|
|
### GitHub version
|
|
[](https://github.com/Naereen/StrapDown.js)
|
|
```markdown
|
|
[](https://github.com/Naereen/StrapDown.js)
|
|
```
|
|
|
|
### GitHub hits
|
|
[](http://hits.dwyl.io/Naereen/badges)
|
|
```markdown
|
|
[](http://hits.dwyl.io/Naereen/badges)
|
|
```
|
|
### GitHub Profile
|
|
[](https://github.com/anuraghazra/github-readme-stats)
|
|
```markdown
|
|
[](https://github.com/anuraghazra/github-readme-stats)
|
|
```
|
|

|
|
```markdown
|
|

|
|
```
|
|
|
|
### GitHub Stars Sparklines
|
|
[](https://stars.medv.io/Naereen/badges)
|
|
```markdown
|
|
[](https://stars.medv.io/Naereen/badges)
|
|
```
|
|
|
|
----
|
|
|
|
## Bitbucket related
|
|
### Bitbucket issues
|
|
[](https://Bitbucket.org/lbesson/bin/issues/)
|
|
```markdown
|
|
[](https://Bitbucket.org/lbesson/bin/issues/)
|
|
```
|
|
|
|
### Bitbucket Watchers
|
|
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&repo=lbesson.bitbucket.org&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
|
|
|
### Bitbucket Fork
|
|
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&repo=lbesson.bitbucket.org&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="156px" height="30px"></iframe>
|
|
|
|
### Bitbucket Follow
|
|
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="224px" height="30px"></iframe>
|
|
|
|
----
|
|
|
|
## [PackageControl](https://packagecontrol.io/) related
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```markdown
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```
|
|
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```markdown
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```
|
|
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```markdown
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```
|
|
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```markdown
|
|
[](https://packagecontrol.io/packages/SwitchDictionary)
|
|
```
|
|
|
|
----
|
|
|
|
## [Google Analytics](https://analytics.google.com/)
|
|
> **Warning**: don't forget to change your Google Analytics code, from `UA-XXXXXXXX-XX` to yours!
|
|
|
|
[](https://GitHub.com/Naereen/badges/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/badges/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/badges/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/badges/)
|
|
```
|
|
|
|
## Licenses
|
|
### MIT License
|
|
[](https://lbesson.mit-license.org/)
|
|
```markdown
|
|
[](https://lbesson.mit-license.org/)
|
|
```
|
|
|
|
### GPLv3 License
|
|
[](http://perso.crans.org/besson/LICENSE.html)
|
|
```markdown
|
|
[](http://perso.crans.org/besson/LICENSE.html)
|
|
```
|
|
|
|
[](http://perso.crans.org/besson/LICENSE.html)
|
|
```markdown
|
|
[](http://perso.crans.org/besson/LICENSE.html)
|
|
```
|
|
|
|
### [Creative Commons Licenses](https://creativecommons.org/licenses/)
|
|
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nd/4.0)
|
|
```
|
|
|
|
[](https://creativecommons.org/licenses/by/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by/4.0)
|
|
```
|
|
[](https://creativecommons.org/licenses/by/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by/4.0)
|
|
```
|
|
|
|
[](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
|
```
|
|
[](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
|
```
|
|
|
|
[](https://creativecommons.org/licenses/by-nc/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nc/4.0)
|
|
```
|
|
[](https://creativecommons.org/licenses/by-nc/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-nc/4.0)
|
|
```
|
|
|
|
[](https://creativecommons.org/licenses/by-sa/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-sa/4.0)
|
|
```
|
|
[](https://creativecommons.org/licenses/by-sa/4.0)
|
|
```markdown
|
|
[](https://creativecommons.org/licenses/by-sa/4.0)
|
|
```
|
|
|
|
----
|
|
|
|
## Open-Source
|
|
Version 1, in SVG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Version 1, in PNG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Version 2, in SVG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Version 2, in PNG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Version 3, in SVG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Version 3, in PNG:
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```markdown
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
```
|
|
|
|
Open Source? Yes!
|
|
[](https://github.com/Naereen/badges/)
|
|
```markdown
|
|
[](https://github.com/Naereen/badges/)
|
|
```
|
|
|
|
----
|
|
|
|
## Meta badges ?!
|
|
This is a badge to show that you like to put badges on your README:
|
|
|
|
[](https://github.com/Naereen/badges)
|
|
```markdown
|
|
[](https://github.com/Naereen/badges)
|
|
```
|
|
|
|
And this is a [meta badge](http://club-meta.fr/) : *"some people like repo badges so this is a badge to count your repo badges"*:
|
|
|
|
[](https://github.com/defunctzombie/badginator)
|
|
```markdown
|
|
[](https://github.com/defunctzombie/badginator)
|
|
```
|
|
|
|
----
|
|
|
|
## DOI and Zenodo
|
|
This is a badge to link to a [DOI](https://doi.org/):
|
|
|
|
[](https://doi.org/10.1007/978-3-319-76207-4_15)
|
|
```markdown
|
|
[](https://doi.org/10.1007/978-3-319-76207-4_15)
|
|
```
|
|
|
|
----
|
|
|
|
## Discord
|
|
Discord Badges
|
|
|
|
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```markdown
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```markdown
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```markdown
|
|
[](https://discord.gg/vpEv3HJ)
|
|
```
|
|
|
|
----
|
|
|
|
## Jetbrains
|
|
Jetbrains Badges
|
|
|
|
|
|
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
|
|
```markdown
|
|
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
|
|
```
|
|
|
|
[](https://plugins.jetbrains.com/)
|
|
```markdown
|
|
[](https://plugins.jetbrains.com/)
|
|
```
|
|
|
|
----
|
|
|
|
## [Say thanks](https://github.com/kennethreitz/saythanks.io/)
|
|
A nice badge to give a link to [saythanks.io/to/kennethreitz](https://saythanks.io/to/kennethreitz) (for example).
|
|
|
|
[](https://saythanks.io/to/kennethreitz)
|
|
```markdown
|
|
[](https://saythanks.io/to/kennethreitz)
|
|
```
|
|
|
|
----
|
|
|
|
## Random
|
|
### Ages 20-30...
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
### Twitting
|
|

|
|
```markdown
|
|

|
|
```
|
|
|
|
### Built by...
|
|
[](https://GitHub.com/Naereen/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/)
|
|
```
|
|
|
|
### Built with...
|
|
[](https://GitHub.com/Naereen/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/)
|
|
```
|
|
|
|
[](https://GitHub.com/Naereen/)
|
|
```markdown
|
|
[](https://GitHub.com/Naereen/)
|
|
```
|
|
|
|
### Uses...
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](https://GitHub.com/)
|
|
```markdown
|
|
[](https://GitHub.com/)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
### Fun
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
```
|
|
|
|
[](http://ForTheBadge.com)
|
|
```markdown
|
|
[](http://ForTheBadge.com)
|
|
|
|
----
|
|
|
|
## References ? :notebook:
|
|
- The powerful [Shields.io](https://shields.io) API and website :rocket:
|
|
- The nice [LicenseButtons.net](https://licensebuttons.net/) website for licence badges :scroll:
|
|
- This repo [open-source-badges](https://github.com/ellerbrock/open-source-badges/) by [@ellerbrock](https://github.com/ellerbrock), for open-source badges :books:
|
|
- This small repo [awesome-badges](https://github.com/bevacqua/awesome-badges) by [@bevacqua](https://github.com/bevacqua/), for awesome and meta badges :curly_loop:
|
|
- And of course, the magical [ForTheBadge.com](http://ForTheBadge.com/) website for random badges :sparkles:
|
|
|
|
## TODO :boom: ?
|
|
- [X] Finish this list
|
|
- [X] Update link for the *real resource* that should get linked to
|
|
- [X] Update all my README.md to add nice badges
|
|
|
|
## Issues :sweat_drops:
|
|
- [ ] Smaller size (badge size) for some [ForTheBadge.com](http://ForTheBadge.com) badges? (with-science, winter-is-coming, made-with-python, all the creative-commons)
|
|
|
|
## Possible TODO? :light_rail:
|
|
- [ ] Download here a copy of every png/svg file, *only* for the static badges
|
|
- [ ] Host the badges in this repo, and not on an external web service ?
|
|
|
|
## License ? :scroll: [](https://github.com/Naereen/badges/blob/master/LICENSE)
|
|
[MIT Licensed](https://lbesson.mit-license.org/) (file [LICENSE](LICENSE)).
|
|
© [Lilian Besson](https://GitHub.com/Naereen), 2016-18.
|
|
|
|
[](https://github.com/Naereen/badges)
|
|
[](https://GitHub.com/Naereen/badges/graphs/commit-activity)
|
|
[](https://GitHub.com/Naereen/ama)
|
|
[](https://GitHub.com/Naereen/badges/)
|
|
[](https://github.com/ellerbrock/open-source-badges/)
|
|
|
|
[](https://GitHub.com/Naereen/)
|
|
|
|
[](http://ForTheBadge.com)
|
|
[](https://GitHub.com/)
|