This commit is contained in:
edent
2017-11-08 21:04:15 +00:00
parent b04889762a
commit ce037b83a2
3 changed files with 11 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/delicious.svg" width="125" title="delicious" /><br>341 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/disqus.svg" width="125" title="Disqus" /><br>370 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ghost.svg" width="125" title="Ghost" /><br>376 Bytes</td>
<td></td>
<td></td>
<td></td>
@@ -181,6 +181,7 @@ The majority of these vector logos are based on someone else's work.
* [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)
* [Ghost](https://commons.wikimedia.org/wiki/File:Ghost-Logo.svg)
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0

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', 'disqus'
'delicious', 'disqus', 'ghost'
];
var container = document.querySelector('.icons');

8
tiny/ghost.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#3d515b">
<rect fill="#e8e9eb" rx="15%" height="512" width="512"/>
<rect height="72" width="144" y="362" x="75"/>
<rect height="72" width="144" y="362" x="295"/>
<rect height="72" width="364" y="220" x="75"/>
<rect height="72" width="220" y="75" x="75"/>
<rect height="72" width="72" y="75" x="364"/>
</svg>

After

Width:  |  Height:  |  Size: 376 B