Added GitLab

Fixes #31
This commit is contained in:
edent
2017-04-19 11:14:20 +01:00
parent a87de76b6e
commit a7b324080d
3 changed files with 8 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wire.svg" width="125" /><br>730 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wire.svg" width="125" /><br>730 Bytes</td>
</tr> </tr>
<tr> <tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/gitlab.svg" width="125" /><br>283 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/phone.svg" width="125" /><br>863 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/phone.svg" width="125" /><br>863 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lock.svg" width="125" /><br>738 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lock.svg" width="125" /><br>738 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/html5.svg" width="125" /><br>379 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/html5.svg" width="125" /><br>379 Bytes</td>
@@ -105,6 +106,7 @@ The majority of these vector logos are based on someone else's work.
* [Google+](https://commons.wikimedia.org/wiki/File:Google_Plus_logo_2015.svg) - Public Domain * [Google+](https://commons.wikimedia.org/wiki/File:Google_Plus_logo_2015.svg) - Public Domain
* [Google](http://svgshare.com/s/q) * [Google](http://svgshare.com/s/q)
* [Mastodon](https://github.com/tootsuite/mastodon/blob/0ad694f96b7f0e951950e7525bde52cd11454cb2/app/assets/images/logo.svg) - AGPLv3 * [Mastodon](https://github.com/tootsuite/mastodon/blob/0ad694f96b7f0e951950e7525bde52cd11454cb2/app/assets/images/logo.svg) - AGPLv3
* [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
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

@@ -3,8 +3,8 @@ var items = [
'pinterest', 'stackoverflow', 'whatsapp', 'email', 'linkedin', 'reddit', 'pinterest', 'stackoverflow', 'whatsapp', 'email', 'linkedin', 'reddit',
'steam', 'wikipedia', 'facebook', 'lock', 'rss', 'slideshare', 'telegram', 'steam', 'wikipedia', 'facebook', 'lock', 'rss', 'slideshare', 'telegram',
'mail', 'skype', 'tumblr', 'wordpress', 'github', 'pdf', 'vk', 'wire', 'mail', 'skype', 'tumblr', 'wordpress', 'github', 'pdf', 'vk', 'wire',
'twitter', 'youtube', 'google_plus', 'paypal', 'snapchat', 'vimeo', 'flickr', 'twitter', 'youtube', 'google', 'google_plus', 'paypal', 'snapchat', 'vimeo', 'flickr',
'soundcloud', 'html5', 'mastodon' 'soundcloud', 'html5', 'mastodon', 'gitlab'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

4
tiny/gitlab.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#fc6d26" height="512" rx="15%" width="512"/>
<path d="m455 282-22-69-44-136c-3-7-13-7-15 0l-44 136h-148l-44-136c-2-7-12-7-15 0l-44 136-22 69c-2 6 0 13 5 17l194 141 194-141c5-4 7-11 5-17"/>
</svg>

After

Width:  |  Height:  |  Size: 283 B