From 8d97c26d1a89803c655b9fde77156f7823f995f7 Mon Sep 17 00:00:00 2001 From: Boris K Date: Mon, 16 Apr 2018 10:41:56 +0200 Subject: [PATCH] Offer the option to use flat badges (#1268) --- awesome.md | 12 ++++++++---- media/badge-flat.svg | 1 + media/mentioned-badge-flat.svg | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 media/badge-flat.svg create mode 100644 media/mentioned-badge-flat.svg diff --git a/awesome.md b/awesome.md index a97cf982..89323f27 100644 --- a/awesome.md +++ b/awesome.md @@ -13,25 +13,29 @@ Research if the stuff you're including is actually awesome. Only put stuff on th This badge is for Awesome lists. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) +[![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) -Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). +Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). You can choose either the regular badge or the flat one. ```md [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) +[![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) ``` -*The badge should not be modified in any way.* +*The badges should not be modified in any way.* ## Awesome mentioned badge -This badge is for projects being mentioned in an Awesome list (**NOT for use in Awesome lists**). For example, the [Chalk](https://github.com/chalk/chalk) project could feature this badge because it's listed in [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs). It's totally optional for projects, but it's a nice way to show they've been featured in an Awesome list. +This badge is for projects being mentioned in an Awesome list (**NOT for use in Awesome lists**). For example, the [Chalk](https://github.com/chalk/chalk) project could feature this badge because it's listed in [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs). It's totally optional for projects, but it's a nice way to show they've been featured in an Awesome list. You can choose either the regular badge or the flat one. [![Mentioned in Awesome](https://awesome.re/mentioned-badge.svg)](https://awesome.re) +[![Mentioned in Awesome](https://awesome.re/mentioned-badge-flat.svg)](https://awesome.re) **Fill in the placeholders (Name and URL):** ```md [![Mentioned in Awesome ](https://awesome.re/mentioned-badge.svg)](https://github.com/) +[![Mentioned in Awesome ](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/) ``` Example: @@ -42,7 +46,7 @@ Example: If you're an Awesome list maintainer, you could encourage projects in your list to add the badge. -*The badge should not be modified in any way.* +*The badges should not be modified in any way.* ## Comment on why something is awesome diff --git a/media/badge-flat.svg b/media/badge-flat.svg new file mode 100644 index 00000000..a2bfeca2 --- /dev/null +++ b/media/badge-flat.svg @@ -0,0 +1 @@ + diff --git a/media/mentioned-badge-flat.svg b/media/mentioned-badge-flat.svg new file mode 100644 index 00000000..5d9da969 --- /dev/null +++ b/media/mentioned-badge-flat.svg @@ -0,0 +1 @@ +Mentioned in an Awesome list