Add GOG.com (#152)

This commit is contained in:
Jay Weisskopf
2018-05-21 01:35:11 -04:00
committed by Terence Eden
parent f137617709
commit b6c0755a71
5 changed files with 20 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ Say thanks!
<tr>
<td><img src="images/svg/qq.svg" width="125" title="QQ" /><br>994 Bytes</td>
<td><img src="images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>311 Bytes</td>
<td></td>
<td><img src="images/svg/gogcom.svg" width="125" title="GOG.com" /><br>800 Bytes</td>
<td></td>
<td></td>
<td></td>

BIN
images/reference/gogcom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -102,3 +102,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/opencast.svg" width="256" /> | <img src="/images/reference/opencast.svg" width="256" /> | http://www.opencast.org/ |
| <img src="/images/svg/stackexchange.svg" width="256" /> | <img src="/images/reference/stackexchange.svg" width="256" /> | https://stackoverflow.com/company/logos |
| <img src="/images/svg/qq.svg" width="256" /> | <img src="/images/reference/qq.png" width="256" /> | http://www.imqq.com/English1033.html |
| <img src="/images/svg/gogcom.svg" width="256" /> | <img src="/images/reference/gogcom.png" width="256" /> | https://www.cdprojekt.com/en/media/logotypes/ |

17
images/svg/gogcom.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="GOG.com" role="img"
viewBox="0 0 512 512"
fill="#333">
<rect
width="512" height="512"
rx="15%"
fill="#fff"/>
<path id="g" d="M84 265h82q17-1 18-18V139q-1-17-18-18h-64q-17 1-18 18v64q1 17 18 18h43v-24h-29q-8 0-8-8v-36q0-8 8-8h36q8 0 8 8v80q0 8-8 8H84z"/>
<path id="o" d="M256 221h32q17-1 18-18v-64q-1-17-18-18h-64q-17 1-18 18v64q1 17 18 18h32v-24h18q8 0 8-8v-36q0-8-8-8h-36q-8 0-8 8v36q0 8 8 8h18z" fill-rule="evenodd"/>
<use transform="translate(244)" xlink:href="#g"/>
<path d="M167 291h-65q-17 1-18 18v64q1 17 18 18h65v-24h-51q-8 0-8-8v-36q0-8 8-8h51z"/>
<use transform="translate(-19 170)" xlink:href="#o"/>
<path d="M307 391h24v-67q0-8 8-8h16v75h24v-67q0-8 8-8h16v75h24V291H325q-17-1-18 18z"/>
</svg>

After

Width:  |  Height:  |  Size: 800 B

View File

@@ -83,7 +83,7 @@
'plex', 'slack', 'xing', 'pinboard', 'internet_archive', 'samsunginternet',
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
'opencast', 'stackexchange', 'qq', 'vegetarian'
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom'
];
var container = document.querySelector('.icons');