forked from edent/SuperTinyIcons
Added Ko-Fi
This commit is contained in:
@@ -165,7 +165,7 @@ Say thanks!
|
|||||||
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>311 Bytes</td>
|
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>311 Bytes</td>
|
||||||
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/gogcom.svg" width="125" title="GOG.com" /><br>800 Bytes</td>
|
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/gogcom.svg" width="125" title="GOG.com" /><br>800 Bytes</td>
|
||||||
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/strava.svg" width="125" title="Strava" /><br>290 Bytes</td>
|
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/strava.svg" width="125" title="Strava" /><br>290 Bytes</td>
|
||||||
<td></td>
|
<td><img src="https://edent.github.io/SuperTinyIcons/images/svg/ko-fi.svg" width="125" title="Ko-Fi" /><br>500 Bytes</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@@ -104,3 +104,4 @@ Where possible this links to the organisation's brand guidelines page.
|
|||||||
| <img src="/images/svg/qq.svg" width="256" /> | <img src="/images/reference/qq.png" width="256" /> | http://www.imqq.com/English1033.html |
|
| <img src="/images/svg/qq.svg" width="256" /> | <img src="/images/reference/qq.png" width="256" /> | http://www.imqq.com/English1033.html |
|
||||||
| <img src="/images/svg/gogcom.svg" width="256" /> | <img src="/images/reference/gogcom.png" width="256" /> | https://www.cdprojekt.com/en/media/logotypes/ |
|
| <img src="/images/svg/gogcom.svg" width="256" /> | <img src="/images/reference/gogcom.png" width="256" /> | https://www.cdprojekt.com/en/media/logotypes/ |
|
||||||
| <img src="/images/svg/strava.svg" width="256" /> | <img src="/images/reference/strava.png" width="256" /> | https://www.strava.com/settings/badges |
|
| <img src="/images/svg/strava.svg" width="256" /> | <img src="/images/reference/strava.png" width="256" /> | https://www.strava.com/settings/badges |
|
||||||
|
| <img src="/images/svg/ko-fi.svg" width="256" /> | <img src="/images/reference/ko-fi.jpg" width="256" /> | https://ko-fi.com/ |
|
||||||
|
BIN
images/reference/ko-fi.jpg
Normal file
BIN
images/reference/ko-fi.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
8
images/svg/ko-fi.svg
Normal file
8
images/svg/ko-fi.svg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
aria-label="Ko-Fi" role="img"
|
||||||
|
viewBox="0 0 512 512">
|
||||||
|
<rect
|
||||||
|
width="512" height="512"
|
||||||
|
rx="15%"
|
||||||
|
fill="#579fbf"/><path d="M400 287c-17 2-31 1-31 1V183h33s36 10 36 49c0 35-18 49-38 55m90-73c-14-75-89-84-89-84H65c-11 0-12 14-12 14s-2 135-1 217c3 44 48 49 48 49l219-1c45-8 49-47 49-68 80 4 136-52 122-127" fill="#fff"/><path d="M208 352c3 1 6-1 6-1s50-46 73-73c20-24 22-64-13-79s-64 18-64 18c-25-27-62-26-80-8s-11 51 2 68c12 17 66 65 74 73l2 2" fill="#ff5f5f"/></svg>
|
After Width: | Height: | Size: 500 B |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "super-tiny-icons",
|
"name": "super-tiny-icons",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
|
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
|
||||||
"homepage": "https://github.com/edent/SuperTinyIcons/",
|
"homepage": "https://github.com/edent/SuperTinyIcons/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@@ -83,7 +83,8 @@
|
|||||||
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
|
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
|
||||||
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
|
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
|
||||||
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
|
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
|
||||||
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava'
|
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava',
|
||||||
|
'ko-fi'
|
||||||
];
|
];
|
||||||
|
|
||||||
var container = document.querySelector('.icons');
|
var container = document.querySelector('.icons');
|
||||||
|
Reference in New Issue
Block a user