Added Docker

This commit is contained in:
edent
2017-10-22 14:53:51 +01:00
parent f5e54c8c4d
commit 3a91b84a96
3 changed files with 7 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr> <tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/apple.svg" width="125" alt="Apple" /><br>984 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/apple.svg" width="125" alt="Apple" /><br>984 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/npm.svg" width="125" alt="NPM" /><br>377 Bytes</td>
<td><br></td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/docker.svg" width="125" alt="Docker" /><br>502 Bytes</td>
<td><br></td> <td><br></td>
<td><br></td> <td><br></td>
<td><br></td> <td><br></td>
@@ -126,5 +126,6 @@ The majority of these vector logos are based on someone else's work.
* [GitLab](https://about.gitlab.com/press/) * [GitLab](https://about.gitlab.com/press/)
* [HTML5 Shield](https://www.w3.org/html/logo/) - CC-BY * [HTML5 Shield](https://www.w3.org/html/logo/) - CC-BY
* [NPM Logo](https://commons.wikimedia.org/wiki/File:Npm-logo.svg) - CC-BY * [NPM Logo](https://commons.wikimedia.org/wiki/File:Npm-logo.svg) - CC-BY
* [Docker Logo](https://github.com/docker/docker.github.io/blob/master/LICENSE) - Apache
Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise. Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise.

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

4
tiny/docker.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#066da5">
<rect height="512" rx="15%" width="512" fill="#fff"/>
<path d="m288 242h49v-45h-50zm-59 0h49v-45h-49zm-59 0h50v-45h-50zm-59 0h50v-45h-50zm-59 0h50v-45h-49zm59-54h50v-45h-50zm59 0h50v-45h-50zm59 0h49v-45h-49zm0-54h49v-45h-49zm257 82c-11-7-36-10-55-6-3-18-13-34-31-48l-10-7-7 11c-9 13-14 32-12 50 1 6 3 17 9 27-6 4-19 8-36 8h-327l-1 4c-3 18-3 75 33 118 28 33 70 50 124 50 118 0 205-54 246-153 16 0 51 0 68-34l5-9 2-4"/>
</svg>

After

Width:  |  Height:  |  Size: 502 B