This commit is contained in:
edent
2017-11-08 20:21:49 +00:00
parent a2b4ea4274
commit b04889762a
3 changed files with 6 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
</tr>
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/delicious.svg" width="125" title="delicious" /><br>341 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/disqus.svg" width="125" title="Disqus" /><br>370 Bytes</td>
<td></td>
<td></td>
<td></td>

View File

@@ -11,7 +11,7 @@ var items = [
'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
'delicious'
'delicious', 'disqus'
];
var container = document.querySelector('.icons');

4
tiny/disqus.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#2e9fff">
<rect fill="#fff" rx="15%" height="512" width="512"/>
<path d="M257 493c-58 0-111-21-152-56L4 450l39-96A238 238 0 0 1 257 19c130 0 235 106 235 237S387 493 257 493zm129-238v-1c0-68-49-117-132-117h-90v237h89c84 0 133-50 133-119zm-131 61h-26V196h26c39 0 64 22 64 59v1c0 38-25 60-64 60z"/>
</svg>

After

Width:  |  Height:  |  Size: 370 B