Added Ubuntu

This commit is contained in:
edent
2017-10-22 11:55:23 +01:00
parent 828925bcb1
commit 5f232aa372
3 changed files with 16 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lastpass.svg" width="125" alt="LastPass" /><br>299 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lastpass.svg" width="125" alt="LastPass" /><br>299 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/windows.svg" width="125" alt="Microsoft Windows" /><br>339 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/windows.svg" width="125" alt="Microsoft Windows" /><br>339 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/digidentity.svg" width="125" alt="Digidentity" /><br>758 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/digidentity.svg" width="125" alt="Digidentity" /><br>758 Bytes</td>
<td></td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ubuntu.svg" width="125" alt="Ubuntu" /><br>895 Bytes</td>
<td></td> <td></td>
</tr> </tr>
</table> </table>

View File

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

14
tiny/ubuntu.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect width="512" height="512" rx="15%" fill="#E95420"/>
<circle cx="256" cy="256" r="170"/>
<circle cx="256" cy="256" r="100" fill="#E95420"/>
<circle cx="60" cy="256" r="60" fill="#E95420"/>
<circle cx="60" cy="256" r="45"/>
<circle cx="60" cy="256" r="60" transform="rotate(120 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(120 256 256)"/>
<circle cx="60" cy="256" r="60" transform="rotate(240 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(240 256 256)"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(90 256 256)" fill="#E95420"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(210 256 256)" fill="#E95420"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(330 256 256)" fill="#E95420"/>
</svg>

After

Width:  |  Height:  |  Size: 895 B