Update Steam

Fixes #37

Sorry for the delay!
This commit is contained in:
edent
2017-10-22 15:04:44 +01:00
parent 3a91b84a96
commit 20126eb270
2 changed files with 6 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/amazon.svg" width="125" alt="Amazon" /><br>648 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/amazon.svg" width="125" alt="Amazon" /><br>648 Bytes</td>
</tr> </tr>
<tr> <tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/steam.svg" width="125" alt="Steam" /><br>555 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/steam.svg" width="125" alt="Steam" /><br>837 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/google.svg" width="125" alt="Google" /><br>221 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/google.svg" width="125" alt="Google" /><br>221 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/google_plus.svg" width="125" alt="Google Plus" /><br>347 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/google_plus.svg" width="125" alt="Google Plus" /><br>347 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wechat.svg" width="125" alt="WeChat" /><br>739 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/wechat.svg" width="125" alt="WeChat" /><br>739 Bytes</td>
@@ -127,5 +127,6 @@ The majority of these vector logos are based on someone else's work.
* [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 * [Docker Logo](https://github.com/docker/docker.github.io/blob/master/LICENSE) - Apache
* [Steam](https://commons.wikimedia.org/wiki/File:Steam_icon_logo.svg)
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

@@ -1,4 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#2b2e34" height="512" rx="15%" width="512"/> <rect height="512" rx="15%" width="512" fill="#2b2e34"/>
<path d="m426 205a37 37 0 1 1 -74 0 37 37 0 0 1 74 0zm-15 62-45 39 1 9a59 59 0 0 1 -117 13l-110-38a52 52 0 1 1 19-53l107 37c10-11 25-18 41-18l16-48v-3a67 67 0 1 1 88 62zm-270-36a37 37 0 0 0 -69 18 36 36 0 0 0 48 35l-18-6c-14-8-19-25-11-39 7-14 25-19 38-12zm196-26a52 52 0 1 0 104 0 52 52 0 0 0 -104 0zm1 115a39 39 0 0 0 -48-38l22 7c14 8 19 25 12 39-8 14-25 19-39 12l-24-8a39 39 0 0 0 77-12z" fill="#fff" fill-rule="evenodd"/> <path d="m266.4 189.5v1.4l-68.8 100c-11.1-.5-22.3 1.4-32.9 5.8-4.7 1.9-9.1 4.2-13.2 7l-151.1-62.3s-19.6 51.4-5 94.3l122.9 50.2c5.4 24 21.8 45 46.1 55.1 39.7 16.6 85.5-2.3 102-42 4.3-10.4 6.3-21.3 6-32.1l98.5-70.4h2.4c58.8 0 106.7-48 106.7-107s-47.9-107-106.8-107-106.8 48-106.8 107zm-16.5 202.6c-12.8 30.7-48 45.2-78.7 32.5-14.1-5.9-24.8-16.7-31-29.5l34.8 14.4c22.6 9.4 48.5-1.3 57.9-23.9s-1.3-48.6-23.9-58l-35.9-14.9c13.9-5.3 29.6-5.5 44.4.7 14.9 6.2 26.4 17.8 32.5 32.7s6.1 31.3-.1 46.1m123.3-131.3c-39.2 0-71.2-32-71.2-71.3s31.9-71.3 71.2-71.3c39.2 0 71.2 32 71.2 71.3s-31.9 71.3-71.2 71.3m-53.3-71.5c0-29.6 23.9-53.6 53.4-53.6s53.5 24 53.5 53.6-23.9 53.5-53.5 53.5c-29.5 0-53.4-24-53.4-53.5z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 837 B