From 3aba6f7eb770d3e45af7995bf6dbdd8020b0e954 Mon Sep 17 00:00:00 2001 From: Jude Gibbons Date: Tue, 12 Mar 2019 23:19:13 +0000 Subject: [PATCH 01/11] Update PHP logo - simplify and reuse 'P' (#183) * Simplify paths and reuse first P * Quick tidy up * Update. --- README.md | 2 +- images/svg/php.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bee5aaa1..1fa9a032 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Say thanks! - + diff --git a/images/svg/php.svg b/images/svg/php.svg index d2f45996..9524b670 100644 --- a/images/svg/php.svg +++ b/images/svg/php.svg @@ -3,4 +3,4 @@ aria-label="PHP" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#777bb3"/> From a0b943d8876098e010db361986b11d8963910793 Mon Sep 17 00:00:00 2001 From: edent Date: Tue, 12 Mar 2019 23:22:57 +0000 Subject: [PATCH 02/11] Tidy up Slack --- README.md | 2 +- images/svg/slack.svg | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1fa9a032..063a5353 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Say thanks! - +
Python

510 Bytes
PHP

842 Bytes
PHP

546 Bytes
Laravel

583 Bytes
Drupal

1002 Bytes
React

361 Bytes
VK

534 Bytes
Mastodon

550 Bytes
imgur

356 Bytes
Slack

488 Bytes
Slack

472 Bytes
diff --git a/images/svg/slack.svg b/images/svg/slack.svg index e12d8454..42989c89 100644 --- a/images/svg/slack.svg +++ b/images/svg/slack.svg @@ -1,11 +1,6 @@ - - - - - \ No newline at end of file +fill="#fff"/> \ No newline at end of file From 2a9609c77b350ef274201c66ceb0563bd10ee211 Mon Sep 17 00:00:00 2001 From: edent Date: Tue, 12 Mar 2019 23:31:26 +0000 Subject: [PATCH 03/11] Add IMDb Fixes #182 --- README.md | 1 + images/reference/imdb.svg | 11 +++++++++++ images/reference/index.md | 1 + images/svg/imdb.svg | 6 ++++++ 4 files changed, 19 insertions(+) create mode 100644 images/reference/imdb.svg create mode 100644 images/svg/imdb.svg diff --git a/README.md b/README.md index 063a5353..4951ef14 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Say thanks! Upwork

670 Bytes Duck Duck Go

1023 Bytes Bing

241 Bytes +IMDb

526 Bytes diff --git a/images/reference/imdb.svg b/images/reference/imdb.svg new file mode 100644 index 00000000..a2e9c857 --- /dev/null +++ b/images/reference/imdb.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/reference/index.md b/images/reference/index.md index 82ba1f9b..9f4763db 100644 --- a/images/reference/index.md +++ b/images/reference/index.md @@ -136,3 +136,4 @@ Where possible this links to the organisation's brand guidelines page. | | | https://duckduckgo.com/press | | | | https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FS | | | | https://json.org/ | +| | | https://imdb.com/ | diff --git a/images/svg/imdb.svg b/images/svg/imdb.svg new file mode 100644 index 00000000..9602b189 --- /dev/null +++ b/images/svg/imdb.svg @@ -0,0 +1,6 @@ + \ No newline at end of file From b9e91d364b763a3c9d0e08b91b26524132619687 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Wed, 13 Mar 2019 11:32:45 +0000 Subject: [PATCH 04/11] Sass image was broken --- images/reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/reference/index.md b/images/reference/index.md index 9f4763db..f69875e7 100644 --- a/images/reference/index.md +++ b/images/reference/index.md @@ -132,7 +132,7 @@ Where possible this links to the organisation's brand guidelines page. | | | https://github.com/facebook/react/blob/master/fixtures/dom/public/react-logo.svg | | | | https://github.com/vuejs/art/blob/master/logo.svg | | | | https://angular.io/presskit | -| | | https://sass-lang.com/styleguide/brand | +| | | https://sass-lang.com/styleguide/brand | | | | https://duckduckgo.com/press | | | | https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FS | | | | https://json.org/ | From 55f0758193b8135cbb487488182c4ad459ef3c13 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Wed, 13 Mar 2019 21:23:44 +0600 Subject: [PATCH 05/11] Put everything into a single path --- README.md | 2 +- images/svg/pocketcasts.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bee5aaa1..b05480b0 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Say thanks! iTunes

786 Bytes Google

479 Bytes -Pocketcasts

383 Bytes +Pocketcasts

312 Bytes Stitcher

387 Bytes TuneIn

843 Bytes acast

528 Bytes diff --git a/images/svg/pocketcasts.svg b/images/svg/pocketcasts.svg index 4b6df617..c5b19db3 100644 --- a/images/svg/pocketcasts.svg +++ b/images/svg/pocketcasts.svg @@ -3,4 +3,4 @@ aria-label="Pocketcasts" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> From 2f2f374dd80131a19dbb474ab9f1604626ddac9b Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Thu, 14 Mar 2019 03:34:10 +0600 Subject: [PATCH 06/11] merged one path --- README.md | 2 +- images/svg/gogcom.svg | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4de297ce..961bac3a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Say thanks! Sketch

451 Bytes Trello

276 Bytes QQ

994 Bytes -GOG.com

800 Bytes +GOG.com

714 Bytes Badoo

297 Bytes diff --git a/images/svg/gogcom.svg b/images/svg/gogcom.svg index 760b805c..42a2f5a3 100644 --- a/images/svg/gogcom.svg +++ b/images/svg/gogcom.svg @@ -7,11 +7,4 @@ fill="#333"> - - - - - - - +fill="#fff"/> From d1ecf413769d9e25e54c6c093a7e3e3ec3853cc0 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Thu, 14 Mar 2019 03:34:34 +0600 Subject: [PATCH 07/11] Path optimisation --- README.md | 2 +- images/svg/wifi.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 961bac3a..4e85fcc8 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Say thanks! Mail

572 Bytes Email

342 Bytes HTML5

399 Bytes -WiFi

683 Bytes +WiFi

603 Bytes W3C

637 Bytes diff --git a/images/svg/wifi.svg b/images/svg/wifi.svg index 6c747ec9..3b1da968 100644 --- a/images/svg/wifi.svg +++ b/images/svg/wifi.svg @@ -3,4 +3,4 @@ aria-label="WiFi" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> From bfcdb45b820d6016748b02a7de6dbf617ee4db04 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Thu, 14 Mar 2019 03:39:35 +0600 Subject: [PATCH 08/11] Path optimisation --- README.md | 2 +- images/svg/viber.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e85fcc8..9e309c5f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Say thanks! Phone

591 Bytes LINE

478 Bytes -Viber

744 Bytes +Viber

719 Bytes diff --git a/images/svg/viber.svg b/images/svg/viber.svg index 9547ae89..b7a0ae5b 100644 --- a/images/svg/viber.svg +++ b/images/svg/viber.svg @@ -4,4 +4,4 @@ viewBox="0 0 512 512" fill="#665ca7"> \ No newline at end of file +fill="#fff"/> From 01482e01ef63cfd58f004676fd8688e39eaef2b7 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Fri, 15 Mar 2019 20:04:43 +0600 Subject: [PATCH 09/11] Adding x: namespace prefix to href --- README.md | 28 ++++++++++++++-------------- images/svg/angular.svg | 4 ++-- images/svg/apple_music.svg | 5 ++--- images/svg/buffer.svg | 5 ++--- images/svg/calendar.svg | 5 ++--- images/svg/duckduckgo.svg | 4 ++-- images/svg/gogcom.svg | 6 ++---- images/svg/google_maps.svg | 4 ++-- images/svg/json.svg | 4 ++-- images/svg/lastpass.svg | 4 ++-- images/svg/php.svg | 4 ++-- images/svg/python.svg | 4 ++-- images/svg/slack.svg | 4 ++-- images/svg/twilio.svg | 4 ++-- 14 files changed, 40 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 9e309c5f..4e48f408 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Say thanks! VK

534 Bytes Mastodon

550 Bytes imgur

356 Bytes -Slack

472 Bytes +Slack

518 Bytes @@ -42,7 +42,7 @@ Say thanks! Vimeo

376 Bytes Spotify

436 Bytes YouTube

359 Bytes -Apple Music

998 Bytes +Apple Music

974 Bytes Bandcamp

205 Bytes @@ -54,7 +54,7 @@ Say thanks! Google+

397 Bytes Google Play

403 Bytes Gmail

641 Bytes -Google Maps

665 Bytes +Google Maps

706 Bytes Google Scholar

525 Bytes @@ -113,10 +113,10 @@ Say thanks! Disqus

281 Bytes Ghost

259 Bytes -Sketch

451 Bytes +Sketch

409 Bytes Trello

276 Bytes QQ

994 Bytes -GOG.com

714 Bytes +GOG.com

708 Bytes Badoo

297 Bytes @@ -127,7 +127,7 @@ Say thanks! Apereo

474 Bytes -Twilio

377 Bytes +Twilio

423 Bytes Plex

221 Bytes XING

362 Bytes Pinboard

258 Bytes @@ -143,9 +143,9 @@ Say thanks! Opencast

313 Bytes -Buffer

489 Bytes +Buffer

482 Bytes Upwork

670 Bytes -Duck Duck Go

1023 Bytes +Duck Duck Go

1061 Bytes Bing

241 Bytes IMDb

526 Bytes @@ -198,7 +198,7 @@ Say thanks! Tox

494 Bytes Lock / PGP

393 Bytes -LastPass

320 Bytes +LastPass

364 Bytes Symantec

614 Bytes Yubico

309 Bytes Keybase

647 Bytes @@ -228,24 +228,24 @@ Say thanks! ### Programming - - + + - + - +
Python

510 Bytes
PHP

546 Bytes
Python

552 Bytes
PHP

588 Bytes
Laravel

583 Bytes
Drupal

1002 Bytes
React

361 Bytes
Vue

286 Bytes
Angular

340 Bytes
Angular

381 Bytes
Sass

531 Bytes
JSON

565 Bytes
JSON

557 Bytes
### Misc - + diff --git a/images/svg/angular.svg b/images/svg/angular.svg index e4ec3f04..733c8dc4 100644 --- a/images/svg/angular.svg +++ b/images/svg/angular.svg @@ -1,6 +1,6 @@ - +fill="#fff"/> diff --git a/images/svg/apple_music.svg b/images/svg/apple_music.svg index 3fbb4d2b..30a5f6b4 100644 --- a/images/svg/apple_music.svg +++ b/images/svg/apple_music.svg @@ -1,7 +1,6 @@ - \ No newline at end of file +fill="#fff"/> diff --git a/images/svg/buffer.svg b/images/svg/buffer.svg index 76999413..34ac6122 100644 --- a/images/svg/buffer.svg +++ b/images/svg/buffer.svg @@ -1,8 +1,7 @@ - \ No newline at end of file +fill="#000"/> diff --git a/images/svg/calendar.svg b/images/svg/calendar.svg index ce46f00d..30a92a1e 100644 --- a/images/svg/calendar.svg +++ b/images/svg/calendar.svg @@ -1,5 +1,4 @@ - @@ -10,4 +9,4 @@ rx="15%"/> width="512" height="512" fill="#dee"/>SundayFEB29 +fill="#d34"/>SundayFEB29 diff --git a/images/svg/duckduckgo.svg b/images/svg/duckduckgo.svg index 2e99f607..a982d376 100644 --- a/images/svg/duckduckgo.svg +++ b/images/svg/duckduckgo.svg @@ -1,5 +1,5 @@ - \ No newline at end of file +rx="15%"/> diff --git a/images/svg/gogcom.svg b/images/svg/gogcom.svg index 42a2f5a3..5ec3e30a 100644 --- a/images/svg/gogcom.svg +++ b/images/svg/gogcom.svg @@ -1,10 +1,8 @@ - +fill="#fff"/> diff --git a/images/svg/google_maps.svg b/images/svg/google_maps.svg index 20a83cfc..b351ffc5 100644 --- a/images/svg/google_maps.svg +++ b/images/svg/google_maps.svg @@ -1,8 +1,8 @@ - +fill="#fff"/> diff --git a/images/svg/json.svg b/images/svg/json.svg index 06f63dce..a9088e71 100644 --- a/images/svg/json.svg +++ b/images/svg/json.svg @@ -1,6 +1,6 @@ - +fill="#fff"/> diff --git a/images/svg/lastpass.svg b/images/svg/lastpass.svg index 7730fe83..59758953 100644 --- a/images/svg/lastpass.svg +++ b/images/svg/lastpass.svg @@ -1,6 +1,6 @@ - \ No newline at end of file +fill="#d32d27"/> diff --git a/images/svg/php.svg b/images/svg/php.svg index 9524b670..9dd838e3 100644 --- a/images/svg/php.svg +++ b/images/svg/php.svg @@ -1,6 +1,6 @@ - +fill="#777bb3"/> diff --git a/images/svg/python.svg b/images/svg/python.svg index a6c4d3ab..a2e7a6cf 100644 --- a/images/svg/python.svg +++ b/images/svg/python.svg @@ -1,6 +1,6 @@ - \ No newline at end of file +fill="#fff"/> diff --git a/images/svg/slack.svg b/images/svg/slack.svg index 42989c89..1283d187 100644 --- a/images/svg/slack.svg +++ b/images/svg/slack.svg @@ -1,6 +1,6 @@ - \ No newline at end of file +fill="#fff"/> diff --git a/images/svg/twilio.svg b/images/svg/twilio.svg index a5ba93d4..526a2891 100644 --- a/images/svg/twilio.svg +++ b/images/svg/twilio.svg @@ -1,6 +1,6 @@ - \ No newline at end of file +fill="#fff"/> From 2eefa70790c868c157a962b04bdbe54175cdf296 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Fri, 15 Mar 2019 20:06:31 +0600 Subject: [PATCH 10/11] Removing unneeded namespace declarations --- README.md | 2 +- images/svg/sketch.svg | 3 +-- images/svg/workato.svg | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e48f408..33c13f53 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Say thanks! - + diff --git a/images/svg/sketch.svg b/images/svg/sketch.svg index c029f2d1..0460b48f 100644 --- a/images/svg/sketch.svg +++ b/images/svg/sketch.svg @@ -1,8 +1,7 @@ \ No newline at end of file +fill="#fff"/> diff --git a/images/svg/workato.svg b/images/svg/workato.svg index d426088f..5cc5ae25 100644 --- a/images/svg/workato.svg +++ b/images/svg/workato.svg @@ -1,5 +1,4 @@ Date: Fri, 15 Mar 2019 20:16:42 +0600 Subject: [PATCH 11/11] Typo fix --- README.md | 2 +- images/svg/duckduckgo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c13f53..0af03aab 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Say thanks!
Buffer


482 Bytes
- + diff --git a/images/svg/duckduckgo.svg b/images/svg/duckduckgo.svg index a982d376..e7d73eb9 100644 --- a/images/svg/duckduckgo.svg +++ b/images/svg/duckduckgo.svg @@ -1,4 +1,4 @@ -
Calendar

956 Bytes
Calendar

959 Bytes
SlideShare

672 Bytes
Dropbox

262 Bytes
Steam

455 Bytes
Badoo

297 Bytes
Samsung Internet

384 Bytes
Workato

489 Bytes
Workato

446 Bytes
Untappd

411 Bytes
Vivino

405 Bytes
Apereo

474 Bytes
Upwork

670 Bytes
Duck Duck Go

1061 Bytes
Duck Duck Go

1065 Bytes
Bing

241 Bytes
IMDb

526 Bytes