Addition of Sass logo (#178)

* Add Sass logo

* Fix Sass aria-label.
This commit is contained in:
Jude Gibbons
2019-03-07 16:04:09 +00:00
committed by Terence Eden
parent 1521dd9c77
commit 93ceab0128
5 changed files with 22 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ Say thanks!
</tr> </tr>
<tr> <tr>
<td>Angular<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/angular.svg" width="125" title="Angular" /><br>367 Bytes</td> <td>Angular<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/angular.svg" width="125" title="Angular" /><br>367 Bytes</td>
<td>Sass<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sass.svg" width="125" title="Sass" /><br>531 Bytes</td>
</tr> </tr>
</table> </table>

View File

@@ -0,0 +1,14 @@
<?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="#c69"
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="#fff"
android:pathData="M258,88c-96,33-158,100-152,140s66,72,93,93h0c-35,18-79,45-78,80,2,48,54,33,76,19s44-53,30-94c31-8,58,2,66,8,31,22,15,47,4,51s-4,6,3,4,22-12,22-29c0-43-46-63-103-48-33-35-78-51-76-89,1-14,6-50,95-95s152-27,144,14c-12,62-120,104-158,68-2-4-9-7-5,4,20,50,182,27,189-79C410,79,329,64,258,88ZM172,408c-25,8-24-8-23-14,3-17,17-38,59-59C220,373,193,402,172,408Z" />
</vector>

View File

@@ -132,5 +132,6 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/react.svg" width="256" /> | <img src="/images/reference/react.svg" width="256" /> | https://github.com/facebook/react/blob/master/fixtures/dom/public/react-logo.svg | | <img src="/images/svg/react.svg" width="256" /> | <img src="/images/reference/react.svg" width="256" /> | https://github.com/facebook/react/blob/master/fixtures/dom/public/react-logo.svg |
| <img src="/images/svg/vue.svg" width="256" /> | <img src="/images/reference/vue.svg" width="256" /> | https://github.com/vuejs/art/blob/master/logo.svg | | <img src="/images/svg/vue.svg" width="256" /> | <img src="/images/reference/vue.svg" width="256" /> | https://github.com/vuejs/art/blob/master/logo.svg |
| <img src="/images/svg/angular.svg" width="256" /> | <img src="/images/reference/angular.svg" width="256" /> | https://angular.io/presskit | | <img src="/images/svg/angular.svg" width="256" /> | <img src="/images/reference/angular.svg" width="256" /> | https://angular.io/presskit |
| <img src="/images/svg/sass.svg" width="256" /> | <img src="/images/reference/seal-color-aef0354c.svg" width="256" /> | https://sass-lang.com/styleguide/brand |
| <img src="/images/svg/duckduckgo.svg" width="256" /> | <img src="/images/reference/DuckDuckGoLogo-Dax-Solo.svg" width="256" /> | https://duckduckgo.com/press | | <img src="/images/svg/duckduckgo.svg" width="256" /> | <img src="/images/reference/DuckDuckGoLogo-Dax-Solo.svg" width="256" /> | https://duckduckgo.com/press |
| <img src="/images/svg/bing.svg" width="256" /> | <img src="/images/reference/BingLogo.png" width="256" /> | https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FS | | <img src="/images/svg/bing.svg" width="256" /> | <img src="/images/reference/BingLogo.png" width="256" /> | https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FS |

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

6
images/svg/sass.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Sass" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#c69"/><path d="M258,88c-96,33-158,100-152,140s66,72,93,93h0c-35,18-79,45-78,80,2,48,54,33,76,19s44-53,30-94c31-8,58,2,66,8,31,22,15,47,4,51s-4,6,3,4,22-12,22-29c0-43-46-63-103-48-33-35-78-51-76-89,1-14,6-50,95-95s152-27,144,14c-12,62-120,104-158,68-2-4-9-7-5,4,20,50,182,27,189-79C410,79,329,64,258,88ZM172,408c-25,8-24-8-23-14,3-17,17-38,59-59C220,373,193,402,172,408Z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 528 B