add: RedHat ansible (#276)

This commit is contained in:
Romain Dartigues
2019-10-08 12:36:35 +02:00
committed by Terence Eden
parent 25c6a94075
commit 20cace7a5f
5 changed files with 41 additions and 1 deletions

View File

@@ -328,6 +328,7 @@ Say thanks!
<td>Raspberry Pi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg" width="125" title="Raspberry Pi" /><br>1002 Bytes</td>
<td>Printer<br><img src="images/svg/print.svg" width="125" title="Printer" /><br>583 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>
</tr>
</table>

View File

@@ -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="#1A1918"
android:pathData="M 256 39 C 375.845790713 39 473 136.154209287 473 256 C 473 375.845790713 375.845790713 473 256 473 C 136.154209287 473 39 375.845790713 39 256 C 39 136.154209287 136.154209287 39 256 39 Z" />
<path
android:fillColor="#FFF"
android:pathData="M259.7 171.4l56.2 138.9-85-67 28.8-72zm100 170.9L273 133.9a14 14 0 0 0-13.4-9.2c-6 0-11.3 3.2-13.8 9.2l-95 228.6h32.5l37.6-94.3L333.2 359c4.5 3.7 7.8 5.3 12 5.3 8.5 0 16-6.3 16-15.5 0-1.5-0.6-3.9-1.6-6.4z" />
</vector>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<title>Ansible-Mark-RGB</title>
<path d="M259.8,152.9c0,59-47.8,106.8-106.8,106.8c-59,0-106.8-47.8-106.8-106.8S94,46.1,153,46.1c0,0,0,0,0,0
C212,46.1,259.8,93.9,259.8,152.9C259.8,152.9,259.8,152.9,259.8,152.9"/>
<path class="st0" d="M154.8,112.9l27.6,68.2l-41.7-32.9L154.8,112.9z M203.9,196.8L161.4,94.5c-1-2.8-3.7-4.6-6.6-4.5
c-3-0.1-5.7,1.7-6.8,4.5l-46.7,112.2h16l18.5-46.3l55.1,44.5c2.2,1.8,3.8,2.6,5.9,2.6c4.2,0.1,7.7-3.2,7.8-7.4c0-0.1,0-0.1,0-0.2
C204.6,198.9,204.3,197.8,203.9,196.8"/>
</svg>

After

Width:  |  Height:  |  Size: 902 B

View File

@@ -178,4 +178,5 @@ Where possible this links to the organisation's brand guidelines page.
| <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/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/ |

7
images/svg/ansible.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Ansible" role="img"
viewBox="0 0 512 512">
<rect width="512" height="512" rx="15%" fill="#fff"/>
<circle cx="256" cy="256" r="217" fill="#1A1918"/>
<path d="M259.7 171.4l56.2 138.9-85-67 28.8-72zm100 170.9L273 133.9a14 14 0 0 0-13.4-9.2c-6 0-11.3 3.2-13.8 9.2l-95 228.6h32.5l37.6-94.3L333.2 359c4.5 3.7 7.8 5.3 12 5.3 8.5 0 16-6.3 16-15.5 0-1.5-.6-3.9-1.6-6.4z" fill="#FFF"/>
</svg>

After

Width:  |  Height:  |  Size: 435 B