Permalink
Browse files

Added GitLab

Fixes #31
  • Loading branch information...
1 parent a87de76 commit a7b324080de333afc00642703ed173d7b0bed942 @edent committed Apr 19, 2017
Showing with 8 additions and 2 deletions.
  1. +2 −0 README.md
  2. +2 −2 javascript.js
  3. +4 −0 tiny/gitlab.svg
View
@@ -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>
</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/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>
@@ -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](http://svgshare.com/s/q)
* [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
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
@@ -3,8 +3,8 @@ var items = [
'pinterest', 'stackoverflow', 'whatsapp', 'email', 'linkedin', 'reddit',
'steam', 'wikipedia', 'facebook', 'lock', 'rss', 'slideshare', 'telegram',
'mail', 'skype', 'tumblr', 'wordpress', 'github', 'pdf', 'vk', 'wire',
- 'twitter', 'youtube', 'google_plus', 'paypal', 'snapchat', 'vimeo', 'flickr',
- 'soundcloud', 'html5', 'mastodon'
+ 'twitter', 'youtube', 'google', 'google_plus', 'paypal', 'snapchat', 'vimeo', 'flickr',
+ 'soundcloud', 'html5', 'mastodon', 'gitlab'
];
var container = document.querySelector('.icons');
View
@@ -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>

0 comments on commit a7b3240

Please sign in to comment.