From c113aabf9a9a3e7002fc3a7270fefd73b59b5cc2 Mon Sep 17 00:00:00 2001 From: Shaurya Sharma <65916881+shaurya-sharma-dev@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:52:10 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20"Licenses"=20sect?= =?UTF-8?q?ion=20with=20new=20badges=20(#292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ feat: add "Licenses" section with new badges The badges added are Apache License 2.0, CC0, CC BY, CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA, CC BY-NC-ND. * ✨ feat: add BSD, GPLv2, GPLv3, AGPLv2, and AGPLv3 and remove variations of CC BY. * 🐛 fix: licenses section so AGPL license badges are at the top. * ✨ feat: add LGPLv2.1 and LGPLv3.0. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e7bdc88..2cde409 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ An extensive list of static Shields.io badges, sorted by category. * [Gaming Platform](#-gaming-platform) * [Gaming Storefront](#-gaming-storefront) * [Job](#-job) +* [Licenses](#%EF%B8%8F-licenses) * [Monitoring](#-monitoring) * [Operating System](#%EF%B8%8F-operating-system) * [ORM](#%EF%B8%8F-orm) @@ -703,6 +704,28 @@ An extensive list of static Shields.io badges, sorted by category. [Back To Top ⬆️](#table-of-contents) +### ⚖️ Licenses + +| Preview | Markdown Code | +|---------|---------------| +| [![AGPLv2](https://img.shields.io/badge/AGPLv2-FFFFFF)](#) | `[![AGPLv2](https://img.shields.io/badge/AGPLv2-FFFFFF)](#)` | +| [![AGPLv3](https://img.shields.io/badge/AGPLv3-FFFFFF)](#) | `[![AGPLv3](https://img.shields.io/badge/AGPLv3-FFFFFF)](#)` | +| [![Apache License 2.0](https://img.shields.io/badge/Apache%20License%202.0-FFFFFF?logo=apache&logoColor=D22128)](#) | `[![Apache License 2.0](https://img.shields.io/badge/Apache%20License%202.0-FFFFFF?logo=apache&logoColor=D22128)](#)` | +| [![BSD](https://img.shields.io/badge/BSD-FFFFFF)](#) | `[![BSD](https://img.shields.io/badge/BSD-FFFFFF)](#)` | +| [![CC0](https://img.shields.io/badge/CC0-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC0](https://img.shields.io/badge/CC0-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` | +| [![CC BY](https://img.shields.io/badge/CC%20BY-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY](https://img.shields.io/badge/CC%20BY-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` | +| [![GPLv2](https://img.shields.io/badge/GPLv2-FFFFFF)](#) | `[![GPLv2](https://img.shields.io/badge/GPLv2-FFFFFF)](#)` | +| [![GPLv3](https://img.shields.io/badge/GPLv3-FFFFFF)](#) | `[![GPLv3](https://img.shields.io/badge/GPLv3-FFFFFF)](#)` | +| [![LGPLv2.1](https://img.shields.io/badge/LGPLv2.1-FFFFFF)](#) | `[![LGPLv2.1](https://img.shields.io/badge/LGPLv2.1-FFFFFF)](#)` | +| [![LGPLv3](https://img.shields.io/badge/LGPLv3-FFFFFF)](#) | `[![LGPLv3](https://img.shields.io/badge/LGPLv3-FFFFFF)](#)` | +| [![MIT License](https://img.shields.io/badge/MIT%20License-FFFFFF)](#) | `[![MIT License](https://img.shields.io/badge/MIT%20License-FFFFFF)](#)` | +| [![Unlicense](https://img.shields.io/badge/Unlicense-FFFFFF?logo=unlicense&logoColor=#808080)](#) | `[![Unlicense](https://img.shields.io/badge/Unlicense-FFFFFF?logo=unlicense&logoColor=#808080)](#)` | + +
+ +[Back To Top ⬆️](#table-of-contents) +
+ ### 🔍 Monitoring | Preview | Markdown Code | |---------|---------------| From 958594b4c5ac5e6218ea85667f24ea8a40684d0c Mon Sep 17 00:00:00 2001 From: Apollo <41392253+ApolloRoboto@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:56:37 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20Microcontroller?= =?UTF-8?q?=20category=20(#295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Inter --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2cde409..079d06a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ An extensive list of static Shields.io badges, sorted by category. * [Gaming Storefront](#-gaming-storefront) * [Job](#-job) * [Licenses](#%EF%B8%8F-licenses) +* [Microcontroller](#-microcontroller) * [Monitoring](#-monitoring) * [Operating System](#%EF%B8%8F-operating-system) * [ORM](#%EF%B8%8F-orm) @@ -726,7 +727,21 @@ An extensive list of static Shields.io badges, sorted by category. [Back To Top ⬆️](#table-of-contents) +### ⚡ Microcontroller + +| Preview | Markdown Code | +|---------|---------------| +| [![Arduino](https://img.shields.io/badge/Arduino-008184.svg?logo=arduino)](#) | `[![Arduino](https://img.shields.io/badge/Arduino-008184.svg?logo=arduino)](#)` | +| [![ESP32](https://img.shields.io/badge/ESP32-e7352c.svg?logo=espressif&logoColor=fff)](#) | `[![ESP32](https://img.shields.io/badge/ESP32-e7352c.svg?logo=espressif&logoColor=fff)](#)` | +| [![Raspberry Pi](https://img.shields.io/badge/Raspberry_Pi-cd2355.svg?logo=raspberrypi)](#) | `[![Raspberry Pi](https://img.shields.io/badge/Raspberry_Pi-cd2355.svg?logo=raspberrypi)](#)` | + +
+ +[Back To Top ⬆️](#table-of-contents) +
+ ### 🔍 Monitoring + | Preview | Markdown Code | |---------|---------------| | [![Datadog](https://img.shields.io/badge/Datadog-632CA6?logo=datadog&logoColor=fff)](#) | `[![Datadog](https://img.shields.io/badge/Datadog-632CA6?logo=datadog&logoColor=fff)](#)` |