Twitch
This commit is contained in:
@@ -136,6 +136,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
|||||||
<tr>
|
<tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="images/svg/baidu.svg" width="125" title="baidu" /><br>799 Bytes</td>
|
<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>
|
<tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@@ -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/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/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/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/ |
|
||||||
|
|
||||||
|
1
images/reference/twitch.svg
Normal file
1
images/reference/twitch.svg
Normal 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
6
images/svg/twitch.svg
Normal 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 |
@@ -81,7 +81,7 @@
|
|||||||
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
|
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
|
||||||
'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail',
|
'intel', 'badoo', 'laravel', 'twilio', 'google_play', 'gmail',
|
||||||
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
|
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
|
||||||
'baidu',
|
'baidu', 'twitch',
|
||||||
];
|
];
|
||||||
|
|
||||||
var container = document.querySelector('.icons');
|
var container = document.querySelector('.icons');
|
||||||
|
Reference in New Issue
Block a user