This commit is contained in:
edent
2018-01-28 09:35:13 +00:00
parent b0616e9a78
commit f26842b805
5 changed files with 10 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr>
<tr>
<td><img src="images/svg/baidu.svg" width="125" title="baidu" /><br>799 Bytes</td>
<td><img src="images/svg/twitch.svg" width="125" title="Twitch" /><br>308 Bytes</td>
<tr>
</table>

View File

@@ -89,4 +89,5 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/pinboard.svg" width="256" /> | <img src="/images/reference/pinboard.png" width="256" /> | https://twitter.com/pinboard |
| <img src="/images/svg/internet_archive.svg" width="256" /> | <img src="/images/reference/internet_archive.svg" width="256" /> | https://commons.wikimedia.org/wiki/File:Internet_Archive_logo_and_wordmark.svg |
| <img src="/images/svg/baidu.svg" width="256" /> | <img src="/images/reference/baidu.svg" width="256" /> | http://www.baidu.com/img/bd_logo1.png |
| <img src="/images/svg/twitch.svg" width="256" /> | <img src="/images/reference/twitch.svg" width="256" /> | https://www.twitch.tv/p/brand/ |

View File

@@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 134"><defs><style>.cls-1{fill:#6441a4;fill-rule:evenodd;}</style></defs><title>Glitch</title><path class="cls-1" d="M89,77l-9,23v94h32v17h18l17-17h26l35-35V77H89Zm107,76-20,20H144l-17,17V173H100V89h96v64Zm-20-41v35H164V112h12Zm-32,0v35H132V112h12Z" transform="translate(-80 -77)"/></svg>

After

Width:  |  Height:  |  Size: 377 B

6
images/svg/twitch.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Twitch" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="m115 101-22 56v228h78v42h44l41-42h63l85-85v-199zm260 185-48 48h-78l-42 42v-42h-65v-204h233zm-48-100v85h-30v-85zm-78 0v85h-29v-85z" fill="#6441a4"/></svg>

After

Width:  |  Height:  |  Size: 308 B

View File

@@ -81,7 +81,7 @@
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail',
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
'baidu',
'baidu', 'twitch',
];
var container = document.querySelector('.icons');