From 6badc113f789ebd220e468f14e1409dc12517c41 Mon Sep 17 00:00:00 2001 From: Eugene Zhuchenko Date: Mon, 12 Feb 2018 13:46:57 +0200 Subject: [PATCH 1/4] Add UpWork icon (#133) * Add UpWork icon * Add UpWork icon. Fix icon size --- README.md | 1 + images/android-vector-drawable/upwork.xml | 15 +++++++++++++++ images/svg/upwork.svg | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 images/android-vector-drawable/upwork.xml create mode 100644 images/svg/upwork.svg diff --git a/README.md b/README.md index 627cf27e..2f3a5137 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Say thanks!
490 Bytes +
671 Bytes diff --git a/images/android-vector-drawable/upwork.xml b/images/android-vector-drawable/upwork.xml new file mode 100644 index 00000000..cac688ad --- /dev/null +++ b/images/android-vector-drawable/upwork.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/svg/upwork.svg b/images/svg/upwork.svg new file mode 100644 index 00000000..e72b1d6e --- /dev/null +++ b/images/svg/upwork.svg @@ -0,0 +1,7 @@ + + \ No newline at end of file From 5e461321ef46e0cb98ae0bde52a8c57edf4f1ee9 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Mon, 12 Feb 2018 11:59:30 +0000 Subject: [PATCH 2/4] Create CONTRIBUTING.md --- CONTRIBUTING.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..237e0b97 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,61 @@ +Thanks for sumbitting or fixing an icon! Here is a helpful guide to what you need to include. + +- [ ] New file +- [ ] Edit Readme +- [ ] Edit radius page +- [ ] Add reference image +- [ ] Edit refernce page +- [ ] (optional) Android Image + +## New File + +Filename should be `nameofservice.svg` - all in lower-case. + +Place the file in `/images/svg/` + +At a minimum, your icon needs these components: + +``` + + +... + +``` + +Please keep the whitespace as-is. This makes viewing diffs easier. + +## Edit Readme + +Add a table cell to README.md - it must be in this format: + +``` +
229 Bytes +``` + +## Edit Radius Page + +* Edit the file `radius.html` +* Add the name of your service to `var items` +* For example `, 'nameofservice', ` + +## Reference Image + +* Find an *official* logo. +* Add it to `/images/reference/` + +## Reference Page + +* Edit the file `/images/reference/index.md` +* Add a link to the *official* style guide or brand guidelines. +* For example `| | | https://example.com/press |` + +## (Optional) Create Android Version + +* Use https://inloop.github.io/svg2android/ to create an Android-compatible XML file. +* Add the file to `/images/android-vector-drawable/` From f7893efbd78c5fc3186ccfdb715ed8339119c53b Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 26 Feb 2018 12:08:22 +0100 Subject: [PATCH 3/4] Fix typos (#137) --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 237e0b97..21a415dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ -Thanks for sumbitting or fixing an icon! Here is a helpful guide to what you need to include. +Thanks for submitting or fixing an icon! Here is a helpful guide to what you need to include. - [ ] New file - [ ] Edit Readme - [ ] Edit radius page - [ ] Add reference image -- [ ] Edit refernce page +- [ ] Edit reference page - [ ] (optional) Android Image ## New File diff --git a/README.md b/README.md index 2f3a5137..a25f880d 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,6 @@ The majority of these vector logos are based on someone else's work. From [SVGporn](https://github.com/gilbarbara/logos/) - CC0 -IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord, AirBnB, WiFi, delicious, opensource, Patreon +IBM, Yammer, Android, Authy, CloudFlare, CodePen, DigitalOcean, Discord, AirBnB, WiFi, delicious, opensource, Patreon Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise. From 9c775b2464bb85c2befb33ad4f5a7e58a1acdc08 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 26 Feb 2018 14:24:45 +0000 Subject: [PATCH 4/4] Add Calendar Fixes #135 --- README.md | 1 + images/svg/calendar.svg | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 images/svg/calendar.svg diff --git a/README.md b/README.md index a25f880d..0902d610 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Say thanks!
490 Bytes
671 Bytes +
1019 Bytes diff --git a/images/svg/calendar.svg b/images/svg/calendar.svg new file mode 100644 index 00000000..507c5f81 --- /dev/null +++ b/images/svg/calendar.svg @@ -0,0 +1,6 @@ +FEB29Sunday \ No newline at end of file