Added Digidentity

This commit is contained in:
edent
2017-10-22 11:10:38 +01:00
parent f6fe4ab79d
commit 828925bcb1
3 changed files with 14 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<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/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><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></td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/digidentity.svg" width="125" alt="Digidentity" /><br>758 Bytes</td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>

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' 'lastpass', 'windows', 'digidentity'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

12
tiny/digidentity.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#fff" height="512" rx="15%" width="512"/>
<circle cx="256" cy="256" r="19" fill="#00e864"/>
<rect x="242" y="28" height="178" width="28" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(45 256 256)"/>
<rect x="302" y="242" height="28" width="178" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(135 256 256)"/>
<rect x="242" y="302" height="178" width="28" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(225 256 256)" fill="#00e864"/>
<rect x="28" y="242" height="28" width="178" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(315 256 256)"/>
</svg>

After

Width:  |  Height:  |  Size: 758 B