Added OK.ru

This commit is contained in:
edent
2018-01-28 10:45:48 +00:00
parent f26842b805
commit d8a2b62e51
5 changed files with 11 additions and 1 deletions

View File

@@ -137,6 +137,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/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> <td><img src="images/svg/twitch.svg" width="125" title="Twitch" /><br>308 Bytes</td>
<td><img src="images/svg/ok.svg" width="125" title="OK.ru" /><br>652 Bytes</td>
<tr> <tr>
</table> </table>

View File

@@ -90,4 +90,7 @@ Where possible this links to the organisation's brand guidelines page.
| <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/ | | <img src="/images/svg/twitch.svg" width="256" /> | <img src="/images/reference/twitch.svg" width="256" /> | https://www.twitch.tv/p/brand/ |
| <img src="/images/svg/ok.svg" width="256" /> | <img src="/images/reference/ok.png" width="256" /> | https://insideok.ru/brandbook |

BIN
images/reference/ok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

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

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="OK.ru" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#f47216"/><path d="m256 137a36.5 36.5 0 0 1 36.5 36.5 36.5 36.5 0 0 1 -36.5 36.5 36.5 36.5 0 0 1 -36.5-36.5 36.5 36.5 0 0 1 36.5-36.5zm0 124.5c48.6 0 88-39.5 88-88s-39.5-88-88-88-88 39.5-88 88 39.5 88 88 88m35.6 71.9a164.8 164.8 0 0 0 51-21 25.8 25.8 0 0 0 8-35.6 25.8 25.8 0 0 0 -35.6-8 111.9 111.9 0 0 1 -118.6 0 25.8 25.8 0 0 0 -35.6 8 25.8 25.8 0 0 0 8 35.6c15.9 10 33 17 51 21l-49 49.3a25.8 25.8 0 0 0 36.5 36.5l48.4-48.5 48.4 48.4a25.8 25.8 0 0 0 36.5 0 25.8 25.8 0 0 0 0-36.5l-49.3-49.3" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 652 B

View File

@@ -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', 'twitch', 'baidu', 'twitch', 'ok',
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');