Kickstarter

This commit is contained in:
edent
2017-10-26 21:09:37 +01:00
parent 6f38b53aaf
commit be5bdec764
3 changed files with 10 additions and 3 deletions

View File

@@ -89,8 +89,8 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/keybase.svg" width="125" title="Keybase" /><br>982 Bytes</td>
</tr><tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ebay.svg" width="125" title="eBay" /><br>807 Bytes</td>
<td></td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/evernote.svg" width="125" title="Evernote" /><br>810 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/kickstarter.svg" width="125" title="Kickstarter" /><br>362 Bytes</td>
<td></td>
<td></td>
<td></td>
@@ -141,5 +141,6 @@ The majority of these vector logos are based on someone else's work.
* [Yubico](https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png) - BSD
* [Keybase](https://github.com/keybase/client/blob/master/shared/images/iconfont/kb-iconfont-keybase-16.svg) - BSD
* [ebay](https://commons.wikimedia.org/wiki/File:EBay_logo.svg)
* Kickstarter - Own work, MIT
Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise.

View File

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

6
tiny/kistarter.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#14e06e">
<rect fill="#0e2104" height="512" rx="15%" width="512"/>
<rect x="75" y="44" height="425" width="142" rx="13%"/>
<rect x="282" y="-177" height="320" width="142" rx="13%" transform="rotate(35)"/>
<rect x="-36" y="285" height="324" width="142" rx="13%" transform="rotate(-39)"/>
</svg>

After

Width:  |  Height:  |  Size: 362 B