Files
badges/README.rst
2022-06-05 19:21:43 +02:00

1863 lines
76 KiB
ReStructuredText

List of Badges, in reStructuredText
===================================
A list of badges, with their `reStructuredText <http://docutils.sourceforge.net/rst.html>`__
code, that can be included in a ``README.rst`` file for a GitHub or Bitbucket project.
The same file for `Markdown <http://commonmark.org>`__ code
is available here: `README.md <README.md>`__.
--------------
Generic
-------
|Generic badge|
.. code:: rst
|Generic badge|
.. |Generic badge| image:: https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
:target:
--------------
Useful
------
Maintained?
~~~~~~~~~~~
Maintained: |Maintenance yes|
.. code:: rst
|Maintenance yes|
.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
Not maintained: |Maintenance no|
.. code:: rst
|Maintenance no|
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
:target: https://bitbucket.org/lbesson/ansi-colors
Worse: |Maintenance not intended|
.. code:: rst
|Maintenance not intended|
.. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
`Website up/down <http://isup.me/>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Website shields.io|
.. code:: rst
|Website shields.io|
.. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg
:target: http://shields.io/
|Website monip.org|
.. code:: rst
|Website monip.org|
.. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg
:target: http://monip.org/
|Website perso.crans.org|
.. code:: rst
|Website perso.crans.org|
.. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg
:target: http://perso.crans.org/
|Website naereen.github.io|
.. code:: rst
|Website naereen.github.io|
.. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg
:target: https://naereen.github.io/
|Website lbesson.bitbucket.org|
.. code:: rst
|Website lbesson.bitbucket.org|
.. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg
:target: http://lbesson.bitbucket.org/
|Website cv.lbesson.qc.to|
.. code:: rst
|Website cv.lbesson.qc.to|
.. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg
:target: http://cv.lbesson.qc.to/
|Website fakesite.invalid|
.. code:: rst
|Website fakesite.invalid|
.. |Website fakesite.invalid| image:: https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg
:target: http://fakesite.invalid/
--------------
Feedback
--------
*"Ask me anything"* in English
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Ask Me Anything !|
.. code:: rst
|Ask Me Anything !|
.. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg
:target: https://GitHub.com/Naereen/ama
*"Demandez moi n'importe quoi"* in French
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Demandez moi n'importe quoi !|
.. code:: rst
|Demandez moi n'importe quoi !|
.. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg
:target: https://GitHub.com/Naereen/ama.fr
--------------
`Python <https://www.python.org/>`__ related
--------------------------------------------
|forthebadge made-with-python|
.. code:: rst
|forthebadge made-with-python|
.. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg
:target: https://www.python.org/
|made-with-python|
.. code:: rst
|made-with-python|
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
:target: https://www.python.org/
|made-with-sphinx-doc|
.. code:: rst
|made-with-sphinx-doc|
.. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
:target: https://www.sphinx-doc.org/
--------------
`Go <http://golang.org>`__ related
----------------------------------
|made-with-Go|
.. code:: markdown
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
GitHub go.mod Go version (``/github/go-mod/go-version/:user/:repo``):
|GitHub go.mod Go version of a Go module|
.. code:: markdown
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens)
GoDoc reference (``godoc.org/:user/go/:repo``): |GoDoc reference
example|
.. code:: markdown
[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2)
`GoReportCard <https://goreportcard.com/>`__
(``goreportcard.com/badge/github.com/:user/:repo``): |GoReportCard
example|
.. code:: markdown
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos)
--------------
`Markdown <http://commonmark.org>`__ related
--------------------------------------------
|made-with-Markdown|
.. code:: rst
|made-with-Markdown|
.. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg
:target: http://commonmark.org
|made-with-StrapDown.js|
.. code:: rst
|made-with-StrapDown.js|
.. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg
:target: https://GitHub.com/Naereen/StrapDown.js/
--------------
`LaTeX <https://www.latex-project.org/>`__ related
--------------------------------------------------
|made-with-latex|
.. code:: rst
|made-with-latex|
.. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg
:target: https://www.latex-project.org/
|made-with-mathjax|
.. code:: rst
|made-with-mathjax|
.. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg
:target: https://www.mathjax.org/
--------------
`PyPI <https://pypi.python.org/>`__ downloads
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI download total|
.. code:: rst
|PyPI download total|
.. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
|PyPI download month|
.. code:: rst
|PyPI download month|
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
|PyPI download week|
.. code:: rst
|PyPI download week|
.. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
|PyPI download day|
.. code:: rst
|PyPI download day|
.. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI version fury.io|
.. code:: rst
|PyPI version fury.io|
.. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
|PyPI version shields.io|
.. code:: rst
|PyPI version shields.io|
.. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ license
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI license|
.. code:: rst
|PyPI license|
.. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ format
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI format|
.. code:: rst
|PyPI format|
.. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ python versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI pyversions|
.. code:: rst
|PyPI pyversions|
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ implementation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI implementation|
.. code:: rst
|PyPI implementation|
.. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
`PyPI <https://pypi.python.org/>`__ status
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|PyPI status|
.. code:: rst
|PyPI status|
.. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
--------------
`JavaScript <https://www.javascript.com/>`__ related
----------------------------------------------------
|made-with-javascript|
.. code:: rst
|made-with-javascript|
.. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg
:target: https://www.javascript.com
`JSDelivr <https://www.jsdelivr.com/>`__ downloads
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|jsdelivr downloads official|
.. code:: rst
|jsdelivr downloads official|
.. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh/<USERNAME>/<REPOSITORY>/badge?style=rounded
:target: https://www.jsdelivr.com/package/gh/<USERNAME>/<REPOSITORY>
|jsdelivr downloads shields|
.. code:: rst
|jsdelivr downloads shields|
.. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm/<USERNAME>/<REPOSITORY>
:target: https://www.jsdelivr.com/package/gh/<USERNAME>/<REPOSITORY>
--------------
`GNU Bash <https://www.gnu.org/software/bash/>`__
-------------------------------------------------
|Bash Shell|
.. code:: rst
|Bash Shell|
.. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
|made-with-bash|
.. code:: rst
|made-with-bash|
.. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg
:target: https://www.gnu.org/software/bash/
--------------
`Microsoft Visual Studio Code <https://marketplace.visualstudio.com/>`__
------------------------------------------------------------------------
|version-VSCode-extension|
.. code:: rst
|version-VSCode-extension|
.. |version-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
|installs-VSCode-extension|
.. code:: rst
|installs-VSCode-extension|
.. |installs-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
|rating-VSCode-extension|
.. code:: rst
|rating-VSCode-extension|
.. |rating-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
|made-for-VSCode|
.. code:: rst
|made-for-VSCode|
.. |made-for-VSCode| image:: https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg
:target: https://code.visualstudio.com/
|open-in-VSCode|
.. code:: rst
|open-in-VSCode|
.. |open-in-VSCode| image:: https://open.vscode.dev/badges/open-in-vscode.svg
:target: https://open.vscode.dev/Naereen/badges
--------------
`Read the Docs <https://readthedocs.org/>`__ status
---------------------------------------------------
|Documentation Status|
.. code:: rst
|Documentation Status|
.. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest
:target: http://ansicolortags.readthedocs.io/?badge=latest
--------------
GitHub related
--------------
GitHub license
~~~~~~~~~~~~~~
|GitHub license|
.. code:: rst
|GitHub license|
.. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg
:target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE
GitHub versions/tags/commits
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|GitHub release|
.. code:: rst
|GitHub release|
.. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
|GitHub tag|
.. code:: rst
|GitHub tag|
.. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/tags/
|GitHub commits|
.. code:: rst
|GitHub commits|
.. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg
:target: https://GitHub.com/Naereen/StrapDown.js/commit/
GitHub downloads
~~~~~~~~~~~~~~~~
|Github all releases|
.. code:: rst
|Github all releases|
.. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/)
|Github releases (by release)|
.. code:: rst
[![Github releases (by release](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/)
|Github releases (by Release)|
.. code:: rst
|Github Releases (by Release)|
.. |Github Releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/)
|Github releases (by asset)|
.. code:: rst
[![Github releases (by asset](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://GitHub.com/Naereen/StrapDown.js/releases/)
GitHub forks
~~~~~~~~~~~~
|GitHub forks|
.. code:: rst
|GitHub forks|
.. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/network/
GitHub stars
~~~~~~~~~~~~
|GitHub stars|
.. code:: rst
|GitHub stars|
.. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/stargazers/
GitHub watchers
~~~~~~~~~~~~~~~
|GitHub watchers|
.. code:: rst
|GitHub watchers|
.. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/watchers/
GitHub followers
~~~~~~~~~~~~~~~~
|GitHub followers|
.. code:: rst
|GitHub followers|
.. |GitHub followers| image:: https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000
:target: https://GitHub.com/Naereen?tab=followers
GitHub contributors
~~~~~~~~~~~~~~~~~~~
|GitHub contributors|
.. code:: rst
|GitHub contributors|
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/
GitHub issues
~~~~~~~~~~~~~
|GitHub issues|
.. code:: rst
|GitHub issues|
.. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/issues/
|GitHub issues-closed|
.. code:: rst
|GitHub issues-closed|
.. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed
From `isitmaintained.com <http://isitmaintained.com>`_:
|Average time to resolve an issue|
.. code:: rst
|Average time to resolve an issue|
.. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/Naereen/badges.svg
:target: http://isitmaintained.com/project/Naereen/badges
|Percentage of issues still open|
.. code:: rst
|Percentage of issues still open|
.. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/Naereen/badges.svg
:target: http://isitmaintained.com/project/Naereen/badges
GitHub Pull Requests
~~~~~~~~~~~~~~~~~~~~
|GitHub pull-requests|
.. code:: rst
|GitHub pull-requests|
.. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
|GitHub pull-requests closed|
.. code:: rst
|GitHub pull-requests closed|
.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
GitHub Make a Pull Requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|GitHub make-a-pull-requests|
.. code:: rst
|GitHub make-a-pull-requests|
.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
:target: http://makeapullrequest.com
GitHub file size
~~~~~~~~~~~~~~~~
|Only 32 Kb|
.. code:: rst
|Only 32 Kb|
.. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js
:target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js
GitHub version
~~~~~~~~~~~~~~
|GitHub version|
.. code:: rst
|GitHub version|
.. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg
:target: https://github.com/Naereen/StrapDown.js
GitHub hits
~~~~~~~~~~~
|HitCount|
.. code:: rst
|HitCount|
.. |HitCount| image:: http://hits.dwyl.io/Naereen/badges.svg
:target: http://hits.dwyl.io/Naereen/badges
--------------
Bitbucket related
-----------------
Bitbucket issues
~~~~~~~~~~~~~~~~
|Bitbucket issues|
.. code:: rst
|Bitbucket issues|
.. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg
:target: https://Bitbucket.org/lbesson/bin/issues/
Bitbucket Watchers
~~~~~~~~~~~~~~~~~~
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;repo=lbesson.bitbucket.org&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
.. code:: rst
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;repo=lbesson.bitbucket.org&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
Bitbucket Fork
~~~~~~~~~~~~~~
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;repo=lbesson.bitbucket.org&amp;type=fork&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="156px" height="30px"></iframe>
.. code:: rst
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;repo=lbesson.bitbucket.org&amp;type=fork&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="156px" height="30px"></iframe>
Bitbucket Follow
~~~~~~~~~~~~~~~~
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;type=follow&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="224px" height="30px"></iframe>
.. code:: rst
.. raw:: html
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&amp;type=follow&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="224px" height="30px"></iframe>
--------------
`PackageControl <https://packagecontrol.io/>`__ related
-------------------------------------------------------
|Package Control total downloads|
.. code:: rst
|Package Control total downloads|
.. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
|Package Control month downloads|
.. code:: rst
|Package Control month downloads|
.. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
|Package Control week downloads|
.. code:: rst
|Package Control week downloads|
.. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
|Package Control day downloads|
.. code:: rst
|Package Control day downloads|
.. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg
:target: 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!
|Analytics pixel|
.. code:: rst
|Analytics pixel|
.. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel
:target: https://GitHub.com/Naereen/badges/
|Analytics img|
.. code:: rst
|Analytics img|
.. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md
:target: https://GitHub.com/Naereen/badges/
Licenses
--------
MIT License
~~~~~~~~~~~
|MIT license|
.. code:: rst
|MIT license|
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://lbesson.mit-license.org/
GPLv3 License
~~~~~~~~~~~~~
|GPLv3 license|
.. code:: rst
|GPLv3 license|
.. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: http://perso.crans.org/besson/LICENSE.html
|GPL license|
.. code:: rst
|GPL license|
.. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg
:target: http://perso.crans.org/besson/LICENSE.html
Unlicense
~~~~~~~~~~~~~
|Unlicense|
.. code:: rst
|Unlicense|
.. |Unlicense| image:: https://img.shields.io/badge/License-Unlicense-blue.svg
:target: https://unlicense.org/
`Creative Commons Licenses <https://creativecommons.org/licenses/>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|CC-0 license|
.. code:: rst
|CC-0 license|
.. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg
:target: https://creativecommons.org/licenses/by-nd/4.0
|forthebadge cc-0|
.. code:: rst
|forthebadge cc-0|
.. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg
:target: http://ForTheBadge.com
|licensebuttons by-nd|
.. code:: rst
|licensebuttons by-nd|
.. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nd/4.0
|forthebadge cc-by-nd|
.. code:: rst
|forthebadge cc-by-nd|
.. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg
:target: https://creativecommons.org/licenses/by-nd/4.0
|licensebuttons by|
.. code:: rst
|licensebuttons by|
.. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png
:target: https://creativecommons.org/licenses/by/4.0
|forthebadge cc-by|
.. code:: rst
|forthebadge cc-by|
.. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg
:target: https://creativecommons.org/licenses/by/4.0
|licensebuttons by-nc-sa|
.. code:: rst
|licensebuttons by-nc-sa|
.. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/4.0
|forthebadge cc-nc-sa|
.. code:: rst
|forthebadge cc-nc-sa|
.. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg
:target: https://creativecommons.org/licenses/by-nc-sa/4.0
|licensebuttons by-nc|
.. code:: rst
|licensebuttons by-nc|
.. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nc/4.0
|forthebadge cc-nc|
.. code:: rst
|forthebadge cc-nc|
.. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg
:target: https://creativecommons.org/licenses/by-nc/4.0
|licensebuttons by-sa|
.. code:: rst
|licensebuttons by-sa|
.. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-sa/4.0
|forthebadge cc-sa|
.. code:: rst
|forthebadge cc-sa|
.. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg
:target: https://creativecommons.org/licenses/by-sa/4.0
The `Creative Commons License Buttons site <https://licensebuttons.net>`_
also provides a customizable way to access badges in various colours or sizes.
|licensebuttons by-nc-sa-white|
.. code:: rst
|licensebuttons by-nc-sa-white|
.. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
|licensebuttons by-nc-sa-black|
.. code:: rst
|licensebuttons by-nc-sa-black|
.. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
|licensebuttons by-nc-sa-magenta|
.. code:: rst
|licensebuttons by-nc-sa-magenta|
.. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
--------------
Simple Icons
------------
Any `shields.io <https://shields.io/>`_ badge can use a logo image by adding the
``logo`` query parameter to the name of any logo suported by
`Simple Icons <https://simpleicons.org/>`_.
|simpleicons vim|
.. code:: rst
|simpleicons vim|
.. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim
:target: https://www.vim.org
|simpleicons openbsd|
.. code:: rst
|simpleicons openbsd|
.. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000
:target: https://www.openbsd.org
|simpleicons suckless|
.. code:: rst
|simpleicons suckless|
.. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless
:target: https://suckless.org
|simpleicons dwm|
.. code:: rst
|simpleicons dwm|
.. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm
:target: https://dwm.suckless.org
|simpleicons git|
.. code:: rst
|simpleicons git|
.. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff
:target: http://git-scm.com
|simpleicons xorg|
.. code:: rst
|simpleicons xorg|
.. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff
:target: https://x.org
|simpleicons visualstudio|
.. code:: rst
|simpleicons visualstudio|
.. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio
:target: https://visualstudio.microsoft.com
|simpleicons golang|
.. code:: rst
|simpleicons golang|
.. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff
:target: https://golang.org
--------------
Open-Source
-----------
Version 1, in SVG: |Open Source Love svg1|
.. code:: rst
|Open Source Love svg1|
.. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Version 1, in PNG: |Open Source Love png1|
.. code:: rst
|Open Source Love png1|
.. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Version 2, in SVG: |Open Source Love svg2|
.. code:: rst
|Open Source Love svg2|
.. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Version 2, in PNG: |Open Source Love png2|
.. code:: rst
|Open Source Love png2|
.. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Version 3, in SVG: |Open Source Love svg3|
.. code:: rst
|Open Source Love svg3|
.. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Version 3, in PNG: |Open Source Love png3|
.. code:: rst
|Open Source Love png3|
.. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
Open Source? Yes! |Open Source? Yes!|
.. code:: rst
|Open Source? Yes!|
.. |Open Source? Yes!| image:: https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github
:target: https://github.com/Naereen/badges/
--------------
Meta badges ?!
--------------
This is a badge to show that you like to put badges on your README:
|Awesome Badges|
.. code:: rst
|Awesome Badges|
.. |Awesome Badges| image:: https://img.shields.io/badge/badges-awesome-green.svg
:target: 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"* :
|BADGINATOR|
.. code:: rst
|BADGINATOR|
.. |BADGINATOR| image:: https://badginator.herokuapp.com/Naereen/badges.svg
:target: https://github.com/defunctzombie/badginator
----
DOI and Zenodo
--------------
This is a badge to link to a [DOI](https://doi.org/):
|DOI|
.. code:: rst
|DOI|
.. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg
:target: https://doi.org/10.1007/978-3-319-76207-4_15
--------------
DOI Citations
--------------
This badge is showing the number of citations of a paper / DOI. Updated daily. See [HowTo](https://juleskreuer.eu/projekte/citation-badge/)
|DOI Citations|
.. code:: rst
|DOI Citations|
.. |DOI Citations| image:: https://api.juleskreuer.eu/citation-badge.php?doi=10.1126/science.1058040
:target: https://juleskreuer.eu/projekte/citation-badge/
--------------
`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).
|say thanks|
.. code:: rst
|say thanks|
.. |say thanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg
:target: https://saythanks.io/to/kennethreitz
--------------
Custom Logo
-----------
How to create step by step
~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Search a SVG image logo
- `Simpleicons <https://simpleicons.org/>`__
- `Flaticon <https://www.flaticon.com/>`__
- `Materialdesignicons <https://materialdesignicons.com/>`__
2. Optimize the SVG image using a tool:
- Example of tool:
- `SVGO Project <https://github.com/svg/svgo>`__ (`Web
App <https://jakearchibald.github.io/svgomg/>`__)
3. Encode the Optimized SVG to Base64 using a tool:
- Example of tool:
- `B64.io <https://b64.io/>`__
- `Base64.Guru <https://base64.guru/converter/encode/image/svg>`__
4. Place the B64 code after the code:
.. code:: rst
.. |Love| image:: https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>?logo=data:image/svg%2bxml;base64,
5. Use in your README.rst
Love
~~~~
|Love|
.. code:: rst
|Love|
.. |Love| image:: https://img.shields.io/badge/Love-pink?style=flat-square&logo=data:image/svg%2bxml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+R2l0SHViIFNwb25zb3JzIGljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNy42MjUgMS40OTljLTIuMzIgMC00LjM1NCAxLjIwMy01LjYyNSAzLjAzLTEuMjcxLTEuODI3LTMuMzA1LTMuMDMtNS42MjUtMy4wM0MzLjEyOSAxLjQ5OSAwIDQuMjUzIDAgOC4yNDljMCA0LjI3NSAzLjA2OCA3Ljg0NyA1LjgyOCAxMC4yMjdhMzMuMTQgMzMuMTQgMCAwIDAgNS42MTYgMy44NzZsLjAyOC4wMTcuMDA4LjAwMy0uMDAxLjAwM2MuMTYzLjA4NS4zNDIuMTI2LjUyMS4xMjUuMTc5LjAwMS4zNTgtLjA0MS41MjEtLjEyNWwtLjAwMS0uMDAzLjAwOC0uMDAzLjAyOC0uMDE3YTMzLjE0IDMzLjE0IDAgMCAwIDUuNjE2LTMuODc2QzIwLjkzMiAxNi4wOTYgMjQgMTIuNTI0IDI0IDguMjQ5YzAtMy45OTYtMy4xMjktNi43NS02LjM3NS02Ljc1em0tLjkxOSAxNS4yNzVhMzAuNzY2IDMwLjc2NiAwIDAgMS00LjcwMyAzLjMxNmwtLjAwNC0uMDAyLS4wMDQuMDAyYTMwLjk1NSAzMC45NTUgMCAwIDEtNC43MDMtMy4zMTZjLTIuNjc3LTIuMzA3LTUuMDQ3LTUuMjk4LTUuMDQ3LTguNTIzIDAtMi43NTQgMi4xMjEtNC41IDQuMTI1LTQuNSAyLjA2IDAgMy45MTQgMS40NzkgNC41NDQgMy42ODQuMTQzLjQ5NS41OTYuNzk3IDEuMDg2Ljc5Ni40OS4wMDEuOTQzLS4zMDIgMS4wODUtLjc5Ni42My0yLjIwNSAyLjQ4NC0zLjY4NCA0LjU0NC0zLjY4NCAyLjAwNCAwIDQuMTI1IDEuNzQ2IDQuMTI1IDQuNSAwIDMuMjI1LTIuMzcgNi4yMTYtNS4wNDggOC41MjN6Ii8+PC9zdmc+
:target: https://simpleicons.org/icons/githubsponsors.svg
Magic
~~~~~
|Magic|
.. code:: rst
|Magic|
.. |Magic| image:: https://img.shields.io/badge/Made%20with-Magic-orange?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTM5NS44MiAxODIuNjE2LTE4OC43MiAxODguNzItMTIuOTEgMS43Mi05LjM1IDIwLjU0LTM0LjMxIDM0LjMxLTExLjAxLS43My0xMS4yNSAyMi45OS01Ni40OCA1Ni40OGMtMi45MyAyLjkzLTYuNzcgNC4zOS0xMC42MSA0LjM5cy03LjY4LTEuNDYtMTAuNjEtNC4zOWwtMjIuNjItMjIuNjJoLS4wMWwtMjIuNjItMjIuNjNjLTUuODYtNS44Ni01Ljg2LTE1LjM2IDAtMjEuMjJsNzcuNjMtNzcuNjMgMTYuNi03LjAzIDUuNjYtMTUuMjMgMzQuMzEtMzQuMzEgMTQuODQtNC45MiA3LjQyLTE3LjM0IDE2Ny41Ny0xNjcuNTcgMzMuMjQgMzMuMjR6IiBmaWxsPSIjZjY2Ii8+PHBhdGggZD0ibTM5NS44MiAxMTYuMTQ2djY2LjQ3bC0xODguNzIgMTg4LjcyLTEyLjkxIDEuNzItOS4zNSAyMC41NC0zNC4zMSAzNC4zMS0xMS4wMS0uNzMtMTEuMjUgMjIuOTktNTYuNDggNTYuNDhjLTIuOTMgMi45My02Ljc3IDQuMzktMTAuNjEgNC4zOXMtNy42OC0xLjQ2LTEwLjYxLTQuMzlsLTIyLjYyLTIyLjYyIDMzNC42NC0zMzQuNjR6IiBmaWxsPSIjZTYyZTZiIi8+PHBhdGggZD0ibTUwNi42MSAyMDkuMDA2LTY5LjE0LTY5LjEzIDQzLjA1LTg4LjM4YzIuOC01Ljc1IDEuNjUtMTIuNjUtMi44OC0xNy4xNy00LjUyLTQuNTMtMTEuNDItNS42OC0xNy4xNy0yLjg4bC04OC4zOCA0My4wNS02OS4xMy02OS4xNGMtNC4zNS00LjM1LTEwLjkyLTUuNi0xNi41Ni0zLjE2LTUuNjUgMi40NS05LjIzIDguMDktOS4wNCAxNC4yNGwyLjg2IDkwLjQ1LTg1LjM3IDU3LjgzYy00LjkxIDMuMzItNy40IDkuMjItNi4zNiAxNS4wNCAxLjA0IDUuODMgNS40IDEwLjUxIDExLjE1IDExLjk0bDk2LjYyIDI0LjAxIDI0LjAxIDk2LjYyYzEuNDMgNS43NSA2LjExIDEwLjExIDExLjk0IDExLjE1Ljg3LjE2IDEuNzUuMjMgMi42Mi4yMyA0LjkyIDAgOS42LTIuNDIgMTIuNDItNi41OWw1Ny44My04NS4zNyA5MC40NSAyLjg2YzYuMTQuMTkgMTEuNzktMy4zOSAxNC4yNC05LjA0IDIuNDQtNS42NCAxLjE5LTEyLjIxLTMuMTYtMTYuNTZ6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTI5Ni4yNiAyMTUuNzA2IDI0LjAxIDk2LjYyYzEuNDMgNS43NSA2LjExIDEwLjExIDExLjk0IDExLjE1Ljg3LjE2IDEuNzUuMjMgMi42Mi4yMyA0LjkyIDAgOS42LTIuNDIgMTIuNDItNi41OWw1Ny44My04NS4zNyA5MC40NSAyLjg2YzYuMTQuMTkgMTEuNzktMy4zOSAxNC4yNC05LjA0IDIuNDQtNS42NCAxLjE5LTEyLjIxLTMuMTYtMTYuNTZsLTY5LjE0LTY5LjEzIDQzLjA1LTg4LjM4YzIuOC01Ljc1IDEuNjUtMTIuNjUtMi44OC0xNy4xN3oiIGZpbGw9IiNmZDkwMjUiLz48cGF0aCBkPSJtNDY1IDQxNi45NjZjLTI1LjkyIDAtNDcgMjEuMDgtNDcgNDdzMjEuMDggNDcgNDcgNDcgNDctMjEuMDggNDctNDctMjEuMDgtNDctNDctNDd6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTEwNCAyOC45NjZoLTEzdi0xM2MwLTguMjg0LTYuNzE2LTE1LTE1LTE1cy0xNSA2LjcxNi0xNSAxNXYxM2gtMTNjLTguMjg0IDAtMTUgNi43MTYtMTUgMTVzNi43MTYgMTUgMTUgMTVoMTN2MTNjMCA4LjI4NCA2LjcxNiAxNSAxNSAxNXMxNS02LjcxNiAxNS0xNXYtMTNoMTNjOC4yODQgMCAxNS02LjcxNiAxNS0xNXMtNi43MTYtMTUtMTUtMTV6IiBmaWxsPSIjZmVkODQzIi8+PHBhdGggZD0ibTIwNy4xIDM3MS4zMzYtMjIuMjYgMjIuMjYtNDUuMzItODcuNjIgMjIuMjYtMjIuMjZ6IiBmaWxsPSIjZmVkODQzIi8+PHBhdGggZD0ibTE4NC44NCAzOTMuNTk2IDIyLjI2LTIyLjI2LTIyLjY2LTQzLjgxLTIyLjI2NSAyMi4yNjV6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTE1MC41MyA0MjcuOTA2LTIyLjI2IDIyLjI2LTQ1LjMyLTg3LjYyIDIyLjI2LTIyLjI2eiIgZmlsbD0iI2ZlZDg0MyIvPjxwYXRoIGQ9Im0xMjguMjcgNDUwLjE2NiAyMi4yNi0yMi4yNi0yMi42NTUtNDMuODE1LTIyLjI2IDIyLjI2eiIgZmlsbD0iI2ZhYmUyYyIvPjxjaXJjbGUgY3g9IjE1IiBjeT0iMTE5Ljk2OSIgZmlsbD0iIzVlZDhkMyIgcj0iMTUiLz48Y2lyY2xlIGN4PSIxMjgiIGN5PSIxOTkuOTY5IiBmaWxsPSIjZDU5OWVkIiByPSIxNSIvPjxjaXJjbGUgY3g9IjE5MiIgY3k9IjYzLjk2NCIgZmlsbD0iI2Y2NiIgcj0iMTUiLz48Y2lyY2xlIGN4PSIzMjgiIGN5PSI0MTUuOTY3IiBmaWxsPSIjMzFiZWJlIiByPSIxNSIvPjxjaXJjbGUgY3g9IjQ0MCIgY3k9IjMyNy45NjciIGZpbGw9IiNhZDc3ZTMiIHI9IjE0Ljk5OSIvPjwvZz48L3N2Zz4=
:target: https://www.flaticon.com/free-icon/magic-wand_3627668
Safe
~~~~
|Safe|
.. code:: rst
|Safe|
.. |Safe| image:: https://img.shields.io/badge/Stay-Safe-red?logo=data:image/svg%2bxml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEwIDUxMCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTAgNTEwIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxnPjxwYXRoIGQ9Im0xNzQuNjEgMzAwYy0yMC41OCAwLTQwLjU2IDYuOTUtNTYuNjkgMTkuNzJsLTExMC4wOSA4NS43OTd2MTA0LjQ4M2g1My41MjlsNzYuNDcxLTY1aDEyNi44MnYtMTQ1eiIgZmlsbD0iI2ZmZGRjZSIvPjwvZz48cGF0aCBkPSJtNTAyLjE3IDI4NC43MmMwIDguOTUtMy42IDE3Ljg5LTEwLjc4IDI0LjQ2bC0xNDguNTYgMTM1LjgyaC03OC4xOHYtODVoNjguMThsMTE0LjM0LTEwMC4yMWMxMi44Mi0xMS4yMyAzMi4wNi0xMC45MiA0NC41LjczIDcgNi41NSAxMC41IDE1LjM4IDEwLjUgMjQuMnoiIGZpbGw9IiNmZmNjYmQiLz48cGF0aCBkPSJtMzMyLjgzIDM0OS42M3YxMC4zN2gtNjguMTh2LTYwaDE4LjU1YzI3LjQxIDAgNDkuNjMgMjIuMjIgNDkuNjMgNDkuNjN6IiBmaWxsPSIjZmZjY2JkIi8+PHBhdGggZD0ibTM5OS44IDc3LjN2OC4wMWMwIDIwLjY1LTguMDQgNDAuMDctMjIuNjQgNTQuNjdsLTExMi41MSAxMTIuNTF2LTIyNi42NmwzLjE4LTMuMTljMTQuNi0xNC42IDM0LjAyLTIyLjY0IDU0LjY3LTIyLjY0IDQyLjYyIDAgNzcuMyAzNC42OCA3Ny4zIDc3LjN6IiBmaWxsPSIjZDAwMDUwIi8+PHBhdGggZD0ibTI2NC42NSAyNS44M3YyMjYuNjZsLTExMi41MS0xMTIuNTFjLTE0LjYtMTQuNi0yMi42NC0zNC4wMi0yMi42NC01NC42N3YtOC4wMWMwLTQyLjYyIDM0LjY4LTc3LjMgNzcuMy03Ny4zIDIwLjY1IDAgNDAuMDYgOC4wNCA1NC42NiAyMi42NHoiIGZpbGw9IiNmZjRhNGEiLz48cGF0aCBkPSJtMjEyLjgzIDM2MC4xMnYzMGg1MS44MnYtMzB6IiBmaWxsPSIjZmZjY2JkIi8+PHBhdGggZD0ibTI2NC42NSAzNjAuMTJ2MzBoMzYuMTRsMzIuMDQtMzB6IiBmaWxsPSIjZmZiZGE5Ii8+PC9nPjwvc3ZnPg==
:target: https://www.flaticon.com/free-icon/heart_3555817
Info
~~~~
|Info|
.. code:: rst
|Info|
.. |Info| image:: https://img.shields.io/badge/Project-Info-blue?style=flat-square&logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGw6IzBBNEVBRjsiIGQ9Ik0yNTYsNTEyYy02OC4zOCwwLTEzMi42NjctMjYuNjI5LTE4MS4wMi03NC45OEMyNi42MjksMzg4LjY2NywwLDMyNC4zOCwwLDI1Ng0KCVMyNi42MjksMTIzLjMzMyw3NC45OCw3NC45OEMxMjMuMzMzLDI2LjYyOSwxODcuNjIsMCwyNTYsMHMxMzIuNjY3LDI2LjYyOSwxODEuMDIsNzQuOThDNDg1LjM3MSwxMjMuMzMzLDUxMiwxODcuNjIsNTEyLDI1Ng0KCXMtMjYuNjI5LDEzMi42NjctNzQuOTgsMTgxLjAyQzM4OC42NjcsNDg1LjM3MSwzMjQuMzgsNTEyLDI1Niw1MTJ6Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojMDYzRThCOyIgZD0iTTQzNy4wMiw3NC45OEMzODguNjY3LDI2LjYyOSwzMjQuMzgsMCwyNTYsMHY1MTJjNjguMzgsMCwxMzIuNjY3LTI2LjYyOSwxODEuMDItNzQuOTgNCglDNDg1LjM3MSwzODguNjY3LDUxMiwzMjQuMzgsNTEyLDI1NlM0ODUuMzcxLDEyMy4zMzMsNDM3LjAyLDc0Ljk4eiIvPg0KPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0yNTYsMTg1Yy0zMC4zMjcsMC01NS0yNC42NzMtNTUtNTVzMjQuNjczLTU1LDU1LTU1czU1LDI0LjY3Myw1NSw1NVMyODYuMzI3LDE4NSwyNTYsMTg1eiBNMzAxLDM5NQ0KCVYyMTVIMTkxdjMwaDMwdjE1MGgtMzB2MzBoMTQwdi0zMEgzMDF6Ii8+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojQ0NFRkZGOyIgZD0iTTI1NiwxODVjMzAuMzI3LDAsNTUtMjQuNjczLDU1LTU1cy0yNC42NzMtNTUtNTUtNTVWMTg1eiIvPg0KCTxwb2x5Z29uIHN0eWxlPSJmaWxsOiNDQ0VGRkY7IiBwb2ludHM9IjMwMSwzOTUgMzAxLDIxNSAyNTYsMjE1IDI1Niw0MjUgMzMxLDQyNSAzMzEsMzk1IAkiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K
:target: https://www.flaticon.com/free-icon/info_785822
Telegram
~~~~~~~~
|Telegram|
.. code:: rst
|Telegram|
.. |Telegram| image:: https://img.shields.io/badge/Join-Telegram-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS40MTcgMTUuMTgxLS4zOTcgNS41ODRjLjU2OCAwIC44MTQtLjI0NCAxLjEwOS0uNTM3bDIuNjYzLTIuNTQ1IDUuNTE4IDQuMDQxYzEuMDEyLjU2NCAxLjcyNS4yNjcgMS45OTgtLjkzMWwzLjYyMi0xNi45NzIuMDAxLS4wMDFjLjMyMS0xLjQ5Ni0uNTQxLTIuMDgxLTEuNTI3LTEuNzE0bC0yMS4yOSA4LjE1MWMtMS40NTMuNTY0LTEuNDMxIDEuMzc0LS4yNDcgMS43NDFsNS40NDMgMS42OTMgMTIuNjQzLTcuOTExYy41OTUtLjM5NCAxLjEzNi0uMTc2LjY5MS4yMTh6IiBmaWxsPSIjMDM5YmU1Ii8+PC9zdmc+
:target: https://www.flaticon.com/free-icon/telegram_2111644
RuboCop
~~~~~~~
|RuboCop|
.. code:: rst
|RuboCop|
.. |RuboCop| image:: https://img.shields.io/badge/code%20style-Rubocop-red?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPmZpbGVfdHlwZV9ydWJvY29wPC90aXRsZT48cGF0aCBkPSJNMjcuMDUsMTMuOVYxM2ExLjc5MywxLjc5MywwLDAsMC0xLjgtMS44SDYuNjVBMS43OTMsMS43OTMsMCwwLDAsNC44NSwxM3YuOWExLjUyNSwxLjUyNSwwLDAsMC0uNywxLjJ2Mi40YTEuMzg3LDEuMzg3LDAsMCwwLC43LDEuMnYuOWExLjc5MywxLjc5MywwLDAsMCwxLjgsMS44aDE4LjdhMS43OTMsMS43OTMsMCwwLDAsMS44LTEuOHYtLjlhMS41MjUsMS41MjUsMCwwLDAsLjctMS4yVjE1LjFBMS43NDIsMS43NDIsMCwwLDAsMjcuMDUsMTMuOVoiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cGF0aCBkPSJNMTUuOTUsMmE5LjkyNSw5LjkyNSwwLDAsMC05LjgsOC42aDE5LjZBOS45MjUsOS45MjUsMCwwLDAsMTUuOTUsMloiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cG9seWdvbiBwb2ludHM9IjEzLjA1IDI0IDE4Ljg1IDI0IDE5LjQ1IDI0LjcgMjAuMzUgMjQgMTkuNDUgMjIuOSAxMi40NSAyMi45IDExLjU1IDI0IDEyLjQ1IDI0LjcgMTMuMDUgMjQiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cGF0aCBkPSJNMjMuNTUsMTcuNkg4LjM1YTEuMywxLjMsMCwxLDEsMC0yLjZoMTUuM2ExLjMyNCwxLjMyNCwwLDAsMSwxLjMsMS4zQTEuNDkzLDEuNDkzLDAsMCwxLDIzLjU1LDE3LjZaIiBzdHlsZT0iZmlsbDojZWMxYzI0Ii8+PHBhdGggZD0iTTIzLjA1LDIydjMuOGExLjk2NywxLjk2NywwLDAsMS0xLjksMS45aC0xYS44NjQuODY0LDAsMCwxLS42LS4zbC0xLjItMS42YS42LjYsMCwwLDAtLjYtLjNoLTMuNmEuNzY0Ljc2NCwwLDAsMC0uNS4ybC0xLjMsMS42YS42LjYsMCwwLDEtLjYuM2gtMWExLjk2NywxLjk2NywwLDAsMS0xLjktMS45VjIySDYuNTV2My44YTQuMjI1LDQuMjI1LDAsMCwwLDQuMiw0LjJoMTAuNGE0LjIyNSw0LjIyNSwwLDAsMCw0LjItNC4yVjIyWiIgc3R5bGU9ImZpbGw6I2M1YzVjNSIvPjwvc3ZnPg==
:target: https://github.com/vscode-icons/vscode-icons/blob/master/icons/file_type_rubocop.svg
--------------
Random
------
Ages 20-30...
~~~~~~~~~~~~~
|ForTheBadge 20-30|
.. code:: rst
|ForTheBadge 20-30|
.. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg
:target: http://ForTheBadge.com
Built by...
~~~~~~~~~~~
|ForTheBadge built-by-developers|
.. code:: rst
|ForTheBadge built-by-developers|
.. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg
:target: https://GitHub.com/Naereen/
Built with...
~~~~~~~~~~~~~
|ForTheBadge built-with-love|
.. code:: rst
|ForTheBadge built-with-love|
.. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg
:target: https://GitHub.com/Naereen/
|ForTheBadge built-with-science|
.. code:: rst
|ForTheBadge built-with-science|
.. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg
:target: https://GitHub.com/Naereen/
|ForTheBadge built-with-swag|
.. code:: rst
|ForTheBadge built-with-swag|
.. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg
:target: https://GitHub.com/Naereen/
Uses...
~~~~~~~
|ForTheBadge uses-badges|
.. code:: rst
|ForTheBadge uses-badges|
.. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg
:target: http://ForTheBadge.com
|ForTheBadge uses-git|
.. code:: rst
|ForTheBadge uses-git|
.. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg
:target: https://GitHub.com/
|ForTheBadge uses-html|
.. code:: rst
|ForTheBadge uses-html|
.. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg
:target: http://ForTheBadge.com
|ForTheBadge uses-css|
.. code:: rst
|ForTheBadge uses-css|
.. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg
:target: http://ForTheBadge.com
|ForTheBadge uses-js|
.. code:: rst
|ForTheBadge uses-js|
.. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg
:target: http://ForTheBadge.com
Fun
~~~
|ForTheBadge makes-people-smile|
.. code:: rst
|ForTheBadge makes-people-smile|
.. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg
:target: http://ForTheBadge.com
|ForTheBadge powered-by-electricity|
.. code:: rst
|ForTheBadge powered-by-electricity|
.. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg
:target: http://ForTheBadge.com
|ForTheBadge winter-is-coming|
.. code:: rst
|ForTheBadge winter-is-coming|
.. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg
:target: http://ForTheBadge.com
--------------
References ?
------------
- `ForTheBadge.com <http://ForTheBadge.com/>`__
- `Shields.io <https://shields.io>`__
- `LicenseButtons.net <https://licensebuttons.net/>`__
- `open-source-badges <https://github.com/ellerbrock/open-source-badges/>`__
by [@ellerbrock](https://github.com/ellerbrock)
TODO
----
- [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
------
- [ ] 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?
--------------
- [ ] 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 ? |GitHub license badges|
---------------------------------
`MIT Licensed <https://lbesson.mit-license.org/>`__ (file `LICENSE <LICENSE>`__).
© `Lilian Besson <https://GitHub.com/Naereen>`__, 2016-18.
|Awesome Badges| |Maintenance| |Ask Me Anything !| |Analytics badges| |Open Source Love svg3|
|ForTheBadge built-with-swag|
|ForTheBadge uses-badges| |ForTheBadge uses-git|
.. |Generic badge| image:: https://img.shields.io/badge/%3CSUBJECT%3E-%3CSTATUS%3E-%3CCOLOR%3E.svg
:target: https://shields.io/
.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
:target: https://bitbucket.org/lbesson/ansi-colors
.. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
.. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg
:target: http://shields.io/
.. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg
:target: http://monip.org/
.. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg
:target: http://perso.crans.org/
.. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg
:target: https://naereen.github.io/
.. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg
:target: http://lbesson.bitbucket.org/
.. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg
:target: http://cv.lbesson.qc.to/
.. |Website fakesite.invalid| image:: https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg
:target: http://fakesite.invalid/
.. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg
:target: https://GitHub.com/Naereen/ama
.. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg
:target: https://GitHub.com/Naereen/ama.fr
.. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg
:target: https://www.python.org/
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
:target: https://www.python.org/
.. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
:target: https://www.sphinx-doc.org/
.. |made-with-Go| image:: https://img.shields.io/badge/Made%20with-Go-1f425f.svg
:target: http://golang.org
.. |GitHub go.mod Go version of a Go module| image:: https://img.shields.io/github/go-mod/go-version/gomods/athens.svg
:target: https://github.com/gomods/athens
.. |GoDoc reference example| image:: https://img.shields.io/badge/godoc-reference-blue.svg
:target: https://godoc.org/nanomsg.org/go/mangos/v2
.. |GoReportCard example| image:: https://goreportcard.com/badge/github.com/nanomsg/mangos
:target: https://goreportcard.com/report/github.com/nanomsg/mangos
.. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg
:target: http://commonmark.org
.. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg
:target: https://GitHub.com/Naereen/StrapDown.js/
.. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg
:target: https://www.latex-project.org/
.. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg
:target: https://www.mathjax.org/
.. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg
:target: https://pypi.python.org/pypi/ansicolortags/
.. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg
:target: https://www.javascript.com
.. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh/jquery/jquery/badge?style=rounded
:target: https://www.jsdelivr.com/package/gh/jquery/jquery
.. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm/jquery/jquery
:target: https://www.jsdelivr.com/package/gh/jquery/jquery
.. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg
:target: https://www.gnu.org/software/bash/
.. |version-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
.. |installs-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
.. |rating-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg
:target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode
.. |made-for-VSCode| image:: https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg
:target: https://code.visualstudio.com/
.. |open-in-VSCode| image:: https://open.vscode.dev/badges/open-in-vscode.svg
:target: https://open.vscode.dev/Naereen/badges
.. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest
:target: http://ansicolortags.readthedocs.io/?badge=latest
.. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg
:target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE
.. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
.. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/tags/
.. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg
:target: https://GitHub.com/Naereen/StrapDown.js/commit/
.. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
.. |Github releases (by release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
.. |Github releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
.. |Github releases (by asset)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js
:target: https://GitHub.com/Naereen/StrapDown.js/releases/
.. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/network/
.. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/stargazers/
.. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000
:target: https://GitHub.com/Naereen/StrapDown.js/watchers/
.. |GitHub followers| image:: https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000
:target: https://GitHub.com/Naereen?tab=followers
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/
.. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/issues/
.. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed
.. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/Naereen/badges.svg
:target: http://isitmaintained.com/project/Naereen/badges
.. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/Naereen/badges.svg
:target: http://isitmaintained.com/project/Naereen/badges
.. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
:target: http://makeapullrequest.com
.. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js
:target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js
.. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg
:target: https://github.com/Naereen/StrapDown.js
.. |HitCount| image:: http://hits.dwyl.io/Naereen/badges.svg
:target: http://hits.dwyl.io/Naereen/badges
.. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg
:target: https://Bitbucket.org/lbesson/bin/issues/
.. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
.. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
.. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
.. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg
:target: https://packagecontrol.io/packages/SwitchDictionary
.. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel
:target: https://GitHub.com/Naereen/badges/
.. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md
:target: https://GitHub.com/Naereen/badges/
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://lbesson.mit-license.org/
.. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: http://perso.crans.org/besson/LICENSE.html
.. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg
:target: http://perso.crans.org/besson/LICENSE.html
.. |Unlicense| image:: https://img.shields.io/badge/License-Unlicense-blue.svg
:target: https://unlicense.org/
.. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg
:target: https://creativecommons.org/licenses/by-nd/4.0
.. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg
:target: http://ForTheBadge.com
.. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nd/4.0
.. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg
:target: https://creativecommons.org/licenses/by-nd/4.0
.. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png
:target: https://creativecommons.org/licenses/by/4.0
.. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg
:target: https://creativecommons.org/licenses/by/4.0
.. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/4.0
.. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg
:target: https://creativecommons.org/licenses/by-nc-sa/4.0
.. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-nc/4.0
.. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg
:target: https://creativecommons.org/licenses/by-nc/4.0
.. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png
:target: https://creativecommons.org/licenses/by-sa/4.0
.. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg
:target: https://creativecommons.org/licenses/by-sa/4.0
.. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
.. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
.. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png
:target: https://creativecommons.org/licenses/by-nc-sa/2.0
.. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim
:target: https://www.vim.org
.. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000
:target: https://www.openbsd.org
.. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless
:target: https://suckless.org
.. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm
:target: https://dwm.suckless.org
.. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff
:target: http://git-scm.com
.. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff
:target: https://x.org
.. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio
:target: https://visualstudio.microsoft.com
.. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff
:target: https://golang.org
.. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103
:target: https://github.com/ellerbrock/open-source-badges/
.. |Open Source? Yes!| image:: https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github
:target: https://github.com/Naereen/badges/
.. |Awesome Badges| image:: https://img.shields.io/badge/badges-awesome-green.svg
:target: https://github.com/Naereen/badges
.. |BADGINATOR| image:: https://badginator.herokuapp.com/Naereen/badges.svg
:target: https://github.com/defunctzombie/badginator
.. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg
:target: https://doi.org/10.1007/978-3-319-76207-4_15
.. |say thanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg
:target: https://saythanks.io/to/kennethreitz
.. |Love| image:: https://img.shields.io/badge/Love-pink?style=flat-square&logo=data:image/svg%2bxml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+R2l0SHViIFNwb25zb3JzIGljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNy42MjUgMS40OTljLTIuMzIgMC00LjM1NCAxLjIwMy01LjYyNSAzLjAzLTEuMjcxLTEuODI3LTMuMzA1LTMuMDMtNS42MjUtMy4wM0MzLjEyOSAxLjQ5OSAwIDQuMjUzIDAgOC4yNDljMCA0LjI3NSAzLjA2OCA3Ljg0NyA1LjgyOCAxMC4yMjdhMzMuMTQgMzMuMTQgMCAwIDAgNS42MTYgMy44NzZsLjAyOC4wMTcuMDA4LjAwMy0uMDAxLjAwM2MuMTYzLjA4NS4zNDIuMTI2LjUyMS4xMjUuMTc5LjAwMS4zNTgtLjA0MS41MjEtLjEyNWwtLjAwMS0uMDAzLjAwOC0uMDAzLjAyOC0uMDE3YTMzLjE0IDMzLjE0IDAgMCAwIDUuNjE2LTMuODc2QzIwLjkzMiAxNi4wOTYgMjQgMTIuNTI0IDI0IDguMjQ5YzAtMy45OTYtMy4xMjktNi43NS02LjM3NS02Ljc1em0tLjkxOSAxNS4yNzVhMzAuNzY2IDMwLjc2NiAwIDAgMS00LjcwMyAzLjMxNmwtLjAwNC0uMDAyLS4wMDQuMDAyYTMwLjk1NSAzMC45NTUgMCAwIDEtNC43MDMtMy4zMTZjLTIuNjc3LTIuMzA3LTUuMDQ3LTUuMjk4LTUuMDQ3LTguNTIzIDAtMi43NTQgMi4xMjEtNC41IDQuMTI1LTQuNSAyLjA2IDAgMy45MTQgMS40NzkgNC41NDQgMy42ODQuMTQzLjQ5NS41OTYuNzk3IDEuMDg2Ljc5Ni40OS4wMDEuOTQzLS4zMDIgMS4wODUtLjc5Ni42My0yLjIwNSAyLjQ4NC0zLjY4NCA0LjU0NC0zLjY4NCAyLjAwNCAwIDQuMTI1IDEuNzQ2IDQuMTI1IDQuNSAwIDMuMjI1LTIuMzcgNi4yMTYtNS4wNDggOC41MjN6Ii8+PC9zdmc+
:target: https://simpleicons.org/icons/githubsponsors.svg
.. |Magic| image:: https://img.shields.io/badge/Made%20with-Magic-orange?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTM5NS44MiAxODIuNjE2LTE4OC43MiAxODguNzItMTIuOTEgMS43Mi05LjM1IDIwLjU0LTM0LjMxIDM0LjMxLTExLjAxLS43My0xMS4yNSAyMi45OS01Ni40OCA1Ni40OGMtMi45MyAyLjkzLTYuNzcgNC4zOS0xMC42MSA0LjM5cy03LjY4LTEuNDYtMTAuNjEtNC4zOWwtMjIuNjItMjIuNjJoLS4wMWwtMjIuNjItMjIuNjNjLTUuODYtNS44Ni01Ljg2LTE1LjM2IDAtMjEuMjJsNzcuNjMtNzcuNjMgMTYuNi03LjAzIDUuNjYtMTUuMjMgMzQuMzEtMzQuMzEgMTQuODQtNC45MiA3LjQyLTE3LjM0IDE2Ny41Ny0xNjcuNTcgMzMuMjQgMzMuMjR6IiBmaWxsPSIjZjY2Ii8+PHBhdGggZD0ibTM5NS44MiAxMTYuMTQ2djY2LjQ3bC0xODguNzIgMTg4LjcyLTEyLjkxIDEuNzItOS4zNSAyMC41NC0zNC4zMSAzNC4zMS0xMS4wMS0uNzMtMTEuMjUgMjIuOTktNTYuNDggNTYuNDhjLTIuOTMgMi45My02Ljc3IDQuMzktMTAuNjEgNC4zOXMtNy42OC0xLjQ2LTEwLjYxLTQuMzlsLTIyLjYyLTIyLjYyIDMzNC42NC0zMzQuNjR6IiBmaWxsPSIjZTYyZTZiIi8+PHBhdGggZD0ibTUwNi42MSAyMDkuMDA2LTY5LjE0LTY5LjEzIDQzLjA1LTg4LjM4YzIuOC01Ljc1IDEuNjUtMTIuNjUtMi44OC0xNy4xNy00LjUyLTQuNTMtMTEuNDItNS42OC0xNy4xNy0yLjg4bC04OC4zOCA0My4wNS02OS4xMy02OS4xNGMtNC4zNS00LjM1LTEwLjkyLTUuNi0xNi41Ni0zLjE2LTUuNjUgMi40NS05LjIzIDguMDktOS4wNCAxNC4yNGwyLjg2IDkwLjQ1LTg1LjM3IDU3LjgzYy00LjkxIDMuMzItNy40IDkuMjItNi4zNiAxNS4wNCAxLjA0IDUuODMgNS40IDEwLjUxIDExLjE1IDExLjk0bDk2LjYyIDI0LjAxIDI0LjAxIDk2LjYyYzEuNDMgNS43NSA2LjExIDEwLjExIDExLjk0IDExLjE1Ljg3LjE2IDEuNzUuMjMgMi42Mi4yMyA0LjkyIDAgOS42LTIuNDIgMTIuNDItNi41OWw1Ny44My04NS4zNyA5MC40NSAyLjg2YzYuMTQuMTkgMTEuNzktMy4zOSAxNC4yNC05LjA0IDIuNDQtNS42NCAxLjE5LTEyLjIxLTMuMTYtMTYuNTZ6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTI5Ni4yNiAyMTUuNzA2IDI0LjAxIDk2LjYyYzEuNDMgNS43NSA2LjExIDEwLjExIDExLjk0IDExLjE1Ljg3LjE2IDEuNzUuMjMgMi42Mi4yMyA0LjkyIDAgOS42LTIuNDIgMTIuNDItNi41OWw1Ny44My04NS4zNyA5MC40NSAyLjg2YzYuMTQuMTkgMTEuNzktMy4zOSAxNC4yNC05LjA0IDIuNDQtNS42NCAxLjE5LTEyLjIxLTMuMTYtMTYuNTZsLTY5LjE0LTY5LjEzIDQzLjA1LTg4LjM4YzIuOC01Ljc1IDEuNjUtMTIuNjUtMi44OC0xNy4xN3oiIGZpbGw9IiNmZDkwMjUiLz48cGF0aCBkPSJtNDY1IDQxNi45NjZjLTI1LjkyIDAtNDcgMjEuMDgtNDcgNDdzMjEuMDggNDcgNDcgNDcgNDctMjEuMDggNDctNDctMjEuMDgtNDctNDctNDd6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTEwNCAyOC45NjZoLTEzdi0xM2MwLTguMjg0LTYuNzE2LTE1LTE1LTE1cy0xNSA2LjcxNi0xNSAxNXYxM2gtMTNjLTguMjg0IDAtMTUgNi43MTYtMTUgMTVzNi43MTYgMTUgMTUgMTVoMTN2MTNjMCA4LjI4NCA2LjcxNiAxNSAxNSAxNXMxNS02LjcxNiAxNS0xNXYtMTNoMTNjOC4yODQgMCAxNS02LjcxNiAxNS0xNXMtNi43MTYtMTUtMTUtMTV6IiBmaWxsPSIjZmVkODQzIi8+PHBhdGggZD0ibTIwNy4xIDM3MS4zMzYtMjIuMjYgMjIuMjYtNDUuMzItODcuNjIgMjIuMjYtMjIuMjZ6IiBmaWxsPSIjZmVkODQzIi8+PHBhdGggZD0ibTE4NC44NCAzOTMuNTk2IDIyLjI2LTIyLjI2LTIyLjY2LTQzLjgxLTIyLjI2NSAyMi4yNjV6IiBmaWxsPSIjZmFiZTJjIi8+PHBhdGggZD0ibTE1MC41MyA0MjcuOTA2LTIyLjI2IDIyLjI2LTQ1LjMyLTg3LjYyIDIyLjI2LTIyLjI2eiIgZmlsbD0iI2ZlZDg0MyIvPjxwYXRoIGQ9Im0xMjguMjcgNDUwLjE2NiAyMi4yNi0yMi4yNi0yMi42NTUtNDMuODE1LTIyLjI2IDIyLjI2eiIgZmlsbD0iI2ZhYmUyYyIvPjxjaXJjbGUgY3g9IjE1IiBjeT0iMTE5Ljk2OSIgZmlsbD0iIzVlZDhkMyIgcj0iMTUiLz48Y2lyY2xlIGN4PSIxMjgiIGN5PSIxOTkuOTY5IiBmaWxsPSIjZDU5OWVkIiByPSIxNSIvPjxjaXJjbGUgY3g9IjE5MiIgY3k9IjYzLjk2NCIgZmlsbD0iI2Y2NiIgcj0iMTUiLz48Y2lyY2xlIGN4PSIzMjgiIGN5PSI0MTUuOTY3IiBmaWxsPSIjMzFiZWJlIiByPSIxNSIvPjxjaXJjbGUgY3g9IjQ0MCIgY3k9IjMyNy45NjciIGZpbGw9IiNhZDc3ZTMiIHI9IjE0Ljk5OSIvPjwvZz48L3N2Zz4=
:target: https://www.flaticon.com/free-icon/magic-wand_3627668
.. |Safe| image:: https://img.shields.io/badge/Stay-Safe-red?logo=data:image/svg%2bxml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEwIDUxMCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTAgNTEwIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxnPjxwYXRoIGQ9Im0xNzQuNjEgMzAwYy0yMC41OCAwLTQwLjU2IDYuOTUtNTYuNjkgMTkuNzJsLTExMC4wOSA4NS43OTd2MTA0LjQ4M2g1My41MjlsNzYuNDcxLTY1aDEyNi44MnYtMTQ1eiIgZmlsbD0iI2ZmZGRjZSIvPjwvZz48cGF0aCBkPSJtNTAyLjE3IDI4NC43MmMwIDguOTUtMy42IDE3Ljg5LTEwLjc4IDI0LjQ2bC0xNDguNTYgMTM1LjgyaC03OC4xOHYtODVoNjguMThsMTE0LjM0LTEwMC4yMWMxMi44Mi0xMS4yMyAzMi4wNi0xMC45MiA0NC41LjczIDcgNi41NSAxMC41IDE1LjM4IDEwLjUgMjQuMnoiIGZpbGw9IiNmZmNjYmQiLz48cGF0aCBkPSJtMzMyLjgzIDM0OS42M3YxMC4zN2gtNjguMTh2LTYwaDE4LjU1YzI3LjQxIDAgNDkuNjMgMjIuMjIgNDkuNjMgNDkuNjN6IiBmaWxsPSIjZmZjY2JkIi8+PHBhdGggZD0ibTM5OS44IDc3LjN2OC4wMWMwIDIwLjY1LTguMDQgNDAuMDctMjIuNjQgNTQuNjdsLTExMi41MSAxMTIuNTF2LTIyNi42NmwzLjE4LTMuMTljMTQuNi0xNC42IDM0LjAyLTIyLjY0IDU0LjY3LTIyLjY0IDQyLjYyIDAgNzcuMyAzNC42OCA3Ny4zIDc3LjN6IiBmaWxsPSIjZDAwMDUwIi8+PHBhdGggZD0ibTI2NC42NSAyNS44M3YyMjYuNjZsLTExMi41MS0xMTIuNTFjLTE0LjYtMTQuNi0yMi42NC0zNC4wMi0yMi42NC01NC42N3YtOC4wMWMwLTQyLjYyIDM0LjY4LTc3LjMgNzcuMy03Ny4zIDIwLjY1IDAgNDAuMDYgOC4wNCA1NC42NiAyMi42NHoiIGZpbGw9IiNmZjRhNGEiLz48cGF0aCBkPSJtMjEyLjgzIDM2MC4xMnYzMGg1MS44MnYtMzB6IiBmaWxsPSIjZmZjY2JkIi8+PHBhdGggZD0ibTI2NC42NSAzNjAuMTJ2MzBoMzYuMTRsMzIuMDQtMzB6IiBmaWxsPSIjZmZiZGE5Ii8+PC9nPjwvc3ZnPg==
:target: https://www.flaticon.com/free-icon/heart_3555817
.. |Info| image:: https://img.shields.io/badge/Project-Info-blue?style=flat-square&logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGw6IzBBNEVBRjsiIGQ9Ik0yNTYsNTEyYy02OC4zOCwwLTEzMi42NjctMjYuNjI5LTE4MS4wMi03NC45OEMyNi42MjksMzg4LjY2NywwLDMyNC4zOCwwLDI1Ng0KCVMyNi42MjksMTIzLjMzMyw3NC45OCw3NC45OEMxMjMuMzMzLDI2LjYyOSwxODcuNjIsMCwyNTYsMHMxMzIuNjY3LDI2LjYyOSwxODEuMDIsNzQuOThDNDg1LjM3MSwxMjMuMzMzLDUxMiwxODcuNjIsNTEyLDI1Ng0KCXMtMjYuNjI5LDEzMi42NjctNzQuOTgsMTgxLjAyQzM4OC42NjcsNDg1LjM3MSwzMjQuMzgsNTEyLDI1Niw1MTJ6Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojMDYzRThCOyIgZD0iTTQzNy4wMiw3NC45OEMzODguNjY3LDI2LjYyOSwzMjQuMzgsMCwyNTYsMHY1MTJjNjguMzgsMCwxMzIuNjY3LTI2LjYyOSwxODEuMDItNzQuOTgNCglDNDg1LjM3MSwzODguNjY3LDUxMiwzMjQuMzgsNTEyLDI1NlM0ODUuMzcxLDEyMy4zMzMsNDM3LjAyLDc0Ljk4eiIvPg0KPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0yNTYsMTg1Yy0zMC4zMjcsMC01NS0yNC42NzMtNTUtNTVzMjQuNjczLTU1LDU1LTU1czU1LDI0LjY3Myw1NSw1NVMyODYuMzI3LDE4NSwyNTYsMTg1eiBNMzAxLDM5NQ0KCVYyMTVIMTkxdjMwaDMwdjE1MGgtMzB2MzBoMTQwdi0zMEgzMDF6Ii8+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojQ0NFRkZGOyIgZD0iTTI1NiwxODVjMzAuMzI3LDAsNTUtMjQuNjczLDU1LTU1cy0yNC42NzMtNTUtNTUtNTVWMTg1eiIvPg0KCTxwb2x5Z29uIHN0eWxlPSJmaWxsOiNDQ0VGRkY7IiBwb2ludHM9IjMwMSwzOTUgMzAxLDIxNSAyNTYsMjE1IDI1Niw0MjUgMzMxLDQyNSAzMzEsMzk1IAkiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K
:target: https://www.flaticon.com/free-icon/info_785822
.. |Telegram| image:: https://img.shields.io/badge/Join-Telegram-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS40MTcgMTUuMTgxLS4zOTcgNS41ODRjLjU2OCAwIC44MTQtLjI0NCAxLjEwOS0uNTM3bDIuNjYzLTIuNTQ1IDUuNTE4IDQuMDQxYzEuMDEyLjU2NCAxLjcyNS4yNjcgMS45OTgtLjkzMWwzLjYyMi0xNi45NzIuMDAxLS4wMDFjLjMyMS0xLjQ5Ni0uNTQxLTIuMDgxLTEuNTI3LTEuNzE0bC0yMS4yOSA4LjE1MWMtMS40NTMuNTY0LTEuNDMxIDEuMzc0LS4yNDcgMS43NDFsNS40NDMgMS42OTMgMTIuNjQzLTcuOTExYy41OTUtLjM5NCAxLjEzNi0uMTc2LjY5MS4yMTh6IiBmaWxsPSIjMDM5YmU1Ii8+PC9zdmc+
:target: https://www.flaticon.com/free-icon/telegram_2111644
.. |RuboCop| image:: https://img.shields.io/badge/code%20style-Rubocop-red?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPmZpbGVfdHlwZV9ydWJvY29wPC90aXRsZT48cGF0aCBkPSJNMjcuMDUsMTMuOVYxM2ExLjc5MywxLjc5MywwLDAsMC0xLjgtMS44SDYuNjVBMS43OTMsMS43OTMsMCwwLDAsNC44NSwxM3YuOWExLjUyNSwxLjUyNSwwLDAsMC0uNywxLjJ2Mi40YTEuMzg3LDEuMzg3LDAsMCwwLC43LDEuMnYuOWExLjc5MywxLjc5MywwLDAsMCwxLjgsMS44aDE4LjdhMS43OTMsMS43OTMsMCwwLDAsMS44LTEuOHYtLjlhMS41MjUsMS41MjUsMCwwLDAsLjctMS4yVjE1LjFBMS43NDIsMS43NDIsMCwwLDAsMjcuMDUsMTMuOVoiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cGF0aCBkPSJNMTUuOTUsMmE5LjkyNSw5LjkyNSwwLDAsMC05LjgsOC42aDE5LjZBOS45MjUsOS45MjUsMCwwLDAsMTUuOTUsMloiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cG9seWdvbiBwb2ludHM9IjEzLjA1IDI0IDE4Ljg1IDI0IDE5LjQ1IDI0LjcgMjAuMzUgMjQgMTkuNDUgMjIuOSAxMi40NSAyMi45IDExLjU1IDI0IDEyLjQ1IDI0LjcgMTMuMDUgMjQiIHN0eWxlPSJmaWxsOiNjNWM1YzUiLz48cGF0aCBkPSJNMjMuNTUsMTcuNkg4LjM1YTEuMywxLjMsMCwxLDEsMC0yLjZoMTUuM2ExLjMyNCwxLjMyNCwwLDAsMSwxLjMsMS4zQTEuNDkzLDEuNDkzLDAsMCwxLDIzLjU1LDE3LjZaIiBzdHlsZT0iZmlsbDojZWMxYzI0Ii8+PHBhdGggZD0iTTIzLjA1LDIydjMuOGExLjk2NywxLjk2NywwLDAsMS0xLjksMS45aC0xYS44NjQuODY0LDAsMCwxLS42LS4zbC0xLjItMS42YS42LjYsMCwwLDAtLjYtLjNoLTMuNmEuNzY0Ljc2NCwwLDAsMC0uNS4ybC0xLjMsMS42YS42LjYsMCwwLDEtLjYuM2gtMWExLjk2NywxLjk2NywwLDAsMS0xLjktMS45VjIySDYuNTV2My44YTQuMjI1LDQuMjI1LDAsMCwwLDQuMiw0LjJoMTAuNGE0LjIyNSw0LjIyNSwwLDAsMCw0LjItNC4yVjIyWiIgc3R5bGU9ImZpbGw6I2M1YzVjNSIvPjwvc3ZnPg==
:target: https://github.com/vscode-icons/vscode-icons/blob/master/icons/file_type_rubocop.svg
.. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg
:target: http://ForTheBadge.com
.. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg
:target: https://GitHub.com/Naereen/
.. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg
:target: https://GitHub.com/Naereen/
.. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg
:target: https://GitHub.com/Naereen/
.. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg
:target: https://GitHub.com/Naereen/
.. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg
:target: http://ForTheBadge.com
.. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg
:target: https://GitHub.com/
.. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg
:target: http://ForTheBadge.com
.. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg
:target: http://ForTheBadge.com
.. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg
:target: http://ForTheBadge.com
.. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg
:target: http://ForTheBadge.com
.. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg
:target: http://ForTheBadge.com
.. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg
:target: http://ForTheBadge.com
.. |GitHub license badges| image:: https://img.shields.io/github/license/Naereen/badges.svg
:target: https://github.com/Naereen/badges/blob/master/LICENSE
.. |Maintenance| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
:target: https://GitHub.com/Naereen/badges/graphs/commit-activity
.. |Analytics badges| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel
:target: https://GitHub.com/Naereen/badges/