Kickstarter

Fixes #59
This commit is contained in:
edent
2017-11-27 09:40:03 +00:00
parent 54d6f979e9
commit 26ad5ee9db
2 changed files with 17 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr> <tr>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/ebay.svg" width="125" title="eBay" /><br>836 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/ebay.svg" width="125" title="eBay" /><br>836 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/evernote.svg" width="125" title="Evernote" /><br>802 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/evernote.svg" width="125" title="Evernote" /><br>802 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/kickstarter.svg" width="125" title="Kickstarter" /><br>398 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/kickstarter.svg" width="125" title="Kickstarter" /><br>675 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/yahoo.svg" width="125" title="Yahoo!" /><br>579 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/yahoo.svg" width="125" title="Yahoo!" /><br>579 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/bitcoin.svg" width="125" title="BitCoin" /><br>529 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/bitcoin.svg" width="125" title="BitCoin" /><br>529 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/bluetooth.svg" width="125" title="bluetooth" /><br>281 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/bluetooth.svg" width="125" title="bluetooth" /><br>281 Bytes</td>
@@ -183,7 +183,7 @@ 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 * [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 * [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) * [ebay](https://commons.wikimedia.org/wiki/File:EBay_logo.svg)
* Kickstarter - Own work, MIT * [Kickstarter](https://www.kickstarter.com/help/brand_assets)
* [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg) * [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg)
* [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0 * [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0
* [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg) * [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg)

View File

@@ -1,6 +1,15 @@
<svg role="img" aria-label="Kickstarter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#14e06e"> <svg role="img" aria-label="Kickstarter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#0e2104" height="512" rx="15%" width="512"/> <rect fill="#fff" height="512" rx="15%" width="512"/><defs>
<rect x="75" y="44" height="425" width="142" rx="13%"/> <clipPath id="a">
<rect x="282" y="-177" height="320" width="142" rx="13%" transform="rotate(35)"/> <path d="M1226.4 862.8l154 153a405.2 405.2 0 0 1 0 575 411.8 411.8 0 0 1-578.9 0l-56-55.7A409 409 0 0 1 409 1710C183.2 1710 0 1528 0 1303.7v-881C0 198.5 183.2 16.6 409 16.6a409 409 0 0 1 336.5 174.9l56-55.7a411.8 411.8 0 0 1 578.9 0 405.2 405.2 0 0 1 0 575z"/>
<rect x="-36" y="285" height="324" width="142" rx="13%" transform="rotate(-39)"/> </clipPath>
<clipPath id="b">
<path d="M0 0h1500v1710H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="matrix(.25981 0 0 -.25981 61 480.3)">
<g clip-path="url(#b)">
<path d="M0 0h1650v1860H0z" fill="#034752"/>
</g>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 675 B