delicious

This commit is contained in:
edent
2017-11-08 20:02:27 +00:00
parent bfd0778b26
commit a2b4ea4274
3 changed files with 17 additions and 2 deletions

View File

@@ -112,6 +112,14 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/airbnb.svg" width="125" title="AirBnB" /><br>975 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/airbnb.svg" width="125" title="AirBnB" /><br>975 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wifi.svg" width="125" title="Wi-Fi" /><br>622 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wifi.svg" width="125" title="Wi-Fi" /><br>622 Bytes</td>
</tr> </tr>
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/delicious.svg" width="125" title="delicious" /><br>341 Bytes</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table> </table>
## Why so smallious? ## Why so smallious?
@@ -176,6 +184,6 @@ The majority of these vector logos are based on someone else's work.
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0 From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord, AirBnB, WiFi IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord, AirBnB, WiFi, delicious
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. 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

@@ -10,7 +10,8 @@ var items = [
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase', 'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth', 'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare', 'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi' 'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
'delicious'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

6
tiny/delicious.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#FFFFFF" x="0" y="0" width="256" height="256"></rect>
<rect fill="#333333" x="0" y="256" width="256" height="256"></rect>
<rect fill="#EEEEEE" x="256" y="256" width="256" height="256"></rect>
<rect fill="#3399FF" x="256" y="0" width="256" height="256"></rect>
</svg>

After

Width:  |  Height:  |  Size: 341 B