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

Create W3C icon and make associated edits #166

Merged
merged 4 commits into from Jan 27, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -158,6 +158,7 @@ Say thanks!
<td>Email<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/email.svg" width="125" title="email" /><br>342 Bytes</td>
<td>HTML5<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/html5.svg" width="125" title="HTML5" /><br>399 Bytes</td>
<td>WiFi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wifi.svg" width="125" title="Wi-Fi" /><br>683 Bytes</td>
<td>W3C<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/w3c.svg" width="125" title="World Wide Web Consortium (W3C)" /><br>637 Bytes</td>
</tr>
</table>

Expand Down
21 changes: 21 additions & 0 deletions images/android-vector-drawable/w3c.xml
@@ -0,0 +1,21 @@
<?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="#005a9c"
android:pathData="M158.24,167l31.31,106.45L220.86,167h84.89v10.58l-32,55.06c13.17,3.64,34.11,17.69,34.11,53.12,0,66.13-70.48,75.11-88.31,20.51l17.7-7.34c15.68,35,46.86,24.5,46.86-13.18,0-10.51-2.18-34.55-31.1-34.55h-8.63V240.88l30.23-52.26H237.1l-45.4,153.3h-2.16L157.15,233.54,124.76,341.93H122.6L70.79,167H93.46l31.31,106.45,21.16-71.68L135.57,167Z" />
<path
android:fillColor="#000000"
android:pathData="M424,173.88H417v18.73h3.53v-8H424l3.81,8h3.95l-4.18-8.54C432.5,183.33,435.25,173.88,424,173.88Zm0.45,8.49h-4v-6.2h3.9C429.08,176.18,429.67,182.38,424.46,182.38Zm-114,106.73c26.5,50.69,64.55,43.39,86.86,3.29l3.31,17.24C376.94,355.42,330,353.73,310.51,289.1ZM326.33,268c-26.85-54.46,18.73-140.7,56.62-76.41l12.81-25.53,3.68,22.33-13,24.87C361.33,166.79,317.19,200.76,326.33,268Z" />
<path
android:strokeColor="#000"
android:strokeWidth="2"
android:pathData="M 423.5 168 C 432.060413622 168 439 174.939586378 439 183.5 C 439 192.060413622 432.060413622 199 423.5 199 C 414.939586378 199 408 192.060413622 408 183.5 C 408 174.939586378 414.939586378 168 423.5 168 Z" />
</vector>
1 change: 1 addition & 0 deletions images/reference/index.md
Expand Up @@ -114,3 +114,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/slack.svg" width="256" /> | <img src="/images/reference/slack.svg" width="256" /> | https://slack.com/media-kit |
| <img src="/images/svg/bandcamp.svg" width="256" /> | <img src="/images/reference/bandcamp.png" width="256" /> | https://bandcamp.com/buttons |
| <img src="/images/svg/dribbble.svg" width="256" /> | <img src="/images/reference/dribbble-ball-icon.png" width="256" /> | https://dribbble.com/branding |
| <img src="/images/svg/w3c.svg" width="256" /> | <img src="/images/reference/w3c.png" width="256" /> | https://www.w3.org/Consortium/Legal/logo-usage-20000308 |
Binary file added images/reference/w3c.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/svg/w3c.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion radius.html
Expand Up @@ -85,7 +85,7 @@ <h2>Radius %</h2>
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava',
'ko-fi', 'untappd', 'vivino', 'apereo', 'hackerone', 'imgur',
'bitwarden', 'bandcamp', 'dribbble'
'bitwarden', 'bandcamp', 'dribbble', 'w3c'
];

var container = document.querySelector('.icons');
Expand Down