This commit is contained in:
edent
2017-11-11 17:30:40 +00:00
parent d77548d384
commit 14e21c9237
3 changed files with 7 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/ghost.svg" width="125" title="Ghost" /><br>376 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/opensource.svg" width="125" title="Open Source" /><br>505 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/patreon.svg" width="125" title="Patreon" /><br>295 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/trello.svg" width="125" title="Trello" /><br>249 Bytes</td>
</tr>
</table>

View File

@@ -11,7 +11,7 @@ var items = [
'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
'delicious', 'disqus', 'ghost', 'opensource', 'patreon'
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello'
];
var container = document.querySelector('.icons');

5
tiny/trello.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#0079BF" rx="15%" height="512" width="512"/>
<rect x="289" y="71" width="153" height="219" rx="23"/>
<rect x="71" y="71" width="153" height="344" rx="23"/>
</svg>

After

Width:  |  Height:  |  Size: 249 B