Added Digidentity
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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
12
tiny/digidentity.svg
Normal 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 |
Reference in New Issue
Block a user