Added Node Package Manager

This commit is contained in:
edent
2017-10-22 14:08:41 +01:00
parent 3e687b01eb
commit 14a0894595
3 changed files with 7 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
</tr> </tr>
<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><br></td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/npm.svg" width="125" alt="NPM" /><br>377 Bytes</td>
<td><br></td> <td><br></td>
<td><br></td> <td><br></td>
<td><br></td> <td><br></td>
@@ -125,5 +125,6 @@ The majority of these vector logos are based on someone else's work.
* [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/) * [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
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' 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket', 'apple', 'npm'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

4
tiny/npm.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#cb3837">
<rect height="512" rx="15%" width="512" fill="#fff"/>
<path d="m16 163.3h480v160h-240v26.7h-106.7v-26.7h-133.3zm26.7 133.4h53.3v-80h26.7v80h26.7v-106.7h-106.7zm133.3-106.7v133.3h53.3v-26.7h53.3v-106.6zm53.3 26.7h26.7v53.3h-26.7zm80-26.7v106.7h53.3v-80h26.7v80h26.7v-80h26.7v80h26.7v-106.7z"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B