This commit is contained in:
edent
2017-11-03 09:02:12 +00:00
parent d30c895cbe
commit 9281f924e1
3 changed files with 7 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/codepen.svg" width="125" title="CodePen" /><br>616 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/digitalocean.svg" width="125" title="Digital Ocean" /><br>400 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/discord.svg" width="125" title="Discord" /><br>662 Bytes</td>
<td></td>
<td></td>
<td></td>
@@ -167,6 +167,6 @@ The majority of these vector logos are based on someone else's work.
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
IBM, Yammer, Android, Authy, ClourFlare, CodePen
IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord
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,7 @@ var items = [
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay', 'evernote', 'kickstarter', 'yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
'codepen', 'digitalocean'
'codepen', 'digitalocean', 'discord'
];
var container = document.querySelector('.icons');

4
tiny/discord.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect height="512" rx="15%" width="512" fill="#6C82D0"/>
<path d="M390 48H122c-23 0-41 18-41 41v271c0 22 18 41 41 41h227l-11-37 26 24 24 22 43 38V89c0-23-18-41-41-41zm-77 261l-13-16c26-7 36-24 36-24-8 6-16 9-23 12l-29 9a140 140 0 0 1-81-9l-15-7-2-1-1-1-5-3s9 16 35 24l-14 16c-44-1-61-30-61-30 0-65 29-117 29-117 29-21 56-21 56-21l2 3c-36 10-52 26-52 26l12-6c21-9 38-12 45-13h3a169 169 0 0 1 101 19s-16-15-50-26l3-3s27 0 56 21c0 0 29 52 29 117 0 0-17 29-61 30zm-93-93c-12 0-21 10-21 22s10 22 21 22 20-10 20-22-9-22-20-22m73 0c-12 0-21 10-21 22s10 22 21 22 20-10 20-22-9-22-20-22"/>
</svg>

After

Width:  |  Height:  |  Size: 662 B