From ef3e31d1f99396e5cfbb2ef7e6849d4fc43b9376 Mon Sep 17 00:00:00 2001
From: Salem Olorundare <64983894+itz-salemm@users.noreply.github.com>
Date: Tue, 7 May 2024 22:43:39 +0100
Subject: [PATCH] docs: Supply official shields.io badges (#1615)
Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
---
README.md | 48 +++++++++++++++++++
img/badge/badge-black.json | 8 ++++
img/badge/badge-grayscale-border.json | 8 ++++
...adge-grayscale-inverted-border-orange.json | 8 ++++
...adge-grayscale-inverted-border-purple.json | 8 ++++
.../badge-grayscale-inverted-border-red.json | 8 ++++
.../badge-grayscale-inverted-border-teal.json | 8 ++++
.../badge-grayscale-inverted-border.json | 8 ++++
img/badge/black-badge.json | 8 ++++
9 files changed, 112 insertions(+)
create mode 100644 img/badge/badge-black.json
create mode 100644 img/badge/badge-grayscale-border.json
create mode 100644 img/badge/badge-grayscale-inverted-border-orange.json
create mode 100644 img/badge/badge-grayscale-inverted-border-purple.json
create mode 100644 img/badge/badge-grayscale-inverted-border-red.json
create mode 100644 img/badge/badge-grayscale-inverted-border-teal.json
create mode 100644 img/badge/badge-grayscale-inverted-border.json
create mode 100644 img/badge/black-badge.json
diff --git a/README.md b/README.md
index ae40788..ae887a7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# 
+[](https://github.com/copier-org/copier)
[](https://gitpod.io/#https://github.com/copier-org/copier)
[](https://codecov.io/gh/copier-org/copier)
[](https://github.com/copier-org/copier/actions?query=branch%3Amaster)
@@ -138,6 +139,53 @@ inspiration!
If you want your template to appear in that list, just add the topic to it! 🏷
+## Show your support
+
+If you're using Copier, consider adding the Copier badge to your project's `README.md`:
+
+```md
+[](https://github.com/copier-org/copier)
+```
+
+...or `README.rst`:
+
+```rst
+.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json
+ :target: https://github.com/copier-org/copier
+ :alt: Copier
+```
+
+...or, as HTML:
+
+
+```html
+
+```
+
+
+### Copier badge variations
+
+1. Badge Grayscale Border
+ [](https://github.com/copier-org/copier)
+
+1. Badge Grayscale Inverted Border
+ [](https://github.com/copier-org/copier)
+
+1. Badge Grayscale Inverted Border Orange
+ [](https://github.com/copier-org/copier)
+
+1. Badge Grayscale Inverted Border Red
+ [](https://github.com/copier-org/copier)
+
+1. Badge Grayscale Inverted Border Teal
+ [](https://github.com/copier-org/copier)
+
+1. Badge Grayscale Inverted Border Purple
+ [](https://github.com/copier-org/copier)
+
+1. Badge Black
+ [](https://github.com/copier-org/copier)
+
## Credits
Special thanks go to [jpsca](https://github.com/jpsca) for originally creating `Copier`.
diff --git a/img/badge/badge-black.json b/img/badge/badge-black.json
new file mode 100644
index 0000000..74a2b5d
--- /dev/null
+++ b/img/badge/badge-black.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "black",
+ "color": "#ffffff"
+}
diff --git a/img/badge/badge-grayscale-border.json b/img/badge/badge-grayscale-border.json
new file mode 100644
index 0000000..536cb6a
--- /dev/null
+++ b/img/badge/badge-grayscale-border.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#000000"
+}
diff --git a/img/badge/badge-grayscale-inverted-border-orange.json b/img/badge/badge-grayscale-inverted-border-orange.json
new file mode 100644
index 0000000..d0e0430
--- /dev/null
+++ b/img/badge/badge-grayscale-inverted-border-orange.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#f8c200"
+}
diff --git a/img/badge/badge-grayscale-inverted-border-purple.json b/img/badge/badge-grayscale-inverted-border-purple.json
new file mode 100644
index 0000000..badea25
--- /dev/null
+++ b/img/badge/badge-grayscale-inverted-border-purple.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#b74f8e"
+}
diff --git a/img/badge/badge-grayscale-inverted-border-red.json b/img/badge/badge-grayscale-inverted-border-red.json
new file mode 100644
index 0000000..10176fa
--- /dev/null
+++ b/img/badge/badge-grayscale-inverted-border-red.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#e91414"
+}
diff --git a/img/badge/badge-grayscale-inverted-border-teal.json b/img/badge/badge-grayscale-inverted-border-teal.json
new file mode 100644
index 0000000..08862ac
--- /dev/null
+++ b/img/badge/badge-grayscale-inverted-border-teal.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#3bb3c4"
+}
diff --git a/img/badge/badge-grayscale-inverted-border.json b/img/badge/badge-grayscale-inverted-border.json
new file mode 100644
index 0000000..0c7f7e2
--- /dev/null
+++ b/img/badge/badge-grayscale-inverted-border.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "white",
+ "color": "#000000"
+}
diff --git a/img/badge/black-badge.json b/img/badge/black-badge.json
new file mode 100644
index 0000000..74a2b5d
--- /dev/null
+++ b/img/badge/black-badge.json
@@ -0,0 +1,8 @@
+{
+ "label": "",
+ "message": "Made with Copier",
+ "logoSvg": "",
+ "logoWidth": 16,
+ "labelColor": "black",
+ "color": "#ffffff"
+}