Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: amazon S3 #277

Merged
merged 2 commits into from
Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ Say thanks!
<td>Printer<br><img src="images/svg/print.svg" width="125" title="Printer" /><br>583 Bytes</td>
<td>Uber<br><img src="images/svg/uber.svg" width="125" title="Uber" /><br>880 Bytes</td>
</tr>
<tr>
<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>
</tr>
</table>

## Why so smallious?
Expand Down
27 changes: 27 additions & 0 deletions images/android-vector-drawable/amazon-s3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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="#e05243"
android:pathData="M259.7 348.2l-137 32.7V130.6l137 32v185.6" />
<path
android:fillColor="#8c3123"
android:pathData="M256 348.6l133.3 32.3 0.1 -0.3V131l-0.1-0.3L256 163v185.7" />
<path
android:name="a"
android:fillColor="#e05243"
android:pathData="M256 64v96.8l58 14.4V93l-58-29zm133.3 66.6v250.3l25.6-12.8V143.4l-25.6-12.8zM256 207.7v97l58-7.5V215l-58-7.3zm58 129.1l-58 14.4V448l58-29v-82.2z" />
<path
android:fillColor="#5e1f18"
android:pathData="M314 175.2l-58 10.7-58-10.7 57.9-15.1 58.3 15.1" />
<path
android:fillColor="#f2b0a9"
android:pathData="M314 336.8l-58-10.7-58 10.7 57.9 16.1 58.3-16.1" />
</vector>
17 changes: 17 additions & 0 deletions images/reference/amazon-s3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion images/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/spotify.svg" width="256" /> | <img src="/images/reference/spotify.svg" width="256" /> | https://developer.spotify.com/design/ |
| <img src="/images/svg/snapchat.svg" width="256" /> | <img src="/images/reference/snapchat.svg" width="256" /> | https://www.snap.com/en-US/brand-guidelines/ |
| <img src="/images/svg/amazon.svg" width="256" /> | <img src="/images/reference/amazon.jpg" width="256" /> | http://www.turnerduckworth.com/work/amazon/ |
| <img src="/images/svg/amazon-s3.svg" width="256"/> | <img src="/images/reference/amazon-s3.jpg" width="256"/> | https://aws.amazon.com/architecture/icons/ |
| <img src="/images/svg/steam.svg" width="256" /> | <img src="/images/reference/steam.svg" width="256" /> | https://steamcdn-a.akamaihd.net/steamcommunity/public/images/steamworks_docs/english/Steam_Guidelines_20170524.pdf |
| <img src="/images/svg/google.svg" width="256" /> | <img src="/images/reference/google.svg" width="256" /> | https://developers.google.com/identity/branding-guidelines|
| <img src="/images/svg/google_plus.svg" width="256" /> | <img src="/images/reference/google_plus.png" width="256" /> | https://plus.google.com/+googleplus |
Expand Down Expand Up @@ -176,4 +177,4 @@ Where possible this links to the organisation's brand guidelines page.
| <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.png" 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.jpg" width="256" /> | https://developers.google.com/drive/api/v2/branding |
| <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 |
11 changes: 11 additions & 0 deletions images/svg/amazon-s3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.