BloooooTooof

This commit is contained in:
edent
2017-10-29 10:04:04 +00:00
parent ee7251f0ad
commit ce82de93d0
3 changed files with 10 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/kickstarter.svg" width="125" title="Kickstarter" /><br>362 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/yahoo.svg" width="125" title="Yahoo!" /><br>548 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/bitcoin.svg" width="125" title="BitCoin" /><br>497 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/bluetooth.svg" width="125" title="bluetooth" /><br>247 Bytes</td>
</tr>
</table>
@@ -143,5 +143,7 @@ The majority of these vector logos are based on someone else's work.
* [ebay](https://commons.wikimedia.org/wiki/File:EBay_logo.svg)
* Kickstarter - Own work, MIT
* [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg)
* [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0
* [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg)
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', 'kickstarter', 'yahoo', 'bitcoin'
'ebay', 'evernote', 'kickstarter', 'yahoo', 'bitcoin', 'bluetooth'
];
var container = document.querySelector('.icons');

6
tiny/bluetooth.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#0a3d91" height="512" rx="15%" width="512"/>
<path
d="M 157,153 344,341 254,451 V 60 L 344,164 157,348"
style="fill:none;stroke:#fff;stroke-width:33" />
</svg>

After

Width:  |  Height:  |  Size: 247 B