This commit is contained in:
edent
2017-11-03 09:47:16 +00:00
parent 9194c60bba
commit b769f08e8e
3 changed files with 7 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<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><img src="https://edent.github.io/SuperTinySocialIcons/tiny/discord.svg" width="125" title="Discord" /><br>662 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/medium.svg" width="125" title="Medium" /><br>352 Bytes</td>
<td></td>
<td></td>
</tr>
@@ -172,6 +172,7 @@ The majority of these vector logos are based on someone else's work.
* [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0
* [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg)
* [Blogger](https://commons.wikimedia.org/wiki/File:Blogger_icon.svg)
* [Medium](https://medium.design/logos-and-brand-guidelines-f1a01a733592)
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0

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', 'discord'
'codepen', 'digitalocean', 'discord', 'medium'
];
var container = document.querySelector('.icons');

4
tiny/medium.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#12100e" height="512" rx="15%" width="512"/>
<path d="M122 171c1-4-1-8-4-11l-32-39v-5h99l78 169 67-169h95v5l-27 27c-2 1-4 4-3 7v194c-1 3 1 6 3 7l27 27v6H290v-6l28-27c2-3 2-4 2-8V192l-77 196h-10l-90-196v131c-1 6 1 11 5 15l36 44v6H81v-6l37-44c3-4 5-9 4-15z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B