delicious
This commit is contained in:
10
README.md
10
README.md
@@ -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.
|
||||||
|
@@ -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
6
tiny/delicious.svg
Normal 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 |
Reference in New Issue
Block a user