Vegetarian

Fixes #151
This commit is contained in:
Terence Eden
2018-05-13 15:06:48 +01:00
parent 747eb804f3
commit dd66e4d072
3 changed files with 8 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ Say thanks!
</tr>
<tr>
<td><img src="images/svg/qq.svg" width="125" title="QQ" /><br>994 Bytes</td>
<td></td>
<td><img src="images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>262 Bytes</td>
<td></td>
<td></td>
<td></td>

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Vegetarian" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><text x="256" y="451" font-size="512" fill="#0f0" text-anchor="middle" font-family="monospace"></text></svg>

After

Width:  |  Height:  |  Size: 262 B

View File

@@ -83,7 +83,7 @@
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
'opencast', 'stackexchange', 'qq'
'opencast', 'stackexchange', 'qq', 'vegetarian'
];
var container = document.querySelector('.icons');