You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> These cards use [shields.io](https://shields.io/) badges under the hood.
87
-
88
-
<hr>
89
-
90
63
## 🪁 Themes
91
64
Here are the themes spread in a table. The card title is the name of the theme.
92
65
@@ -241,11 +214,11 @@ If you're using markdown, you may want to align your cards. There's an easy way
241
214
```
242
215
243
216
### 🎭 Adding custom SVG logo
244
-
Let's assume that you have a [line created](#-how-to-customize-a-line) and want to use your own SVGs. We support that using [Base64](https://en.wikipedia.org/wiki/Base64) format.
217
+
We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
245
218
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
246
219
1. Download the image and use one of the many online tools, e.g. [http://b64.io/](http://b64.io/), to encode it.
247
220
2. Encode the Base64 string in [percent-encoding](https://en.wikipedia.org/wiki/Percent-encoding). Take the Base64 string and use one of the many online tools, e.g. [http://meyerweb.com/eric/tools/dencoder/](http://meyerweb.com/eric/tools/dencoder/), to encode the string.
248
-
3. Finally, replace the first element of the badge (the `logoName`) with this string. (e.g `<Base64>,typescript,2D79C7;`)
221
+
3. Finally, replace the first element of the badge (the `logoName`) with this string inside the URL. (e.g `<Base64>,typescript,2D79C7;`)
249
222
250
223
> **Note**
251
224
> Sometimes the encoded string, of either step 2 or 3, may be too long to be used. You should then try to reduce the size (total pixels) of the image and try again.
@@ -257,18 +230,27 @@ If you don't have NodeJS, [download and install it](https://nodejs.org/en/).
0 commit comments