From 5fb1a29b684fbc5de2561dc99485f9b55aef3958 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:40:58 +1200 Subject: [PATCH 01/18] Add Unlicense to TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd8def..07bea6d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md - [Licenses](#licenses) - [MIT License](#mit-license) - [GPLv3 License](#gplv3-license) + - [Unlicense](#unlicense) - [Creative Commons Licenses](#creative-commons-licenses) - [Open-Source](#open-source) - [Meta badges ?!](#meta-badges-) From 523887721c549cc0914d9f1e068915e81a462ad8 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:01:31 +1200 Subject: [PATCH 02/18] Add Simple Icons section --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 76c8104..f808da0 100644 --- a/README.rst +++ b/README.rst @@ -1013,6 +1013,15 @@ Unlicense -------------- +Simple Icons +------------ + +Any `shields.io `_ badge can use a logo image by adding the +``logo`` query parameter to the name of any logo suported by +`Simple Icons `_. + +-------------- + Open-Source ----------- From a0181479334690bd386e801da51073420449a1a3 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:02:07 +1200 Subject: [PATCH 03/18] Add vim simple icons --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index f808da0..fe3dc10 100644 --- a/README.rst +++ b/README.rst @@ -1020,6 +1020,15 @@ Any `shields.io `_ badge can use a logo image by adding the ``logo`` query parameter to the name of any logo suported by `Simple Icons `_. +|simpleicons vim| + +.. code:: rst + + |simpleicons vim| + + .. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim + :target: https://www.vim.org + -------------- Open-Source From a4587c575a8af08499255e68fb8780460547b1bd Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:03:19 +1200 Subject: [PATCH 04/18] Add Simple Icon for OpenBSD --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index fe3dc10..d5f315e 100644 --- a/README.rst +++ b/README.rst @@ -1029,6 +1029,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim :target: https://www.vim.org +|simpleicons openbsd| + +.. code:: rst + + |simpleicons openbsd| + + .. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 + :target: https://www.openbsd.org + -------------- Open-Source From a1584a8cb51e28474195634ccb25f34eadc9135f Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:04:21 +1200 Subject: [PATCH 05/18] Add suckless simple icon --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index d5f315e..8a13a91 100644 --- a/README.rst +++ b/README.rst @@ -1038,6 +1038,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 :target: https://www.openbsd.org +|simpleicons suckless| + +.. code:: rst + + |simpleicons suckless| + + .. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless + :target: https://suckless.org + -------------- Open-Source From bbd40654ca312cfaadbae9dfc553b618372c4d13 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:08:29 +1200 Subject: [PATCH 06/18] Add dwm simple icons --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 8a13a91..fbdfc74 100644 --- a/README.rst +++ b/README.rst @@ -1047,6 +1047,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless :target: https://suckless.org +|simpleicons dwm| + +.. code:: rst + + |simpleicons dwm| + + .. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm + :target: https://dwm.suckless.org + -------------- Open-Source From 4fdc388f108db85eac04ba49bf26d05c89c56d7f Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:08:59 +1200 Subject: [PATCH 07/18] Add git simple icon --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index fbdfc74..746c5ac 100644 --- a/README.rst +++ b/README.rst @@ -1056,6 +1056,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm :target: https://dwm.suckless.org +|simpleicons git| + +.. code:: rst + + |simpleicons git| + + .. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff + :target: http://git-scm.com + -------------- Open-Source From 1aea1aa5700f0dbdf0a8be174a4c385d2ee1e40e Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:09:24 +1200 Subject: [PATCH 08/18] Add Xorg simple icon --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 746c5ac..bd4fbf2 100644 --- a/README.rst +++ b/README.rst @@ -1065,6 +1065,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff :target: http://git-scm.com +|simpleicons xorg| + +.. code:: rst + + |simpleicons xorg| + + .. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff + :target: https://x.org + -------------- Open-Source From 1a7f8ff602d51ff36e06a3b463c17d7a9889caf9 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:09:54 +1200 Subject: [PATCH 09/18] Add Visual Studio simple icon --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index bd4fbf2..8f6c6a5 100644 --- a/README.rst +++ b/README.rst @@ -1074,6 +1074,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff :target: https://x.org +|simpleicons visualstudio| + +.. code:: rst + + |simpleicons visualstudio| + + .. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio + :target: https://visualstudio.microsoft.com + -------------- Open-Source From 87a16975610344e6163e96390045481d06bb002a Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:10:16 +1200 Subject: [PATCH 10/18] Add Golang simple icon --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 8f6c6a5..37fb19e 100644 --- a/README.rst +++ b/README.rst @@ -1083,6 +1083,15 @@ Any `shields.io `_ badge can use a logo image by adding the .. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio :target: https://visualstudio.microsoft.com +|simpleicons golang| + +.. code:: rst + + |simpleicons golang| + + .. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff + :target: https://golang.org + -------------- Open-Source From 3e44a3286790ad7460cadd6c9bb8bd2a0954cbb1 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:16:08 +1200 Subject: [PATCH 11/18] Add image link and click urls --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 37fb19e..79d05db 100644 --- a/README.rst +++ b/README.rst @@ -1685,6 +1685,22 @@ License ? |GitHub license badges| :target: https://creativecommons.org/licenses/by-sa/4.0 .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg :target: https://creativecommons.org/licenses/by-sa/4.0 +.. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim + :target: https://www.vim.org +.. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 + :target: https://www.openbsd.org +.. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless + :target: https://suckless.org +.. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm + :target: https://dwm.suckless.org +.. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff + :target: http://git-scm.com +.. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff + :target: https://x.org +.. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio + :target: https://visualstudio.microsoft.com +.. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff + :target: https://golang.org .. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103 :target: https://github.com/ellerbrock/open-source-badges/ .. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103 From b3c68542094ba65dff09dc0fea75d0042b9af06a Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:19:43 +1200 Subject: [PATCH 12/18] Add Simple Icon badges --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/README.md b/README.md index 07bea6d..b36dd9c 100644 --- a/README.md +++ b/README.md @@ -685,6 +685,47 @@ From [isitmaintained.com](http://isitmaintained.com): ---- +## Simple Icons + +Any [shields.io](https://shields.io/) badge can use a logo image by adding the +`logo` query parameter to the name of any logo suported by +[Simple Icons](https://simpleicons.org/). + +[![Vim](https://img.shields.io/badge/--019733?logo=vim)](https://www.vim.org/) +```markdown +[![Vim](https://img.shields.io/badge/--019733?logo=vim)](https://www.vim.org/) +``` +[![OpenBSD](https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000)](https://www.openbsd.org/) +```markdown +[![OpenBSD](https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000)](https://www.openbsd.org/) +``` +[![Suckless](https://img.shields.io/badge/--1177AA?logo=suckless)](https://suckless.org/) +```markdown +[![Suckless](https://img.shields.io/badge/--1177AA?logo=suckless)](https://suckless.org/) +``` +[![dwm](https://img.shields.io/badge/--1177AA?logo=dwm)](https://dwm.suckless.org/) +```markdown +[![dwm](https://img.shields.io/badge/--1177AA?logo=dwm)](https://dwm.suckless.org/) +``` +[![git](https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff)](http://git-scm.com/) +```markdown +[![git](https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff)](http://git-scm.com/) +``` +[![x11](https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff)](https://x.org/) +```markdown +[![x11](https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff)](https://x.org/) +``` +[![Visual Studio](https://img.shields.io/badge/--6C33AF?logo=visual%20studio)](https://visualstudio.microsoft.com/) +```markdown +[![Visual Studio](https://img.shields.io/badge/--6C33AF?logo=visual%20studio)](https://visualstudio.microsoft.com/) +``` +[![Go](https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff)](https://golang.org/) +```markdown +[![Go](https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff)](https://golang.org/) +``` + +---- + ## Open-Source Version 1, in SVG: [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) From 0561c2eec189653fffddf0826564f476d2b71774 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:28:22 +1200 Subject: [PATCH 13/18] Add section on customization of https://licensebuttons.net/ --- README.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.rst b/README.rst index 79d05db..3e49a2c 100644 --- a/README.rst +++ b/README.rst @@ -1011,6 +1011,36 @@ Unlicense .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg :target: https://creativecommons.org/licenses/by-sa/4.0 +The `Creative Commons License Buttons site `_ +also provides a customizable way to access badges in various colours or sizes. + +|licensebuttons by-nc-sa-white| + +.. code:: rst + + |licensebuttons by-nc-sa-white| + + .. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + +|licensebuttons by-nc-sa-black| + +.. code:: rst + + |licensebuttons by-nc-sa-black| + + .. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + +|licensebuttons by-nc-sa-magenta| + +.. code:: rst + + |licensebuttons by-nc-sa-magenta| + + .. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + -------------- Simple Icons @@ -1685,6 +1715,12 @@ License ? |GitHub license badges| :target: https://creativecommons.org/licenses/by-sa/4.0 .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg :target: https://creativecommons.org/licenses/by-sa/4.0 +.. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 +.. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 +.. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 .. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim :target: https://www.vim.org .. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 From bcc51f5388327ea993aab468b0904fead30a6e42 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:31:07 +1200 Subject: [PATCH 14/18] Add section on customization of https://licensebuttons.net/ --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b36dd9c..7147f1d 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,22 @@ From [isitmaintained.com](http://isitmaintained.com): [![forthebadge cc-sa](http://ForTheBadge.com/images/badges/cc-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0) ``` +The [Creative Commons License Buttons site](https://licensebuttons.net/) also +provides a customizable way to access badges in various colours or sizes. + +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` + ---- ## Simple Icons From 7f9e513e3078eedcc7cb5a957bb5a5fe4f7ce06a Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:54:09 +1200 Subject: [PATCH 15/18] Add JavaScript and JSDelivr badges --- README.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/README.rst b/README.rst index 3e49a2c..821a400 100644 --- a/README.rst +++ b/README.rst @@ -383,6 +383,41 @@ example| .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg :target: https://pypi.python.org/pypi/ansicolortags/ + +-------------- + +`JavaScript `__ related +---------------------------------------------------- + +|made-with-javascript| + +.. code:: rst + + |made-with-javascript| + + .. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg + :target: https://www.javascript.com + +`JSDelivr `__ downloads +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|jsdelivr downloads official| + +.. code:: rst + + |jsdelivr downloads official| + + .. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh///badge?style=rounded + :target: https://www.jsdelivr.com/package/gh// + +|jsdelivr downloads shields| + +.. code:: rst + + |jsdelivr downloads shields| + + .. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm// + :target: https://www.jsdelivr.com/package/gh// -------------- @@ -1607,6 +1642,12 @@ License ? |GitHub license badges| :target: https://pypi.python.org/pypi/ansicolortags/ .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg :target: https://pypi.python.org/pypi/ansicolortags/ +.. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg + :target: https://www.javascript.com +.. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh/jquery/jquery/badge?style=rounded + :target: https://www.jsdelivr.com/package/gh/jquery/jquery +.. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm/jquery/jquery + :target: https://www.jsdelivr.com/package/gh/jquery/jquery .. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103 :target: https://github.com/ellerbrock/open-source-badges/ .. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg From 16a6c402cf71ccadc29df89bfa4e67c42140bdf8 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:58:34 +1200 Subject: [PATCH 16/18] Add JavaScript and JSDelivr badges --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 7147f1d..941d8a7 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,27 @@ GoDoc reference (`godoc.org/:user/go/:repo`): ---- +## [JavaScript](https://www.javascript.com) related + +[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com) +```markdown +[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com) +``` + +### [JSDelivr](https://www.jsdelivr.com/) downloads + +[![JSDelivr CDN](https://data.jsdelivr.com/v1/package/gh/jquery/jquery/badge?style=rounded)](https://www.jsdelivr.com/package/gh/jquery/jquery) +```markdown +[![JSDelivr CDN](https://data.jsdelivr.com/v1/package/gh///badge?style=rounded)](https://www.jsdelivr.com/package/gh//) +``` + +[![jsDelivr CDN](https://img.shields.io/jsdelivr/gh/hm/jquery/jquery)](https://www.jsdelivr.com/package/gh/jquery/jquery) +```markdown +[![jsDelivr CDN](https://img.shields.io/jsdelivr/gh/hm//)](https://www.jsdelivr.com/package/gh//) +``` + +---- + ## [GNU Bash](https://www.gnu.org/software/bash/) related [![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/) From 27f916563257afea80497549891ce33f7bd81c44 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:00:01 +1200 Subject: [PATCH 17/18] Update TOC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 941d8a7..2c1cc0e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ A list of badges, with their Markdown code, that can be included in a `README.md - [PyPI python versions](#pypi-python-versions) - [PyPI implementation](#pypi-implementation) - [PyPI status](#pypi-status) + - [JavaScript related](#javascript-related) + - [JSDelivr downloads](#jsdelivr--downloads) - [GNU Bash related](#gnu-bash-related) - [Microsoft Visual Studio Code related](#microsoft-visual-studio-code-related) - [Read the Docs status](#read-the-docs-status) From fa43e503a72ed43ec042271a59e355a3cd680abc Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:01:33 +1200 Subject: [PATCH 18/18] Add simple icons to TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c1cc0e..3fdf405 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md - [GPLv3 License](#gplv3-license) - [Unlicense](#unlicense) - [Creative Commons Licenses](#creative-commons-licenses) + - [Simple Icons](#simple-icons) - [Open-Source](#open-source) - [Meta badges ?!](#meta-badges-) - [DOI and Zenodo](#doi-and-zenodo)