Skip to content

Commit

Permalink
add Gojek (#290)
Browse files Browse the repository at this point in the history
* add Gojek

* fix microsoft ref image path typo

* minify Gojek further

* replace path with circle on Gojek
  • Loading branch information
rizdaprasetya authored and edent committed Oct 11, 2019
1 parent de2c3a5 commit 80e3329
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ Say thanks!
<td>Uber<br><img src="images/svg/uber.svg" width="125" title="Uber" /><br>880 Bytes</td>
<td>Amazon <abbr title="Simple Storage Service">S3</abbr><br><img src="images/svg/amazon-s3.svg" width="125" title="Amazon S3"/><br>767 Bytes</td>
<td>Ansible<br><img src="images/svg/ansible.svg" width="125" title="Ansible"/><br>381 Bytes</td>
<td>Gojek<br><img src="images/svg/gojek.svg" width="125" title="Gojek" /><br>383 Bytes</td>
</tr>
</table>

Expand Down
17 changes: 17 additions & 0 deletions images/android-vector-drawable/gojek.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">

<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#00AA13"
android:pathData="M 256 197 C 291.346223989 197 320 225.653776011 320 261 C 320 296.346223989 291.346223989 325 256 325 C 220.653776011 325 192 296.346223989 192 261 C 192 225.653776011 220.653776011 197 256 197 Z" />
<path
android:fillColor="#00AA13"
android:pathData="M256 91a171 171 0 00-66 328 32 32 0 0044-24 32 32 0 00-19-35 106 106 0 0141-205 107 107 0 0141 205 32 32 0 0013 61 33 33 0 0012-3 170 170 0 00-66-327" />
</vector>
6 changes: 6 additions & 0 deletions images/reference/gojek.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions images/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/google_drive.svg" width="256" /> | <img src="/images/reference/google_drive.jpg" width="256" /> | https://developers.google.com/drive/api/v2/branding |
| <img src="/images/svg/ansible.svg" width="256" /> | <img src="/images/reference/ansible.svg" width="256" /> | https://www.ansible.com/logos |
| <img src="/images/svg/sentry.svg" width="256"/> | <img src="/images/reference/sentry.svg" width="256" /> | https://sentry.io/branding/ |
| <img src="/images/svg/microsoft.svg" width="256"/> | <img src="/images/svg/reference/microsoft.png" width="256"/> | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |
| <img src="/images/svg/microsoft.svg" width="256"/> | <img src="/images/svg/reference/microsoft.png" width="256" | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |
| <img src="/images/svg/microsoft.svg" width="256"/> | <img src="/images/reference/microsoft.png" width="256" /> | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |
| <img src="/images/svg/behance.svg" width="256" /> | <img src="/images/reference/behance.png" width="256" /> | https://www.behance.net/ |
| <img src="/images/svg/gojek.svg" width="256"/> | <img src="/images/reference/gojek.svg" width="256" /> | https://www.gojek.com/id/terms-of-service/ |
8 changes: 8 additions & 0 deletions images/svg/gojek.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80e3329

Please sign in to comment.