Romain Dartigues
2019-10-14 10:53:20 +02:00
committed by Terence Eden
parent a4787b907c
commit 22e9f6a457
5 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,46 @@
<?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="#f3c095"
android:pathData="M87 161l169-95-125 206-44 79z" />
<path
android:fillColor="#fffefc"
android:pathData="M256 446L87 351l44-79L256 66l169 95v190z" />
<path
android:fillColor="#e67e25"
android:pathData="M87 351l44-79 125 174zM316 358l-185-86 240-69z" />
<path
android:fillColor="#e57d25"
android:fillAlpha=".9"
android:pathData="M256 446L131 272l185 86z" />
<path
android:fillColor="#e67e26"
android:fillAlpha=".9"
android:pathData="M316 358l55-155 54 148z" />
<path
android:fillColor="#e68025"
android:fillAlpha=".8"
android:pathData="M131 272L256 66l115 137z" />
<path
android:fillColor="#e47e27"
android:fillAlpha=".8"
android:pathData="M87 351V161l44 111z" />
<path
android:fillColor="#e68025"
android:fillAlpha=".8"
android:pathData="M256 446l60-88 109-7z" />
<path
android:fillColor="#e67e25"
android:pathData="M425 351l-54-148 54-42z" />
<path
android:fillColor="#e67e24"
android:pathData="M371 203L256 66l169 95z" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -179,9 +179,10 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/uber.svg" width="256" /> | <img src="/images/reference/uber.jpg" width="256" /> | https://brand.uber.com/guide#logo-clearspace |
| <img src="/images/svg/flutter.svg" width="256" /> | <img src="/images/reference/flutter.svg" width="256" /> | https://flutter.dev/brand |
| <img src="/images/svg/orcid.svg" width="256" /> | <img src="/images/reference/orcid.png" width="256" /> | https://orcid.org/ |
| <img src="/images/svg/javascript.svg" width="256" /> | <img src="/images/reference/javascript.svg" width="256" /> | https://commons.wikimedia.org/wiki/File:Unofficial_JavaScript_logo_2.svg |
| <img src="/images/svg/google_drive.svg" width="256" /> | <img src="/images/reference/google_drive.png" width="256" /> | https://developers.google.com/drive/api/v2/branding |
| <img src="/images/svg/protonmail.svg" width="256" /> | <img src="/images/reference/protonmail.png" width="256" /> | https://protonmail.com/media-kit#Logos |
| <img src="/images/svg/javascript.svg" width="256" /> | <img src="/images/reference/javascript.png" width="256" /> | https://commons.wikimedia.org/wiki/File:Unofficial_JavaScript_logo_2.svg |
| <img src="/images/svg/amberframework.svg" width="256"/> | <img src="/images/reference/amberframework.png" width="256"/> | https://amberframework.org/media |
| <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/protonmail.svg" width="256" /> | <img src="/images/reference/protonmail.jpg" width="256" /> | https://protonmail.com/media-kit#Logos |
| <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/reference/microsoft.png" width="256" /> | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Amber Framework" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M87 161l169-95-125 206-44 79z" fill="#f3c095"/><path d="M256 446L87 351l44-79L256 66l169 95v190z" fill="#fffefc"/><path d="M87 351l44-79 125 174zM316 358l-185-86 240-69z" fill="#e67e25"/><g fill-opacity=".9"><path d="M256 446L131 272l185 86z" fill="#e57d25"/><path d="M316 358l55-155 54 148z" fill="#e67e26"/></g><g fill-opacity=".8"><path d="M131 272L256 66l115 137z" fill="#e68025"/><path d="M87 351V161l44 111z" fill="#e47e27"/><path d="M256 446l60-88 109-7z" fill="#e68025"/></g><path d="M425 351l-54-148 54-42z" fill="#e67e25"/><path d="M371 203L256 66l169 95z" fill="#e67e24"/></svg>

After

Width:  |  Height:  |  Size: 754 B