Kicking it old school
This commit is contained in:
edent
2017-11-02 22:06:04 +00:00
parent d894a9b9ac
commit 510e89e222
3 changed files with 7 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/yammer.svg" width="125" title="Yammer" /><br>918 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/android.svg" width="125" title="Android" /><br>788 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/authy.svg" width="125" title="Authy" /><br>624 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/blogger.svg" width="125" title="Blogger" /><br>479 Bytes</td>
<td></td>
</tr>
</table>
@@ -155,6 +155,7 @@ The majority of these vector logos are based on someone else's work.
* [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg)
* [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)
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
* IBM

View File

@@ -9,7 +9,7 @@ var items = [
'line', 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket',
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay', 'evernote', 'kickstarter', 'yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy'
'ibm', 'yammer', 'android', 'authy', 'blogger'
];
var container = document.querySelector('.icons');

4
tiny/blogger.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 fill="#f57d00" height="512" rx="15%" width="512"/>
<path d="M268 97l-74 1h-1c-32 0-60 13-75 34a91 91 0 0 0-16 51l-2 126h-1v2c-1 30 5 58 24 78 20 20 48 26 76 26h115c27 0 53-9 72-28 18-19 26-46 27-74v-1l-1-37c-1-12-3-27-16-40a59 59 0 0 0-40-15h-5c3-13 3-26 2-37v-4c-2-41-36-81-84-82h-1zm-68 65l63 1a27 27 0 0 1 0 55l-64-1a27 27 0 0 1 1-55zm-8 125h128a27 27 0 1 1 0 55H192a27 27 0 1 1 0-55z"/>
</svg>

After

Width:  |  Height:  |  Size: 478 B