Added Yubico

This commit is contained in:
edent
2017-10-22 17:10:25 +01:00
parent 31b754f77b
commit 752066375a
4 changed files with 27 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/npm.svg" width="125" alt="NPM" /><br>377 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/npm.svg" width="125" alt="NPM" /><br>377 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/docker.svg" width="125" alt="Docker" /><br>502 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/docker.svg" width="125" alt="Docker" /><br>502 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/symantec.svg" width="125" alt="Symantec" /><br>1023 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/symantec.svg" width="125" alt="Symantec" /><br>1023 Bytes</td>
<td><br></td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/yubico.svg" width="125" alt="Yubico" /><br>286 Bytes</td>
<td><br></td> <td><br></td>
</tr> </tr>
</table> </table>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#000000"
android:pathData="M 256 0 C 397.384895957 0 512 114.615104043 512 256 C 512 397.384895957 397.384895957 512 256 512 C 114.615104043 512 0 397.384895957 0 256 C 0 114.615104043 114.615104043 0 256 0 Z" />
<path
android:fillColor="#fff"
android:pathData="M 256 36 C 377.502644963 36 476 134.497355037 476 256 C 476 377.502644963 377.502644963 476 256 476 C 134.497355037 476 36 377.502644963 36 256 C 36 134.497355037 134.497355037 36 256 36 Z" />
<path
android:fillColor="#000000"
android:pathData="M256 268 57-160.8h82l-138 340h-87l39.6-93-97-247h84z" />
</vector>

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', 'ubuntu', 'bitbucket', 'apple', 'npm', 'docker', 'symantec' 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket', 'apple', 'npm', 'docker', 'symantec', 'yubico'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

5
tiny/yubico.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#98c93c">
<rect fill="#fff" height="512" rx="15%" width="512"/>
<circle cx="256" cy="256" r="256"/>
<circle cx="256" cy="256" fill="#fff" r="220"/>
<path d="m256 268 57-160.8h82l-138 340h-87l39.6-93-97-247h84z"/></svg>

After

Width:  |  Height:  |  Size: 286 B