Add MS Windows

This commit is contained in:
edent
2017-10-22 10:23:18 +01:00
parent b5959b556b
commit f6fe4ab79d
3 changed files with 9 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/line.svg" width="125" alt="Line" /><br>455 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lastpass.svg" width="125" alt="LastPass" /><br>299 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/windows.svg" width="125" alt="Microsoft Windows" /><br>339 Bytes</td>
<td></td>
<td></td>
<td></td>

View File

@@ -4,7 +4,7 @@ var items = [
'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia',
'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire',
'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line',
'lastpass'
'lastpass', 'windows'
];
var container = document.querySelector('.icons');

7
tiny/windows.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#00adef" height="512" rx="15%" width="512"/>
<polygon points="24,92 210,66 210,243 24,243"/>
<polygon points="24,264 210,264 210,440 24,415"/>
<polygon points="233,62 480,28 480,243 233,243"/>
<polygon points="233,264 480,264 480,480 233,444"/>
</svg>

After

Width:  |  Height:  |  Size: 339 B