├── .gitignore ├── _config.yml ├── Makefile ├── LICENSE ├── README.md └── README.rst /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | # Makefile to send this project to Zam 2 | SHELL=/usr/bin/env /bin/bash 3 | 4 | all: send 5 | 6 | send: send_zamok 7 | send_zamok: 8 | CP --exclude=.git ./ ${Szam}publis/badges.git/ 9 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Lilian Besson (Naereen), https://github.com/Naereen 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # List of Badges, in Markdown 2 | A list of badges, with their Markdown code, that can be included in a `README.md` file for a GitHub or Bitbucket project. 3 | 4 | > The same file for [reStructuredText](http://docutils.sourceforge.net/rst.html) code is available here: [README.rst](README.rst). 5 | 6 |
7 | Table of content 8 | 9 | ## Table of content 10 | * [List of Badges, in Markdown](#list-of-badges-in-markdown) 11 | * [Generic](#generic) 12 | * [Useful](#useful) 13 | * [Maintained?](#maintained) 14 | * [Website up/down](#website-updown) 15 | * [Feedback](#feedback) 16 | * ["Ask me anything" in English](#ask-me-anything-in-english) 17 | * ["Demandez moi n'importe quoi" in French](#demandez-moi-nimporte-quoi-in-french) 18 | * [Python related](#python-related) 19 | * [Go related](#go-related) 20 | * [Markdown related](#markdown-related) 21 | * [LaTeX related](#latex-related) 22 | * [PyPI downloads](#pypi-downloads) 23 | * [PyPI version](#pypi-version) 24 | * [PyPI license](#pypi-license) 25 | * [PyPI format](#pypi-format) 26 | * [PyPI python versions](#pypi-python-versions) 27 | * [PyPI implementation](#pypi-implementation) 28 | * [PyPI status](#pypi-status) 29 | * [GNU Bash related](#gnu-bash-related) 30 | * [Microsoft Visual Studio Code related](#microsoft-visual-studio-code-related) 31 | * [Read the Docs status](#read-the-docs-status) 32 | * [GitHub related](#github-related) 33 | * [GitHub license](#github-license) 34 | * [GitHub versions/tags/commits](#github-versionstagscommits) 35 | * [GitHub downloads](#github-downloads) 36 | * [GitHub forks](#github-forks) 37 | * [GitHub stars](#github-stars) 38 | * [GitHub watchers](#github-watchers) 39 | * [GitHub followers](#github-followers) 40 | * [GitHub contributors](#github-contributors) 41 | * [GitHub issues](#github-issues) 42 | * [GitHub pull-requests](#github-pull-requests) 43 | * [GitHub Make a Pull Requests](#github-make-a-pull-requests) 44 | * [GitHub file size](#github-file-size) 45 | * [GitHub version](#github-version) 46 | * [GitHub hits](#github-hits) 47 | * [Bitbucket related](#bitbucket-related) 48 | * [Bitbucket issues](#bitbucket-issues) 49 | * [Bitbucket Watchers](#bitbucket-watchers) 50 | * [Bitbucket Fork](#bitbucket-fork) 51 | * [Bitbucket Follow](#bitbucket-follow) 52 | * [PackageControl related](#packagecontrol-related) 53 | * [Google Analytics](#google-analytics) 54 | * [Licenses](#licenses) 55 | * [MIT License](#mit-license) 56 | * [GPLv3 License](#gplv3-license) 57 | * [Creative Commons Licenses](#creative-commons-licenses) 58 | * [Open-Source](#open-source) 59 | * [Meta badges ?!](#meta-badges-) 60 | * [DOI and Zenody](#doi-and-zenodo) 61 | * [Say thanks](#say-thanks) 62 | * [Random](#random) 63 | * [Ages 20-30...](#ages-20-30) 64 | * [Built by...](#built-by) 65 | * [Twitting](#twitting) 66 | * [Built with...](#built-with) 67 | * [Uses...](#uses) 68 | * [Fun](#fun) 69 | * [References ? :notebook:](#references--notebook) 70 | * [TODO :boom: ?](#todo-boom-) 71 | * [Issues :sweat_drops:](#issues-sweat_drops) 72 | * [Possible TODO? :light_rail:](#possible-todo-light_rail) 73 | * [License ? :scroll:](#license--scroll-) 74 | 75 |
76 | 77 | ---- 78 | 79 | ## Generic 80 | [![Generic badge](https://img.shields.io/badge/--.svg)](https://shields.io/) 81 | ```markdown 82 | [![Generic badge](https://img.shields.io/badge/--.svg)](https://shields.io/) 83 | ``` 84 | 85 | ---- 86 | 87 | ## Useful 88 | ### Maintained? 89 | Maintained: [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) 90 | ```markdown 91 | [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) 92 | ``` 93 | 94 | Not maintained: [![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://bitbucket.org/lbesson/ansi-colors) 95 | ```markdown 96 | [![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://bitbucket.org/lbesson/ansi-colors) 97 | ``` 98 | 99 | Worse: [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) 100 | ``` 101 | [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) 102 | ``` 103 | 104 | ### [Website up/down](http://isup.me/) 105 | [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://shields.io/) 106 | ```markdown 107 | [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://shields.io/) 108 | ``` 109 | 110 | [![Website monip.org](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)](http://monip.org/) 111 | ```markdown 112 | [![Website monip.org](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)](http://monip.org/) 113 | ``` 114 | 115 | [![Website perso.crans.org](https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg)](http://perso.crans.org/) 116 | ```markdown 117 | [![Website perso.crans.org](https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg)](http://perso.crans.org/) 118 | ``` 119 | 120 | [![Website naereen.github.io](https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg)](https://naereen.github.io/) 121 | ```markdown 122 | [![Website naereen.github.io](https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg)](https://naereen.github.io/) 123 | ``` 124 | 125 | [![Website lbesson.bitbucket.org](https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg)](http://lbesson.bitbucket.org/) 126 | ```markdown 127 | [![Website lbesson.bitbucket.org](https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg)](http://lbesson.bitbucket.org/) 128 | ``` 129 | 130 | [![Website cv.lbesson.qc.to](https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg)](http://cv.lbesson.qc.to/) 131 | ```markdown 132 | [![Website cv.lbesson.qc.to](https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg)](http://cv.lbesson.qc.to/) 133 | ``` 134 | 135 | [![Website myfakewebsitethatshouldnotexist.at.least.i.hope](https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg)](http://myfakewebsitethatshouldnotexist.at.least.i.hope/) 136 | ```markdown 137 | [![Website myfakewebsitethatshouldnotexist.at.least.i.hope](https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg)](http://myfakewebsitethatshouldnotexist.at.least.i.hope/) 138 | ``` 139 | 140 | ---- 141 | 142 | ## Feedback 143 | ### *"Ask me anything"* in English 144 | [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama) 145 | ```markdown 146 | [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama) 147 | ``` 148 | 149 | ### *"Demandez moi n'importe quoi"* in French 150 | [![Demandez moi n'importe quoi !](https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg)](https://GitHub.com/Naereen/ama.fr) 151 | ```markdown 152 | [![Demandez moi n'importe quoi !](https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg)](https://GitHub.com/Naereen/ama.fr) 153 | ``` 154 | 155 | ---- 156 | 157 | ## [Python](https://www.python.org/) related 158 | [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) 159 | ```markdown 160 | [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) 161 | ``` 162 | 163 | [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) 164 | ```markdown 165 | [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) 166 | ``` 167 | 168 | [![made-with-sphinx-doc](https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/) 169 | ```markdown 170 | [![made-with-sphinx-doc](https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/) 171 | ``` 172 | 173 | ---- 174 | 175 | ## [Go](http://golang.org) related 176 | 177 | [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) 178 | ```markdown 179 | [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) 180 | ``` 181 | 182 | GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`): 183 | [![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) 184 | ```markdown 185 | [![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) 186 | ``` 187 | 188 | GoDoc reference (`godoc.org/:user/go/:repo`): 189 | [![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2) 190 | ```markdown 191 | [![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2) 192 | ``` 193 | 194 | [GoReportCard](https://goreportcard.com/) (`goreportcard.com/badge/github.com/:user/:repo`): 195 | [![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos) 196 | ```markdown 197 | [![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos) 198 | ``` 199 | 200 | ---- 201 | 202 | ## [Markdown](http://commonmark.org) related 203 | 204 | [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) 205 | ```markdown 206 | [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) 207 | ``` 208 | 209 | [![made-with-StrapDown.js](https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg)](https://GitHub.com/Naereen/StrapDown.js/) 210 | ```markdown 211 | [![made-with-StrapDown.js](https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg)](https://GitHub.com/Naereen/StrapDown.js/) 212 | ``` 213 | 214 | ---- 215 | 216 | ## [LaTeX](https://www.latex-project.org/) related 217 | 218 | [![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) 219 | ```markdown 220 | [![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) 221 | ``` 222 | 223 | [![made-with-mathjax](https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg)](https://www.mathjax.org/) 224 | ```markdown 225 | [![made-with-mathjax](https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg)](https://www.mathjax.org/) 226 | ``` 227 | 228 | ---- 229 | 230 | ### [PyPI](https://pypi.python.org/) downloads 231 | [![PyPI download total](https://img.shields.io/pypi/dt/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 232 | ```markdown 233 | [![PyPI download total](https://img.shields.io/pypi/dt/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 234 | ``` 235 | 236 | [![PyPI download month](https://img.shields.io/pypi/dm/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 237 | ```markdown 238 | [![PyPI download month](https://img.shields.io/pypi/dm/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 239 | ``` 240 | 241 | [![PyPI download week](https://img.shields.io/pypi/dw/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 242 | ```markdown 243 | [![PyPI download week](https://img.shields.io/pypi/dw/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 244 | ``` 245 | 246 | [![PyPI download day](https://img.shields.io/pypi/dd/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 247 | ```markdown 248 | [![PyPI download day](https://img.shields.io/pypi/dd/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 249 | ``` 250 | 251 | ### [PyPI](https://pypi.python.org/) version 252 | [![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 253 | ```markdown 254 | [![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 255 | ``` 256 | 257 | [![PyPI version shields.io](https://img.shields.io/pypi/v/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 258 | ```markdown 259 | [![PyPI version shields.io](https://img.shields.io/pypi/v/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 260 | ``` 261 | 262 | ### [PyPI](https://pypi.python.org/) license 263 | [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 264 | ```markdown 265 | [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 266 | ``` 267 | 268 | ### [PyPI](https://pypi.python.org/) format 269 | [![PyPI format](https://img.shields.io/pypi/format/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 270 | ```markdown 271 | [![PyPI format](https://img.shields.io/pypi/format/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 272 | ``` 273 | 274 | ### [PyPI](https://pypi.python.org/) python versions 275 | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 276 | ```markdown 277 | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 278 | ``` 279 | 280 | ### [PyPI](https://pypi.python.org/) implementation 281 | [![PyPI implementation](https://img.shields.io/pypi/implementation/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 282 | ```markdown 283 | [![PyPI implementation](https://img.shields.io/pypi/implementation/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 284 | ``` 285 | 286 | ### [PyPI](https://pypi.python.org/) status 287 | [![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 288 | ```markdown 289 | [![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) 290 | ``` 291 | 292 | ---- 293 | 294 | ## [GNU Bash](https://www.gnu.org/software/bash/) related 295 | 296 | [![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 297 | ```markdown 298 | [![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 299 | ``` 300 | 301 | [![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) 302 | ```markdown 303 | [![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) 304 | ``` 305 | 306 | ---- 307 | 308 | ## [Microsoft Visual Studio Code](https://marketplace.visualstudio.com/) related 309 | 310 | [![Badge for version for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 311 | ```markdown 312 | [![Badge for version for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 313 | ``` 314 | 315 | [![Badge for installs for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 316 | ```markdown 317 | [![Badge for installs for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 318 | ``` 319 | 320 | [![Badge for rating for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 321 | ```markdown 322 | [![Badge for rating for Visual Studio Code extension naereen.makefiles-support-for-vscode](https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode) 323 | ``` 324 | 325 | [![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/) 326 | ```markdown 327 | [![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/) 328 | ``` 329 | 330 | ---- 331 | 332 | ## [Read the Docs](https://readthedocs.org/) status 333 | [![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) 334 | ```markdown 335 | [![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) 336 | ``` 337 | 338 | ---- 339 | 340 | ## GitHub related 341 | ### GitHub license 342 | [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) 343 | ```markdown 344 | [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) 345 | ``` 346 | 347 | ### GitHub versions/tags/commits 348 | [![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 349 | ```markdown 350 | [![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 351 | ``` 352 | 353 | [![GitHub tag](https://img.shields.io/github/tag/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/tags/) 354 | ```markdown 355 | [![GitHub tag](https://img.shields.io/github/tag/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/tags/) 356 | ``` 357 | 358 | [![GitHub commits](https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg)](https://GitHub.com/Naereen/StrapDown.js/commit/) 359 | ```markdown 360 | [![GitHub commits](https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg)](https://GitHub.com/Naereen/StrapDown.js/commit/) 361 | ``` 362 | 363 | ### GitHub downloads 364 | [![Github all releases](https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 365 | ```markdown 366 | [![Github all releases](https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 367 | ``` 368 | 369 | [![Github releases (by release)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 370 | ```markdown 371 | [![Github releases (by release)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 372 | ``` 373 | 374 | [![Github releases (by Release)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 375 | ```markdown 376 | [![Github Releases (by Release)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 377 | ``` 378 | 379 | [![Github releases (by asset)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://GitHub.com/Naereen/StrapDown.js/releases/) 380 | ```markdown 381 | [![Github releases (by asset)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://GitHub.com/Naereen/StrapDown.js/releases/) 382 | ``` 383 | 384 | ### GitHub forks 385 | [![GitHub forks](https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/network/) 386 | ```markdown 387 | [![GitHub forks](https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/network/) 388 | ``` 389 | 390 | ### GitHub stars 391 | [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/stargazers/) 392 | ```markdown 393 | [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/stargazers/) 394 | ``` 395 | 396 | ### GitHub watchers 397 | [![GitHub watchers](https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/watchers/) 398 | ```markdown 399 | [![GitHub watchers](https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/Naereen/StrapDown.js/watchers/) 400 | ``` 401 | 402 | ### GitHub followers 403 | [![GitHub followers](https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/Naereen?tab=followers) 404 | ```markdown 405 | [![GitHub followers](https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/Naereen?tab=followers) 406 | ``` 407 | 408 | ### GitHub contributors 409 | [![GitHub contributors](https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/) 410 | ```markdown 411 | [![GitHub contributors](https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/) 412 | ``` 413 | 414 | ### GitHub issues 415 | [![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/issues/) 416 | ```markdown 417 | [![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/issues/) 418 | ``` 419 | 420 | [![GitHub issues-closed](https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed) 421 | ```markdown 422 | [![GitHub issues-closed](https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed) 423 | ``` 424 | 425 | From [isitmaintained.com](http://isitmaintained.com): 426 | 427 | [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/Naereen/badges.svg)](http://isitmaintained.com/project/Naereen/badges "Average time to resolve an issue") 428 | ```markdown 429 | [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/Naereen/badges.svg)](http://isitmaintained.com/project/Naereen/badges "Average time to resolve an issue") 430 | ``` 431 | 432 | [![Percentage of issues still open](http://isitmaintained.com/badge/open/Naereen/badges.svg)](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open") 433 | ```markdown 434 | [![Percentage of issues still open](http://isitmaintained.com/badge/open/Naereen/badges.svg)](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open") 435 | ``` 436 | 437 | ### GitHub Pull Requests 438 | [![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/) 439 | ```markdown 440 | [![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/) 441 | ``` 442 | 443 | [![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/) 444 | ```markdown 445 | [![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/) 446 | ``` 447 | 448 | ### GitHub Make a Pull Requests 449 | [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) 450 | ```markdown 451 | [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) 452 | ``` 453 | 454 | ### GitHub file size 455 | [![Only 32 Kb](https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js)](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js) 456 | ```markdown 457 | [![Only 32 Kb](https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js)](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js) 458 | ``` 459 | 460 | ### GitHub version 461 | [![GitHub version](https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg)](https://github.com/Naereen/StrapDown.js) 462 | ```markdown 463 | [![GitHub version](https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg)](https://github.com/Naereen/StrapDown.js) 464 | ``` 465 | 466 | ### GitHub hits 467 | [![HitCount](http://hits.dwyl.io/Naereen/badges.svg)](http://hits.dwyl.io/Naereen/badges) 468 | ```markdown 469 | [![HitCount](http://hits.dwyl.io/Naereen/badges.svg)](http://hits.dwyl.io/Naereen/badges) 470 | ``` 471 | 472 | ---- 473 | 474 | ## Bitbucket related 475 | ### Bitbucket issues 476 | [![Bitbucket issues](https://img.shields.io/bitbucket/issues/lbesson/bin.svg)](https://Bitbucket.org/lbesson/bin/issues/) 477 | ```markdown 478 | [![Bitbucket issues](https://img.shields.io/bitbucket/issues/lbesson/bin.svg)](https://Bitbucket.org/lbesson/bin/issues/) 479 | ``` 480 | 481 | ### Bitbucket Watchers 482 | 483 | 484 | ### Bitbucket Fork 485 | 486 | 487 | ### Bitbucket Follow 488 | 489 | 490 | ---- 491 | 492 | ## [PackageControl](https://packagecontrol.io/) related 493 | [![Package Control total downloads](https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 494 | ```markdown 495 | [![Package Control total downloads](https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 496 | ``` 497 | 498 | [![Package Control month downloads](https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 499 | ```markdown 500 | [![Package Control month downloads](https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 501 | ``` 502 | 503 | [![Package Control week downloads](https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 504 | ```markdown 505 | [![Package Control week downloads](https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 506 | ``` 507 | 508 | [![Package Control day downloads](https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 509 | ```markdown 510 | [![Package Control day downloads](https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg)](https://packagecontrol.io/packages/SwitchDictionary) 511 | ``` 512 | 513 | ---- 514 | 515 | ## [Google Analytics](https://analytics.google.com/) 516 | > **Warning**: don't forget to change your Google Analytics code, from `UA-XXXXXXXX-XX` to yours! 517 | 518 | [![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel)](https://GitHub.com/Naereen/badges/) 519 | ```markdown 520 | [![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel)](https://GitHub.com/Naereen/badges/) 521 | ``` 522 | 523 | [![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md)](https://GitHub.com/Naereen/badges/) 524 | ```markdown 525 | [![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md)](https://GitHub.com/Naereen/badges/) 526 | ``` 527 | 528 | ## Licenses 529 | ### MIT License 530 | [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) 531 | ```markdown 532 | [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) 533 | ``` 534 | 535 | ### GPLv3 License 536 | [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) 537 | ```markdown 538 | [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) 539 | ``` 540 | 541 | [![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) 542 | ```markdown 543 | [![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) 544 | ``` 545 | 546 | ### [Creative Commons Licenses](https://creativecommons.org/licenses/) 547 | 548 | [![CC-0 license](https://img.shields.io/badge/License-CC--0-blue.svg)](https://creativecommons.org/licenses/by-nd/4.0) 549 | ```markdown 550 | [![CC-0 license](https://img.shields.io/badge/License-CC--0-blue.svg)](https://creativecommons.org/licenses/by-nd/4.0) 551 | ``` 552 | 553 | [![forthebadge cc-0](http://ForTheBadge.com/images/badges/cc-0.svg)](http://ForTheBadge.com) 554 | ```markdown 555 | [![forthebadge cc-0](http://ForTheBadge.com/images/badges/cc-0.svg)](http://ForTheBadge.com) 556 | ``` 557 | 558 | [![licensebuttons by-nd](https://licensebuttons.net/l/by-nd/3.0/88x31.png)](https://creativecommons.org/licenses/by-nd/4.0) 559 | ```markdown 560 | [![licensebuttons by-nd](https://licensebuttons.net/l/by-nd/3.0/88x31.png)](https://creativecommons.org/licenses/by-nd/4.0) 561 | ``` 562 | [![forthebadge cc-by-nd](http://ForTheBadge.com/images/badges/cc-by-nd.svg)](https://creativecommons.org/licenses/by-nd/4.0) 563 | ```markdown 564 | [![forthebadge cc-by-nd](http://ForTheBadge.com/images/badges/cc-by-nd.svg)](https://creativecommons.org/licenses/by-nd/4.0) 565 | ``` 566 | 567 | [![licensebuttons by](https://licensebuttons.net/l/by/3.0/88x31.png)](https://creativecommons.org/licenses/by/4.0) 568 | ```markdown 569 | [![licensebuttons by](https://licensebuttons.net/l/by/3.0/88x31.png)](https://creativecommons.org/licenses/by/4.0) 570 | ``` 571 | [![forthebadge cc-by](http://ForTheBadge.com/images/badges/cc-by.svg)](https://creativecommons.org/licenses/by/4.0) 572 | ```markdown 573 | [![forthebadge cc-by](http://ForTheBadge.com/images/badges/cc-by.svg)](https://creativecommons.org/licenses/by/4.0) 574 | ``` 575 | 576 | [![licensebuttons by-nc-sa](https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0) 577 | ```markdown 578 | [![licensebuttons by-nc-sa](https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0) 579 | ``` 580 | [![forthebadge cc-nc-sa](http://ForTheBadge.com/images/badges/cc-nc-sa.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0) 581 | ```markdown 582 | [![forthebadge cc-nc-sa](http://ForTheBadge.com/images/badges/cc-nc-sa.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0) 583 | ``` 584 | 585 | [![licensebuttons by-nc](https://licensebuttons.net/l/by-nc/3.0/88x31.png)](https://creativecommons.org/licenses/by-nc/4.0) 586 | ```markdown 587 | [![licensebuttons by-nc](https://licensebuttons.net/l/by-nc/3.0/88x31.png)](https://creativecommons.org/licenses/by-nc/4.0) 588 | ``` 589 | [![forthebadge cc-nc](http://ForTheBadge.com/images/badges/cc-nc.svg)](https://creativecommons.org/licenses/by-nc/4.0) 590 | ```markdown 591 | [![forthebadge cc-nc](http://ForTheBadge.com/images/badges/cc-nc.svg)](https://creativecommons.org/licenses/by-nc/4.0) 592 | ``` 593 | 594 | [![licensebuttons by-sa](https://licensebuttons.net/l/by-sa/3.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0) 595 | ```markdown 596 | [![licensebuttons by-sa](https://licensebuttons.net/l/by-sa/3.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0) 597 | ``` 598 | [![forthebadge cc-sa](http://ForTheBadge.com/images/badges/cc-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0) 599 | ```markdown 600 | [![forthebadge cc-sa](http://ForTheBadge.com/images/badges/cc-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0) 601 | ``` 602 | 603 | ---- 604 | 605 | ## Open-Source 606 | Version 1, in SVG: 607 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 608 | ```markdown 609 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 610 | ``` 611 | 612 | Version 1, in PNG: 613 | [![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 614 | ```markdown 615 | [![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 616 | ``` 617 | 618 | Version 2, in SVG: 619 | [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 620 | ```markdown 621 | [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 622 | ``` 623 | 624 | Version 2, in PNG: 625 | [![Open Source Love png2](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 626 | ```markdown 627 | [![Open Source Love png2](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 628 | ``` 629 | 630 | Version 3, in SVG: 631 | [![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 632 | ```markdown 633 | [![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 634 | ``` 635 | 636 | Version 3, in PNG: 637 | [![Open Source Love png3](https://badges.frapsoft.com/os/v3/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 638 | ```markdown 639 | [![Open Source Love png3](https://badges.frapsoft.com/os/v3/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) 640 | ``` 641 | 642 | Open Source? Yes! 643 | [![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/) 644 | ```markdown 645 | [![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/) 646 | ``` 647 | 648 | ---- 649 | 650 | ## Meta badges ?! 651 | This is a badge to show that you like to put badges on your README: 652 | 653 | [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges) 654 | ```markdown 655 | [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges) 656 | ``` 657 | 658 | 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"*: 659 | 660 | [![BADGINATOR](https://badginator.herokuapp.com/Naereen/badges.svg)](https://github.com/defunctzombie/badginator) 661 | ```markdown 662 | [![BADGINATOR](https://badginator.herokuapp.com/Naereen/badges.svg)](https://github.com/defunctzombie/badginator) 663 | ``` 664 | 665 | ---- 666 | 667 | ## DOI and Zenodo 668 | This is a badge to link to a [DOI](https://doi.org/): 669 | 670 | [![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg)](https://doi.org/10.1007/978-3-319-76207-4_15) 671 | ```markdown 672 | [![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg)](https://doi.org/10.1007/978-3-319-76207-4_15) 673 | ``` 674 | 675 | ---- 676 | 677 | ## Discord 678 | Discord Badges 679 | 680 | 681 | [![Discord](https://img.shields.io/discord/591914197219016707.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/vpEv3HJ) 682 | ```markdown 683 | [![Discord](https://img.shields.io/discord/591914197219016707.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/vpEv3HJ) 684 | ``` 685 | [![Support Server](https://img.shields.io/discord/591914197219016707.svg?color=7289da&label=TestingMeme&logo=discord&style=flat-square)](https://discord.gg/vpEv3HJ) 686 | ```markdown 687 | [![Support Server](https://img.shields.io/discord/591914197219016707.svg?color=7289da&label=TestingMeme&logo=discord&style=flat-square)](https://discord.gg/vpEv3HJ) 688 | ``` 689 | [![Support Server](https://img.shields.io/discord/591914197219016707.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/vpEv3HJ) 690 | ```markdown 691 | [![Support Server](https://img.shields.io/discord/591914197219016707.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/vpEv3HJ) 692 | ``` 693 | 694 | ---- 695 | 696 | ## Jetbrains 697 | Jetbrains Badges 698 | 699 | 700 | [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) 701 | ```markdown 702 | [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) 703 | ``` 704 | 705 | [![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/v/9630-a8translate.svg)](https://plugins.jetbrains.com/) 706 | ```markdown 707 | [![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/v/9630-a8translate.svg)](https://plugins.jetbrains.com/) 708 | ``` 709 | 710 | ---- 711 | 712 | ## [Say thanks](https://github.com/kennethreitz/saythanks.io/) 713 | A nice badge to give a link to [saythanks.io/to/kennethreitz](https://saythanks.io/to/kennethreitz) (for example). 714 | 715 | [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/kennethreitz) 716 | ```markdown 717 | [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/kennethreitz) 718 | ``` 719 | 720 | ---- 721 | 722 | ## Random 723 | ### Ages 20-30... 724 | [![ForTheBadge 20-30](http://ForTheBadge.com/images/badges/ages-20-30.svg)](http://ForTheBadge.com) 725 | ```markdown 726 | [![ForTheBadge 20-30](http://ForTheBadge.com/images/badges/ages-20-30.svg)](http://ForTheBadge.com) 727 | ``` 728 | ### Twitting 729 | ![Tweeting](https://img.shields.io/twitter/url/http/shields.io.svg?style=social) 730 | ```markdown 731 | ![Tweeting](https://img.shields.io/twitter/url/http/shields.io.svg?style=social) 732 | ``` 733 | 734 | ### Built by... 735 | [![ForTheBadge built-by-developers](http://ForTheBadge.com/images/badges/built-by-developers.svg)](https://GitHub.com/Naereen/) 736 | ```markdown 737 | [![ForTheBadge built-by-developers](http://ForTheBadge.com/images/badges/built-by-developers.svg)](https://GitHub.com/Naereen/) 738 | ``` 739 | 740 | ### Built with... 741 | [![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/Naereen/) 742 | ```markdown 743 | [![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/Naereen/) 744 | ``` 745 | 746 | [![ForTheBadge built-with-science](http://ForTheBadge.com/images/badges/built-with-science.svg)](https://GitHub.com/Naereen/) 747 | ```markdown 748 | [![ForTheBadge built-with-science](http://ForTheBadge.com/images/badges/built-with-science.svg)](https://GitHub.com/Naereen/) 749 | ``` 750 | 751 | [![ForTheBadge built-with-swag](http://ForTheBadge.com/images/badges/built-with-swag.svg)](https://GitHub.com/Naereen/) 752 | ```markdown 753 | [![ForTheBadge built-with-swag](http://ForTheBadge.com/images/badges/built-with-swag.svg)](https://GitHub.com/Naereen/) 754 | ``` 755 | 756 | ### Uses... 757 | [![ForTheBadge uses-badges](http://ForTheBadge.com/images/badges/uses-badges.svg)](http://ForTheBadge.com) 758 | ```markdown 759 | [![ForTheBadge uses-badges](http://ForTheBadge.com/images/badges/uses-badges.svg)](http://ForTheBadge.com) 760 | ``` 761 | 762 | [![ForTheBadge uses-git](http://ForTheBadge.com/images/badges/uses-git.svg)](https://GitHub.com/) 763 | ```markdown 764 | [![ForTheBadge uses-git](http://ForTheBadge.com/images/badges/uses-git.svg)](https://GitHub.com/) 765 | ``` 766 | 767 | [![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) 768 | ```markdown 769 | [![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com) 770 | ``` 771 | 772 | [![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) 773 | ```markdown 774 | [![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com) 775 | ``` 776 | 777 | [![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](http://ForTheBadge.com) 778 | ```markdown 779 | [![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](http://ForTheBadge.com) 780 | ``` 781 | 782 | ### Fun 783 | [![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](http://ForTheBadge.com) 784 | ```markdown 785 | [![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](http://ForTheBadge.com) 786 | ``` 787 | 788 | [![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com) 789 | ```markdown 790 | [![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com) 791 | ``` 792 | 793 | [![ForTheBadge winter-is-coming](http://ForTheBadge.com/images/badges/winter-is-coming.svg)](http://ForTheBadge.com) 794 | ```markdown 795 | [![ForTheBadge winter-is-coming](http://ForTheBadge.com/images/badges/winter-is-coming.svg)](http://ForTheBadge.com) 796 | ``` 797 | 798 | ---- 799 | 800 | ## References ? :notebook: 801 | - The powerful [Shields.io](https://shields.io) API and website :rocket: 802 | - The nice [LicenseButtons.net](https://licensebuttons.net/) website for licence badges :scroll: 803 | - This repo [open-source-badges](https://github.com/ellerbrock/open-source-badges/) by [@ellerbrock](https://github.com/ellerbrock), for open-source badges :books: 804 | - This small repo [awesome-badges](https://github.com/bevacqua/awesome-badges) by [@bevacqua](https://github.com/bevacqua/), for awesome and meta badges :curly_loop: 805 | - And of course, the magical [ForTheBadge.com](http://ForTheBadge.com/) website for random badges :sparkles: 806 | 807 | ## TODO :boom: ? 808 | - [X] Finish this list 809 | - [X] Update link for the *real resource* that should get linked to 810 | - [X] Update all my README.md to add nice badges 811 | 812 | ## Issues :sweat_drops: 813 | - [ ] Smaller size (badge size) for some [ForTheBadge.com](http://ForTheBadge.com) badges? (with-science, winter-is-coming, made-with-python, all the creative-commons) 814 | 815 | ## Possible TODO? :light_rail: 816 | - [ ] Download here a copy of every png/svg file, *only* for the static badges 817 | - [ ] Host the badges in this repo, and not on an external web service ? 818 | 819 | ## License ? :scroll: [![GitHub license](https://img.shields.io/github/license/Naereen/badges.svg)](https://github.com/Naereen/badges/blob/master/LICENSE) 820 | [MIT Licensed](https://lbesson.mit-license.org/) (file [LICENSE](LICENSE)). 821 | © [Lilian Besson](https://GitHub.com/Naereen), 2016-18. 822 | 823 | [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges) 824 | [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/badges/graphs/commit-activity) 825 | [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama) 826 | [![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel)](https://GitHub.com/Naereen/badges/) 827 | [![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 828 | 829 | [![ForTheBadge built-with-swag](http://ForTheBadge.com/images/badges/built-with-swag.svg)](https://GitHub.com/Naereen/) 830 | 831 | [![ForTheBadge uses-badges](http://ForTheBadge.com/images/badges/uses-badges.svg)](http://ForTheBadge.com) 832 | [![ForTheBadge uses-git](http://ForTheBadge.com/images/badges/uses-git.svg)](https://GitHub.com/) 833 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | List of Badges, in reStructuredText 2 | =================================== 3 | 4 | A list of badges, with their `reStructuredText `__ 5 | code, that can be included in a ``README.rst`` file for a GitHub or Bitbucket project. 6 | 7 | The same file for `Markdown `__ code 8 | is available here: `README.md `__. 9 | 10 | -------------- 11 | 12 | Generic 13 | ------- 14 | 15 | |Generic badge| 16 | 17 | .. code:: rst 18 | 19 | |Generic badge| 20 | 21 | .. |Generic badge| image:: https://img.shields.io/badge/--.svg 22 | :target: 23 | 24 | -------------- 25 | 26 | Useful 27 | ------ 28 | 29 | Maintained? 30 | ~~~~~~~~~~~ 31 | 32 | Maintained: |Maintenance yes| 33 | 34 | .. code:: rst 35 | 36 | |Maintenance yes| 37 | 38 | .. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg 39 | :target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity 40 | 41 | Not maintained: |Maintenance no| 42 | 43 | .. code:: rst 44 | 45 | |Maintenance no| 46 | 47 | .. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg 48 | :target: https://bitbucket.org/lbesson/ansi-colors 49 | 50 | Worse: |Maintenance not intended| 51 | 52 | .. code:: rst 53 | 54 | |Maintenance not intended| 55 | 56 | .. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg 57 | :target: http://unmaintained.tech/ 58 | 59 | `Website up/down `__ 60 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61 | 62 | |Website shields.io| 63 | 64 | .. code:: rst 65 | 66 | |Website shields.io| 67 | 68 | .. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg 69 | :target: http://shields.io/ 70 | 71 | |Website monip.org| 72 | 73 | .. code:: rst 74 | 75 | |Website monip.org| 76 | 77 | .. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg 78 | :target: http://monip.org/ 79 | 80 | |Website perso.crans.org| 81 | 82 | .. code:: rst 83 | 84 | |Website perso.crans.org| 85 | 86 | .. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg 87 | :target: http://perso.crans.org/ 88 | 89 | |Website naereen.github.io| 90 | 91 | .. code:: rst 92 | 93 | |Website naereen.github.io| 94 | 95 | .. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg 96 | :target: https://naereen.github.io/ 97 | 98 | |Website lbesson.bitbucket.org| 99 | 100 | .. code:: rst 101 | 102 | |Website lbesson.bitbucket.org| 103 | 104 | .. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg 105 | :target: http://lbesson.bitbucket.org/ 106 | 107 | |Website cv.lbesson.qc.to| 108 | 109 | .. code:: rst 110 | 111 | |Website cv.lbesson.qc.to| 112 | 113 | .. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg 114 | :target: http://cv.lbesson.qc.to/ 115 | 116 | |Website myfakewebsitethatshouldnotexist.at.least.i.hope| 117 | 118 | .. code:: rst 119 | 120 | |Website myfakewebsitethatshouldnotexist.at.least.i.hope| 121 | 122 | .. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg 123 | :target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/ 124 | 125 | -------------- 126 | 127 | Feedback 128 | -------- 129 | 130 | *"Ask me anything"* in English 131 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 | 133 | |Ask Me Anything !| 134 | 135 | .. code:: rst 136 | 137 | |Ask Me Anything !| 138 | 139 | .. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg 140 | :target: https://GitHub.com/Naereen/ama 141 | 142 | *"Demandez moi n'importe quoi"* in French 143 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 144 | 145 | |Demandez moi n'importe quoi !| 146 | 147 | .. code:: rst 148 | 149 | |Demandez moi n'importe quoi !| 150 | 151 | .. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg 152 | :target: https://GitHub.com/Naereen/ama.fr 153 | 154 | -------------- 155 | 156 | `Python `__ related 157 | -------------------------------------------- 158 | 159 | |forthebadge made-with-python| 160 | 161 | .. code:: rst 162 | 163 | |forthebadge made-with-python| 164 | 165 | .. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg 166 | :target: https://www.python.org/ 167 | 168 | |made-with-python| 169 | 170 | .. code:: rst 171 | 172 | |made-with-python| 173 | 174 | .. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg 175 | :target: https://www.python.org/ 176 | 177 | |made-with-sphinx-doc| 178 | 179 | .. code:: rst 180 | 181 | |made-with-sphinx-doc| 182 | 183 | .. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg 184 | :target: https://www.sphinx-doc.org/ 185 | 186 | -------------- 187 | 188 | `Go `__ related 189 | ---------------------------------- 190 | 191 | |made-with-Go| 192 | 193 | .. code:: markdown 194 | 195 | [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) 196 | 197 | GitHub go.mod Go version (``/github/go-mod/go-version/:user/:repo``): 198 | |GitHub go.mod Go version of a Go module| 199 | 200 | .. code:: markdown 201 | 202 | [![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) 203 | 204 | GoDoc reference (``godoc.org/:user/go/:repo``): |GoDoc reference 205 | example| 206 | 207 | .. code:: markdown 208 | 209 | [![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2) 210 | 211 | `GoReportCard `__ 212 | (``goreportcard.com/badge/github.com/:user/:repo``): |GoReportCard 213 | example| 214 | 215 | .. code:: markdown 216 | 217 | [![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos) 218 | 219 | -------------- 220 | 221 | `Markdown `__ related 222 | -------------------------------------------- 223 | 224 | |made-with-Markdown| 225 | 226 | .. code:: rst 227 | 228 | |made-with-Markdown| 229 | 230 | .. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg 231 | :target: http://commonmark.org 232 | 233 | |made-with-StrapDown.js| 234 | 235 | .. code:: rst 236 | 237 | |made-with-StrapDown.js| 238 | 239 | .. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg 240 | :target: https://GitHub.com/Naereen/StrapDown.js/ 241 | 242 | -------------- 243 | 244 | `LaTeX `__ related 245 | -------------------------------------------------- 246 | 247 | |made-with-latex| 248 | 249 | .. code:: rst 250 | 251 | |made-with-latex| 252 | 253 | .. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg 254 | :target: https://www.latex-project.org/ 255 | 256 | |made-with-mathjax| 257 | 258 | .. code:: rst 259 | 260 | |made-with-mathjax| 261 | 262 | .. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg 263 | :target: https://www.mathjax.org/ 264 | 265 | -------------- 266 | 267 | `PyPI `__ downloads 268 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 269 | 270 | |PyPI download total| 271 | 272 | .. code:: rst 273 | 274 | |PyPI download total| 275 | 276 | .. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg 277 | :target: https://pypi.python.org/pypi/ansicolortags/ 278 | 279 | |PyPI download month| 280 | 281 | .. code:: rst 282 | 283 | |PyPI download month| 284 | 285 | .. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg 286 | :target: https://pypi.python.org/pypi/ansicolortags/ 287 | 288 | |PyPI download week| 289 | 290 | .. code:: rst 291 | 292 | |PyPI download week| 293 | 294 | .. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg 295 | :target: https://pypi.python.org/pypi/ansicolortags/ 296 | 297 | |PyPI download day| 298 | 299 | .. code:: rst 300 | 301 | |PyPI download day| 302 | 303 | .. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg 304 | :target: https://pypi.python.org/pypi/ansicolortags/ 305 | 306 | `PyPI `__ version 307 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 308 | 309 | |PyPI version fury.io| 310 | 311 | .. code:: rst 312 | 313 | |PyPI version fury.io| 314 | 315 | .. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg 316 | :target: https://pypi.python.org/pypi/ansicolortags/ 317 | 318 | |PyPI version shields.io| 319 | 320 | .. code:: rst 321 | 322 | |PyPI version shields.io| 323 | 324 | .. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg 325 | :target: https://pypi.python.org/pypi/ansicolortags/ 326 | 327 | `PyPI `__ license 328 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 329 | 330 | |PyPI license| 331 | 332 | .. code:: rst 333 | 334 | |PyPI license| 335 | 336 | .. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg 337 | :target: https://pypi.python.org/pypi/ansicolortags/ 338 | 339 | `PyPI `__ format 340 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 341 | 342 | |PyPI format| 343 | 344 | .. code:: rst 345 | 346 | |PyPI format| 347 | 348 | .. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg 349 | :target: https://pypi.python.org/pypi/ansicolortags/ 350 | 351 | `PyPI `__ python versions 352 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 353 | 354 | |PyPI pyversions| 355 | 356 | .. code:: rst 357 | 358 | |PyPI pyversions| 359 | 360 | .. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg 361 | :target: https://pypi.python.org/pypi/ansicolortags/ 362 | 363 | `PyPI `__ implementation 364 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | 366 | |PyPI implementation| 367 | 368 | .. code:: rst 369 | 370 | |PyPI implementation| 371 | 372 | .. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg 373 | :target: https://pypi.python.org/pypi/ansicolortags/ 374 | 375 | `PyPI `__ status 376 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 377 | 378 | |PyPI status| 379 | 380 | .. code:: rst 381 | 382 | |PyPI status| 383 | 384 | .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg 385 | :target: https://pypi.python.org/pypi/ansicolortags/ 386 | 387 | -------------- 388 | 389 | `GNU Bash `__ 390 | ------------------------------------------------- 391 | 392 | |Bash Shell| 393 | 394 | .. code:: rst 395 | 396 | |Bash Shell| 397 | 398 | .. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103 399 | :target: https://github.com/ellerbrock/open-source-badges/ 400 | 401 | |made-with-bash| 402 | 403 | .. code:: rst 404 | 405 | |made-with-bash| 406 | 407 | .. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg 408 | :target: https://www.gnu.org/software/bash/ 409 | 410 | -------------- 411 | 412 | `Microsoft Visual Studio Code `__ 413 | ------------------------------------------------------------------------ 414 | 415 | |version-VSCode-extension| 416 | 417 | .. code:: rst 418 | 419 | |version-VSCode-extension| 420 | 421 | .. |version-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg 422 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 423 | 424 | |installs-VSCode-extension| 425 | 426 | .. code:: rst 427 | 428 | |installs-VSCode-extension| 429 | 430 | .. |installs-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg 431 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 432 | 433 | |rating-VSCode-extension| 434 | 435 | .. code:: rst 436 | 437 | |rating-VSCode-extension| 438 | 439 | .. |rating-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg 440 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 441 | 442 | |made-for-VSCode| 443 | 444 | .. code:: rst 445 | 446 | |made-for-VSCode| 447 | 448 | .. |made-for-VSCode| image:: https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg 449 | :target: https://code.visualstudio.com/ 450 | 451 | -------------- 452 | 453 | `Read the Docs `__ status 454 | --------------------------------------------------- 455 | 456 | |Documentation Status| 457 | 458 | .. code:: rst 459 | 460 | |Documentation Status| 461 | 462 | .. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest 463 | :target: http://ansicolortags.readthedocs.io/?badge=latest 464 | 465 | -------------- 466 | 467 | GitHub related 468 | -------------- 469 | 470 | GitHub license 471 | ~~~~~~~~~~~~~~ 472 | 473 | |GitHub license| 474 | 475 | .. code:: rst 476 | 477 | |GitHub license| 478 | 479 | .. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg 480 | :target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE 481 | 482 | GitHub versions/tags/commits 483 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 484 | 485 | |GitHub release| 486 | 487 | .. code:: rst 488 | 489 | |GitHub release| 490 | 491 | .. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg 492 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 493 | 494 | |GitHub tag| 495 | 496 | .. code:: rst 497 | 498 | |GitHub tag| 499 | 500 | .. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg 501 | :target: https://GitHub.com/Naereen/StrapDown.js/tags/ 502 | 503 | |GitHub commits| 504 | 505 | .. code:: rst 506 | 507 | |GitHub commits| 508 | 509 | .. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg 510 | :target: https://GitHub.com/Naereen/StrapDown.js/commit/ 511 | 512 | GitHub downloads 513 | ~~~~~~~~~~~~~~~~ 514 | 515 | |Github all releases| 516 | 517 | .. code:: rst 518 | 519 | |Github all releases| 520 | 521 | .. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg 522 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/) 523 | 524 | |Github releases (by release)| 525 | 526 | .. code:: rst 527 | 528 | [![Github releases (by release](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) 529 | 530 | |Github releases (by Release)| 531 | 532 | .. code:: rst 533 | 534 | |Github Releases (by Release)| 535 | 536 | .. |Github Releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg 537 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/) 538 | 539 | |Github releases (by asset)| 540 | 541 | .. code:: rst 542 | 543 | [![Github releases (by asset](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://GitHub.com/Naereen/StrapDown.js/releases/) 544 | 545 | GitHub forks 546 | ~~~~~~~~~~~~ 547 | 548 | |GitHub forks| 549 | 550 | .. code:: rst 551 | 552 | |GitHub forks| 553 | 554 | .. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000 555 | :target: https://GitHub.com/Naereen/StrapDown.js/network/ 556 | 557 | GitHub stars 558 | ~~~~~~~~~~~~ 559 | 560 | |GitHub stars| 561 | 562 | .. code:: rst 563 | 564 | |GitHub stars| 565 | 566 | .. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000 567 | :target: https://GitHub.com/Naereen/StrapDown.js/stargazers/ 568 | 569 | GitHub watchers 570 | ~~~~~~~~~~~~~~~ 571 | 572 | |GitHub watchers| 573 | 574 | .. code:: rst 575 | 576 | |GitHub watchers| 577 | 578 | .. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000 579 | :target: https://GitHub.com/Naereen/StrapDown.js/watchers/ 580 | 581 | GitHub followers 582 | ~~~~~~~~~~~~~~~~ 583 | 584 | |GitHub followers| 585 | 586 | .. code:: rst 587 | 588 | |GitHub followers| 589 | 590 | .. |GitHub followers| image:: https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000 591 | :target: https://GitHub.com/Naereen?tab=followers 592 | 593 | GitHub contributors 594 | ~~~~~~~~~~~~~~~~~~~ 595 | 596 | |GitHub contributors| 597 | 598 | .. code:: rst 599 | 600 | |GitHub contributors| 601 | 602 | .. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg 603 | :target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/ 604 | 605 | GitHub issues 606 | ~~~~~~~~~~~~~ 607 | 608 | |GitHub issues| 609 | 610 | .. code:: rst 611 | 612 | |GitHub issues| 613 | 614 | .. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg 615 | :target: https://GitHub.com/Naereen/StrapDown.js/issues/ 616 | 617 | |GitHub issues-closed| 618 | 619 | .. code:: rst 620 | 621 | |GitHub issues-closed| 622 | 623 | .. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg 624 | :target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed 625 | 626 | 627 | 628 | From `isitmaintained.com `_: 629 | 630 | |Average time to resolve an issue| 631 | 632 | .. code:: rst 633 | 634 | |Average time to resolve an issue| 635 | 636 | .. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/Naereen/badges.svg 637 | :target: http://isitmaintained.com/project/Naereen/badges 638 | 639 | |Percentage of issues still open| 640 | 641 | .. code:: rst 642 | 643 | |Percentage of issues still open| 644 | 645 | .. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/Naereen/badges.svg 646 | :target: http://isitmaintained.com/project/Naereen/badges 647 | 648 | 649 | GitHub Pull Requests 650 | ~~~~~~~~~~~~~~~~~~~~ 651 | 652 | |GitHub pull-requests| 653 | 654 | .. code:: rst 655 | 656 | |GitHub pull-requests| 657 | 658 | .. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg 659 | :target: https://GitHub.com/Naereen/StrapDown.js/pull/ 660 | 661 | |GitHub pull-requests closed| 662 | 663 | .. code:: rst 664 | 665 | |GitHub pull-requests closed| 666 | 667 | .. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg 668 | :target: https://GitHub.com/Naereen/StrapDown.js/pull/ 669 | 670 | 671 | GitHub Make a Pull Requests 672 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 673 | 674 | |GitHub make-a-pull-requests| 675 | 676 | .. code:: rst 677 | 678 | |GitHub make-a-pull-requests| 679 | 680 | .. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square 681 | :target: http://makeapullrequest.com 682 | 683 | GitHub file size 684 | ~~~~~~~~~~~~~~~~ 685 | 686 | |Only 32 Kb| 687 | 688 | .. code:: rst 689 | 690 | |Only 32 Kb| 691 | 692 | .. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js 693 | :target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js 694 | 695 | GitHub version 696 | ~~~~~~~~~~~~~~ 697 | 698 | |GitHub version| 699 | 700 | .. code:: rst 701 | 702 | |GitHub version| 703 | 704 | .. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg 705 | :target: https://github.com/Naereen/StrapDown.js 706 | 707 | GitHub hits 708 | ~~~~~~~~~~~ 709 | 710 | |HitCount| 711 | 712 | .. code:: rst 713 | 714 | |HitCount| 715 | 716 | .. |HitCount| image:: http://hits.dwyl.io/Naereen/badges.svg 717 | :target: http://hits.dwyl.io/Naereen/badges 718 | 719 | 720 | -------------- 721 | 722 | Bitbucket related 723 | ----------------- 724 | 725 | Bitbucket issues 726 | ~~~~~~~~~~~~~~~~ 727 | 728 | |Bitbucket issues| 729 | 730 | .. code:: rst 731 | 732 | |Bitbucket issues| 733 | 734 | .. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg 735 | :target: https://Bitbucket.org/lbesson/bin/issues/ 736 | 737 | Bitbucket Watchers 738 | ~~~~~~~~~~~~~~~~~~ 739 | 740 | .. raw:: html 741 | 742 | 743 | 744 | .. code:: rst 745 | 746 | .. raw:: html 747 | 748 | 749 | 750 | 751 | Bitbucket Fork 752 | ~~~~~~~~~~~~~~ 753 | 754 | .. raw:: html 755 | 756 | 757 | 758 | .. code:: rst 759 | 760 | .. raw:: html 761 | 762 | 763 | 764 | 765 | Bitbucket Follow 766 | ~~~~~~~~~~~~~~~~ 767 | 768 | .. raw:: html 769 | 770 | 771 | 772 | .. code:: rst 773 | 774 | .. raw:: html 775 | 776 | 777 | 778 | 779 | -------------- 780 | 781 | `PackageControl `__ related 782 | ------------------------------------------------------- 783 | 784 | |Package Control total downloads| 785 | 786 | .. code:: rst 787 | 788 | |Package Control total downloads| 789 | 790 | .. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg 791 | :target: https://packagecontrol.io/packages/SwitchDictionary 792 | 793 | |Package Control month downloads| 794 | 795 | .. code:: rst 796 | 797 | |Package Control month downloads| 798 | 799 | .. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg 800 | :target: https://packagecontrol.io/packages/SwitchDictionary 801 | 802 | |Package Control week downloads| 803 | 804 | .. code:: rst 805 | 806 | |Package Control week downloads| 807 | 808 | .. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg 809 | :target: https://packagecontrol.io/packages/SwitchDictionary 810 | 811 | |Package Control day downloads| 812 | 813 | .. code:: rst 814 | 815 | |Package Control day downloads| 816 | 817 | .. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg 818 | :target: https://packagecontrol.io/packages/SwitchDictionary 819 | 820 | -------------- 821 | 822 | `Google Analytics `__ 823 | ---------------------------------------------------- 824 | 825 | **Warning**: don't forget to change your Google Analytics code, from 826 | ``UA-XXXXXXXX-XX`` to yours! 827 | 828 | |Analytics pixel| 829 | 830 | .. code:: rst 831 | 832 | |Analytics pixel| 833 | 834 | .. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel 835 | :target: https://GitHub.com/Naereen/badges/ 836 | 837 | |Analytics img| 838 | 839 | .. code:: rst 840 | 841 | |Analytics img| 842 | 843 | .. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md 844 | :target: https://GitHub.com/Naereen/badges/ 845 | 846 | Licenses 847 | -------- 848 | 849 | MIT License 850 | ~~~~~~~~~~~ 851 | 852 | |MIT license| 853 | 854 | .. code:: rst 855 | 856 | |MIT license| 857 | 858 | .. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg 859 | :target: https://lbesson.mit-license.org/ 860 | 861 | GPLv3 License 862 | ~~~~~~~~~~~~~ 863 | 864 | |GPLv3 license| 865 | 866 | .. code:: rst 867 | 868 | |GPLv3 license| 869 | 870 | .. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg 871 | :target: http://perso.crans.org/besson/LICENSE.html 872 | 873 | |GPL license| 874 | 875 | .. code:: rst 876 | 877 | |GPL license| 878 | 879 | .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg 880 | :target: http://perso.crans.org/besson/LICENSE.html 881 | 882 | `Creative Commons Licenses `__ 883 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 884 | 885 | |CC-0 license| 886 | 887 | .. code:: rst 888 | 889 | |CC-0 license| 890 | 891 | .. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg 892 | :target: https://creativecommons.org/licenses/by-nd/4.0 893 | 894 | |forthebadge cc-0| 895 | 896 | .. code:: rst 897 | 898 | |forthebadge cc-0| 899 | 900 | .. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg 901 | :target: http://ForTheBadge.com 902 | 903 | |licensebuttons by-nd| 904 | 905 | .. code:: rst 906 | 907 | |licensebuttons by-nd| 908 | 909 | .. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png 910 | :target: https://creativecommons.org/licenses/by-nd/4.0 911 | 912 | |forthebadge cc-by-nd| 913 | 914 | .. code:: rst 915 | 916 | |forthebadge cc-by-nd| 917 | 918 | .. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg 919 | :target: https://creativecommons.org/licenses/by-nd/4.0 920 | 921 | |licensebuttons by| 922 | 923 | .. code:: rst 924 | 925 | |licensebuttons by| 926 | 927 | .. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png 928 | :target: https://creativecommons.org/licenses/by/4.0 929 | 930 | |forthebadge cc-by| 931 | 932 | .. code:: rst 933 | 934 | |forthebadge cc-by| 935 | 936 | .. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg 937 | :target: https://creativecommons.org/licenses/by/4.0 938 | 939 | |licensebuttons by-nc-sa| 940 | 941 | .. code:: rst 942 | 943 | |licensebuttons by-nc-sa| 944 | 945 | .. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png 946 | :target: https://creativecommons.org/licenses/by-nc-sa/4.0 947 | 948 | |forthebadge cc-nc-sa| 949 | 950 | .. code:: rst 951 | 952 | |forthebadge cc-nc-sa| 953 | 954 | .. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg 955 | :target: https://creativecommons.org/licenses/by-nc-sa/4.0 956 | 957 | |licensebuttons by-nc| 958 | 959 | .. code:: rst 960 | 961 | |licensebuttons by-nc| 962 | 963 | .. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png 964 | :target: https://creativecommons.org/licenses/by-nc/4.0 965 | 966 | |forthebadge cc-nc| 967 | 968 | .. code:: rst 969 | 970 | |forthebadge cc-nc| 971 | 972 | .. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg 973 | :target: https://creativecommons.org/licenses/by-nc/4.0 974 | 975 | |licensebuttons by-sa| 976 | 977 | .. code:: rst 978 | 979 | |licensebuttons by-sa| 980 | 981 | .. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png 982 | :target: https://creativecommons.org/licenses/by-sa/4.0 983 | 984 | |forthebadge cc-sa| 985 | 986 | .. code:: rst 987 | 988 | |forthebadge cc-sa| 989 | 990 | .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg 991 | :target: https://creativecommons.org/licenses/by-sa/4.0 992 | 993 | -------------- 994 | 995 | Open-Source 996 | ----------- 997 | 998 | Version 1, in SVG: |Open Source Love svg1| 999 | 1000 | .. code:: rst 1001 | 1002 | |Open Source Love svg1| 1003 | 1004 | .. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103 1005 | :target: https://github.com/ellerbrock/open-source-badges/ 1006 | 1007 | Version 1, in PNG: |Open Source Love png1| 1008 | 1009 | .. code:: rst 1010 | 1011 | |Open Source Love png1| 1012 | 1013 | .. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103 1014 | :target: https://github.com/ellerbrock/open-source-badges/ 1015 | 1016 | Version 2, in SVG: |Open Source Love svg2| 1017 | 1018 | .. code:: rst 1019 | 1020 | |Open Source Love svg2| 1021 | 1022 | .. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103 1023 | :target: https://github.com/ellerbrock/open-source-badges/ 1024 | 1025 | Version 2, in PNG: |Open Source Love png2| 1026 | 1027 | .. code:: rst 1028 | 1029 | |Open Source Love png2| 1030 | 1031 | .. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103 1032 | :target: https://github.com/ellerbrock/open-source-badges/ 1033 | 1034 | Version 3, in SVG: |Open Source Love svg3| 1035 | 1036 | .. code:: rst 1037 | 1038 | |Open Source Love svg3| 1039 | 1040 | .. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103 1041 | :target: https://github.com/ellerbrock/open-source-badges/ 1042 | 1043 | Version 3, in PNG: |Open Source Love png3| 1044 | 1045 | .. code:: rst 1046 | 1047 | |Open Source Love png3| 1048 | 1049 | .. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103 1050 | :target: https://github.com/ellerbrock/open-source-badges/ 1051 | 1052 | Open Source? Yes! |Open Source? Yes!| 1053 | 1054 | .. code:: rst 1055 | 1056 | |Open Source? Yes!| 1057 | 1058 | .. |Open Source? Yes!| image:: https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github 1059 | :target: https://github.com/Naereen/badges/ 1060 | 1061 | 1062 | -------------- 1063 | 1064 | Meta badges ?! 1065 | -------------- 1066 | 1067 | This is a badge to show that you like to put badges on your README: 1068 | 1069 | |Awesome Badges| 1070 | 1071 | .. code:: rst 1072 | 1073 | |Awesome Badges| 1074 | 1075 | .. |Awesome Badges| image:: https://img.shields.io/badge/badges-awesome-green.svg 1076 | :target: https://github.com/Naereen/badges 1077 | 1078 | 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"* : 1079 | 1080 | |BADGINATOR| 1081 | 1082 | .. code:: rst 1083 | 1084 | |BADGINATOR| 1085 | 1086 | .. |BADGINATOR| image:: https://badginator.herokuapp.com/Naereen/badges.svg 1087 | :target: https://github.com/defunctzombie/badginator 1088 | 1089 | ---- 1090 | 1091 | DOI and Zenodo 1092 | -------------- 1093 | 1094 | This is a badge to link to a [DOI](https://doi.org/): 1095 | 1096 | |DOI| 1097 | 1098 | .. code:: rst 1099 | 1100 | |DOI| 1101 | 1102 | .. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg 1103 | :target: https://doi.org/10.1007/978-3-319-76207-4_15 1104 | 1105 | -------------- 1106 | 1107 | `Say thanks `__ 1108 | -------------------------------------------------------------- 1109 | A nice badge to give a link to `saythanks.io/to/kennethreitz `__ (for example). 1110 | 1111 | |say thanks| 1112 | 1113 | .. code:: rst 1114 | 1115 | |say thanks| 1116 | 1117 | .. |say thanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg 1118 | :target: https://saythanks.io/to/kennethreitz 1119 | 1120 | -------------- 1121 | 1122 | Random 1123 | ------ 1124 | 1125 | Ages 20-30... 1126 | ~~~~~~~~~~~~~ 1127 | 1128 | |ForTheBadge 20-30| 1129 | 1130 | .. code:: rst 1131 | 1132 | |ForTheBadge 20-30| 1133 | 1134 | .. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg 1135 | :target: http://ForTheBadge.com 1136 | 1137 | Built by... 1138 | ~~~~~~~~~~~ 1139 | 1140 | |ForTheBadge built-by-developers| 1141 | 1142 | .. code:: rst 1143 | 1144 | |ForTheBadge built-by-developers| 1145 | 1146 | .. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg 1147 | :target: https://GitHub.com/Naereen/ 1148 | 1149 | Built with... 1150 | ~~~~~~~~~~~~~ 1151 | 1152 | |ForTheBadge built-with-love| 1153 | 1154 | .. code:: rst 1155 | 1156 | |ForTheBadge built-with-love| 1157 | 1158 | .. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg 1159 | :target: https://GitHub.com/Naereen/ 1160 | 1161 | |ForTheBadge built-with-science| 1162 | 1163 | .. code:: rst 1164 | 1165 | |ForTheBadge built-with-science| 1166 | 1167 | .. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg 1168 | :target: https://GitHub.com/Naereen/ 1169 | 1170 | |ForTheBadge built-with-swag| 1171 | 1172 | .. code:: rst 1173 | 1174 | |ForTheBadge built-with-swag| 1175 | 1176 | .. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg 1177 | :target: https://GitHub.com/Naereen/ 1178 | 1179 | Uses... 1180 | ~~~~~~~ 1181 | 1182 | |ForTheBadge uses-badges| 1183 | 1184 | .. code:: rst 1185 | 1186 | |ForTheBadge uses-badges| 1187 | 1188 | .. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg 1189 | :target: http://ForTheBadge.com 1190 | 1191 | |ForTheBadge uses-git| 1192 | 1193 | .. code:: rst 1194 | 1195 | |ForTheBadge uses-git| 1196 | 1197 | .. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg 1198 | :target: https://GitHub.com/ 1199 | 1200 | |ForTheBadge uses-html| 1201 | 1202 | .. code:: rst 1203 | 1204 | |ForTheBadge uses-html| 1205 | 1206 | .. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg 1207 | :target: http://ForTheBadge.com 1208 | 1209 | |ForTheBadge uses-css| 1210 | 1211 | .. code:: rst 1212 | 1213 | |ForTheBadge uses-css| 1214 | 1215 | .. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg 1216 | :target: http://ForTheBadge.com 1217 | 1218 | |ForTheBadge uses-js| 1219 | 1220 | .. code:: rst 1221 | 1222 | |ForTheBadge uses-js| 1223 | 1224 | .. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg 1225 | :target: http://ForTheBadge.com 1226 | 1227 | Fun 1228 | ~~~ 1229 | 1230 | |ForTheBadge makes-people-smile| 1231 | 1232 | .. code:: rst 1233 | 1234 | |ForTheBadge makes-people-smile| 1235 | 1236 | .. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg 1237 | :target: http://ForTheBadge.com 1238 | 1239 | |ForTheBadge powered-by-electricity| 1240 | 1241 | .. code:: rst 1242 | 1243 | |ForTheBadge powered-by-electricity| 1244 | 1245 | .. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg 1246 | :target: http://ForTheBadge.com 1247 | 1248 | |ForTheBadge winter-is-coming| 1249 | 1250 | .. code:: rst 1251 | 1252 | |ForTheBadge winter-is-coming| 1253 | 1254 | .. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg 1255 | :target: http://ForTheBadge.com 1256 | 1257 | -------------- 1258 | 1259 | References ? 1260 | ------------ 1261 | 1262 | - `ForTheBadge.com `__ 1263 | - `Shields.io `__ 1264 | - `LicenseButtons.net `__ 1265 | - `open-source-badges `__ 1266 | by [@ellerbrock](https://github.com/ellerbrock) 1267 | 1268 | TODO 1269 | ---- 1270 | 1271 | - [X] Finish this list 1272 | - [X] Update link for the *real resource* that should get linked to 1273 | - [X] Update all my README.md to add nice badges 1274 | 1275 | Issues 1276 | ------ 1277 | 1278 | - [ ] Smaller size (badge size) for some 1279 | `ForTheBadge.com `__ badges? (with-science, 1280 | winter-is-coming, made-with-python, all the creative-commons) 1281 | 1282 | Possible TODO? 1283 | -------------- 1284 | 1285 | - [ ] Download here a copy of every png/svg file, *only* for the static badges 1286 | - [ ] Host the badges in this repo, and not on an external web service ? 1287 | 1288 | License ? |GitHub license badges| 1289 | --------------------------------- 1290 | 1291 | `MIT Licensed `__ (file `LICENSE `__). 1292 | © `Lilian Besson `__, 2016-18. 1293 | 1294 | |Awesome Badges| |Maintenance| |Ask Me Anything !| |Analytics badges| |Open Source Love svg3| 1295 | 1296 | |ForTheBadge built-with-swag| 1297 | 1298 | |ForTheBadge uses-badges| |ForTheBadge uses-git| 1299 | 1300 | .. |Generic badge| image:: https://img.shields.io/badge/%3CSUBJECT%3E-%3CSTATUS%3E-%3CCOLOR%3E.svg 1301 | :target: https://shields.io/ 1302 | .. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg 1303 | :target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity 1304 | .. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg 1305 | :target: https://bitbucket.org/lbesson/ansi-colors 1306 | .. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg 1307 | :target: http://unmaintained.tech/ 1308 | .. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg 1309 | :target: http://shields.io/ 1310 | .. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg 1311 | :target: http://monip.org/ 1312 | .. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg 1313 | :target: http://perso.crans.org/ 1314 | .. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg 1315 | :target: https://naereen.github.io/ 1316 | .. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg 1317 | :target: http://lbesson.bitbucket.org/ 1318 | .. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg 1319 | :target: http://cv.lbesson.qc.to/ 1320 | .. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg 1321 | :target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/ 1322 | .. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg 1323 | :target: https://GitHub.com/Naereen/ama 1324 | .. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg 1325 | :target: https://GitHub.com/Naereen/ama.fr 1326 | .. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg 1327 | :target: https://www.python.org/ 1328 | .. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg 1329 | :target: https://www.python.org/ 1330 | .. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg 1331 | :target: https://www.sphinx-doc.org/ 1332 | .. |made-with-Go| image:: https://img.shields.io/badge/Made%20with-Go-1f425f.svg 1333 | :target: http://golang.org 1334 | .. |GitHub go.mod Go version of a Go module| image:: https://img.shields.io/github/go-mod/go-version/gomods/athens.svg 1335 | :target: https://github.com/gomods/athens 1336 | .. |GoDoc reference example| image:: https://img.shields.io/badge/godoc-reference-blue.svg 1337 | :target: https://godoc.org/nanomsg.org/go/mangos/v2 1338 | .. |GoReportCard example| image:: https://goreportcard.com/badge/github.com/nanomsg/mangos 1339 | :target: https://goreportcard.com/report/github.com/nanomsg/mangos 1340 | .. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg 1341 | :target: http://commonmark.org 1342 | .. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg 1343 | :target: https://GitHub.com/Naereen/StrapDown.js/ 1344 | .. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg 1345 | :target: https://www.latex-project.org/ 1346 | .. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg 1347 | :target: https://www.mathjax.org/ 1348 | .. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg 1349 | :target: https://pypi.python.org/pypi/ansicolortags/ 1350 | .. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg 1351 | :target: https://pypi.python.org/pypi/ansicolortags/ 1352 | .. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg 1353 | :target: https://pypi.python.org/pypi/ansicolortags/ 1354 | .. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg 1355 | :target: https://pypi.python.org/pypi/ansicolortags/ 1356 | .. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg 1357 | :target: https://pypi.python.org/pypi/ansicolortags/ 1358 | .. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg 1359 | :target: https://pypi.python.org/pypi/ansicolortags/ 1360 | .. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg 1361 | :target: https://pypi.python.org/pypi/ansicolortags/ 1362 | .. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg 1363 | :target: https://pypi.python.org/pypi/ansicolortags/ 1364 | .. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg 1365 | :target: https://pypi.python.org/pypi/ansicolortags/ 1366 | .. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg 1367 | :target: https://pypi.python.org/pypi/ansicolortags/ 1368 | .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg 1369 | :target: https://pypi.python.org/pypi/ansicolortags/ 1370 | .. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103 1371 | :target: https://github.com/ellerbrock/open-source-badges/ 1372 | .. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg 1373 | :target: https://www.gnu.org/software/bash/ 1374 | .. |version-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/version/naereen.makefiles-support-for-vscode.svg 1375 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 1376 | .. |installs-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/installs/naereen.makefiles-support-for-vscode.svg 1377 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 1378 | .. |rating-VSCode-extension| image:: https://vsmarketplacebadge.apphb.com/rating/naereen.makefiles-support-for-vscode.svg 1379 | :target: https://marketplace.visualstudio.com/items?itemName=naereen.makefiles-support-for-vscode 1380 | .. |made-for-VSCode| image:: https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg 1381 | :target: https://code.visualstudio.com/ 1382 | .. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest 1383 | :target: http://ansicolortags.readthedocs.io/?badge=latest 1384 | .. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg 1385 | :target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE 1386 | .. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg 1387 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 1388 | .. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg 1389 | :target: https://GitHub.com/Naereen/StrapDown.js/tags/ 1390 | .. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg 1391 | :target: https://GitHub.com/Naereen/StrapDown.js/commit/ 1392 | .. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg 1393 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 1394 | .. |Github releases (by release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg 1395 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 1396 | .. |Github releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg 1397 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 1398 | .. |Github releases (by asset)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js 1399 | :target: https://GitHub.com/Naereen/StrapDown.js/releases/ 1400 | .. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000 1401 | :target: https://GitHub.com/Naereen/StrapDown.js/network/ 1402 | .. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000 1403 | :target: https://GitHub.com/Naereen/StrapDown.js/stargazers/ 1404 | .. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000 1405 | :target: https://GitHub.com/Naereen/StrapDown.js/watchers/ 1406 | .. |GitHub followers| image:: https://img.shields.io/github/followers/Naereen.svg?style=social&label=Follow&maxAge=2592000 1407 | :target: https://GitHub.com/Naereen?tab=followers 1408 | .. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg 1409 | :target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/ 1410 | .. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg 1411 | :target: https://GitHub.com/Naereen/StrapDown.js/issues/ 1412 | .. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg 1413 | :target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed 1414 | .. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/Naereen/badges.svg 1415 | :target: http://isitmaintained.com/project/Naereen/badges 1416 | .. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/Naereen/badges.svg 1417 | :target: http://isitmaintained.com/project/Naereen/badges 1418 | .. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg 1419 | :target: https://GitHub.com/Naereen/StrapDown.js/pull/ 1420 | .. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg 1421 | :target: https://GitHub.com/Naereen/StrapDown.js/pull/ 1422 | .. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square 1423 | :target: http://makeapullrequest.com 1424 | .. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js 1425 | :target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js 1426 | .. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg 1427 | :target: https://github.com/Naereen/StrapDown.js 1428 | .. |HitCount| image:: http://hits.dwyl.io/Naereen/badges.svg 1429 | :target: http://hits.dwyl.io/Naereen/badges 1430 | .. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg 1431 | :target: https://Bitbucket.org/lbesson/bin/issues/ 1432 | .. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg 1433 | :target: https://packagecontrol.io/packages/SwitchDictionary 1434 | .. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg 1435 | :target: https://packagecontrol.io/packages/SwitchDictionary 1436 | .. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg 1437 | :target: https://packagecontrol.io/packages/SwitchDictionary 1438 | .. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg 1439 | :target: https://packagecontrol.io/packages/SwitchDictionary 1440 | .. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel 1441 | :target: https://GitHub.com/Naereen/badges/ 1442 | .. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md 1443 | :target: https://GitHub.com/Naereen/badges/ 1444 | .. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg 1445 | :target: https://lbesson.mit-license.org/ 1446 | .. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg 1447 | :target: http://perso.crans.org/besson/LICENSE.html 1448 | .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg 1449 | :target: http://perso.crans.org/besson/LICENSE.html 1450 | .. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg 1451 | :target: https://creativecommons.org/licenses/by-nd/4.0 1452 | .. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg 1453 | :target: http://ForTheBadge.com 1454 | .. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png 1455 | :target: https://creativecommons.org/licenses/by-nd/4.0 1456 | .. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg 1457 | :target: https://creativecommons.org/licenses/by-nd/4.0 1458 | .. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png 1459 | :target: https://creativecommons.org/licenses/by/4.0 1460 | .. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg 1461 | :target: https://creativecommons.org/licenses/by/4.0 1462 | .. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png 1463 | :target: https://creativecommons.org/licenses/by-nc-sa/4.0 1464 | .. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg 1465 | :target: https://creativecommons.org/licenses/by-nc-sa/4.0 1466 | .. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png 1467 | :target: https://creativecommons.org/licenses/by-nc/4.0 1468 | .. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg 1469 | :target: https://creativecommons.org/licenses/by-nc/4.0 1470 | .. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png 1471 | :target: https://creativecommons.org/licenses/by-sa/4.0 1472 | .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg 1473 | :target: https://creativecommons.org/licenses/by-sa/4.0 1474 | .. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103 1475 | :target: https://github.com/ellerbrock/open-source-badges/ 1476 | .. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103 1477 | :target: https://github.com/ellerbrock/open-source-badges/ 1478 | .. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103 1479 | :target: https://github.com/ellerbrock/open-source-badges/ 1480 | .. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103 1481 | :target: https://github.com/ellerbrock/open-source-badges/ 1482 | .. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103 1483 | :target: https://github.com/ellerbrock/open-source-badges/ 1484 | .. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103 1485 | :target: https://github.com/ellerbrock/open-source-badges/ 1486 | .. |Open Source? Yes!| image:: https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github 1487 | :target: https://github.com/Naereen/badges/ 1488 | .. |Awesome Badges| image:: https://img.shields.io/badge/badges-awesome-green.svg 1489 | :target: https://github.com/Naereen/badges 1490 | .. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg 1491 | :target: https://doi.org/10.1007/978-3-319-76207-4_15 1492 | .. |say thanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg 1493 | :target: https://saythanks.io/to/kennethreitz 1494 | .. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg 1495 | :target: http://ForTheBadge.com 1496 | .. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg 1497 | :target: https://GitHub.com/Naereen/ 1498 | .. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg 1499 | :target: https://GitHub.com/Naereen/ 1500 | .. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg 1501 | :target: https://GitHub.com/Naereen/ 1502 | .. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg 1503 | :target: https://GitHub.com/Naereen/ 1504 | .. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg 1505 | :target: http://ForTheBadge.com 1506 | .. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg 1507 | :target: https://GitHub.com/ 1508 | .. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg 1509 | :target: http://ForTheBadge.com 1510 | .. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg 1511 | :target: http://ForTheBadge.com 1512 | .. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg 1513 | :target: http://ForTheBadge.com 1514 | .. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg 1515 | :target: http://ForTheBadge.com 1516 | .. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg 1517 | :target: http://ForTheBadge.com 1518 | .. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg 1519 | :target: http://ForTheBadge.com 1520 | .. |GitHub license badges| image:: https://img.shields.io/github/license/Naereen/badges.svg 1521 | :target: https://github.com/Naereen/badges/blob/master/LICENSE 1522 | .. |Maintenance| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg 1523 | :target: https://GitHub.com/Naereen/badges/graphs/commit-activity 1524 | .. |Analytics badges| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel 1525 | :target: https://GitHub.com/Naereen/badges/ 1526 | --------------------------------------------------------------------------------