Added ebay

This commit is contained in:
edent
2017-10-22 20:07:37 +01:00
parent 1fcccd4403
commit f87a88f48c
3 changed files with 17 additions and 2 deletions

View File

@@ -86,7 +86,14 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/docker.svg" width="125" alt="Docker" /><br>502 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/symantec.svg" width="125" alt="Symantec" /><br>1023 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/yubico.svg" width="125" alt="Yubico" /><br>286 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/keybase.svg" width="125" alt="Keybase" /><br>286 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/keybase.svg" width="125" alt="Keybase" /><br>982 Bytes</td>
</tr><tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ebay.svg" width="125" alt="eBay" /><br>807 Bytes</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

View File

@@ -7,7 +7,8 @@ var items = [
'steam', 'vimeo', 'wire', 'flickr', 'hackernews', 'mail',
'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup',
'line', 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket',
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase'
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay'
];
var container = document.querySelector('.icons');

7
tiny/ebay.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect width="512" height="512" rx="15%" fill="#fff"/>
<path d="M78 202c-34 0-62 14-62 57 0 35 19 56 63 56 52 0 55-34 55-34h-25s-5 19-32 19c-21 0-36-15-36-35h96v-13c0-20-13-50-59-50zm-1 16c20 0 34 12 34 31H41c0-20 18-31 36-31z" fill="#e53238"/>
<path d="M137 160v134l-1 18h24l1-15s12 19 44 19c34 0 57-24 57-58 0-31-21-56-57-56-34 0-44 18-44 18v-60zm62 59c23 0 37 17 37 39 0 25-17 41-37 41-25 0-38-19-38-40 0-20 12-40 38-40z" fill="#0064d2"/>
<path d="M321 202c-51 0-54 28-54 32h25s2-16 27-16c17 0 30 7 30 22v5h-30c-39 0-60 12-60 35s19 36 45 36c36 0 47-20 47-20l1 16h22v-69c0-34-28-41-53-41zm28 59v7c0 9-6 32-39 32-18 0-26-9-26-20 0-19 27-19 65-19z" fill="#f5af02"/>
<path d="M360 206h28l41 82 41-82h26l-74 146h-27l21-41z" fill="#86b817"/>
</svg>

After

Width:  |  Height:  |  Size: 807 B