From d13fd4bdd913a3dde6d440258ef0305f553576cb Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Sat, 4 Mar 2023 11:00:13 +0800 Subject: [PATCH 01/15] Optimizing Blender logo & updating reference --- README.md | 2 +- images/reference/blender.svg | 20 ++++---------------- images/svg/blender.svg | 2 +- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index cba6ea68..2d4736e1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Say thanks! Hulu

482 Bytes DeviantArt

563 Bytes Floatplane

944 Bytes -Blender

841 Bytes +Blender

384 Bytes diff --git a/images/reference/blender.svg b/images/reference/blender.svg index e5b124f8..6a7d69db 100644 --- a/images/reference/blender.svg +++ b/images/reference/blender.svg @@ -1,17 +1,5 @@ - - - - - - - - - - - - - - - - + + + + diff --git a/images/svg/blender.svg b/images/svg/blender.svg index 7dd01e80..6effe2cf 100644 --- a/images/svg/blender.svg +++ b/images/svg/blender.svg @@ -3,4 +3,4 @@ aria-label="Blender" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From e69f30273011d056b90b84da0be7015626c95d61 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Sat, 4 Mar 2023 11:01:06 +0800 Subject: [PATCH 02/15] Optimizing Codepen logo with a compound path --- README.md | 2 +- images/svg/codepen.svg | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d4736e1..3df66b0b 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Say thanks! Dribbble

641 Bytes -CodePen

375 Bytes +CodePen

343 Bytes DigitalOcean

259 Bytes Medium

379 Bytes AirBnB

371 Bytes diff --git a/images/svg/codepen.svg b/images/svg/codepen.svg index 7e154c07..0723474f 100644 --- a/images/svg/codepen.svg +++ b/images/svg/codepen.svg @@ -3,8 +3,9 @@ aria-label="CodePen" role="img" viewBox="0 0 512 512"> \ No newline at end of file +stroke-linejoin="round" +d="M81 198v116l175 117 175-117V198L256 81 81 198l175 116 175-116M256 81v117M81 314l175-116 175 116M256 431V314"/> \ No newline at end of file From 1febbcb927df72712d9b4150d6c67e8284e2a0f8 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Sat, 4 Mar 2023 11:02:01 +0800 Subject: [PATCH 03/15] Optimizing Sentry logo --- README.md | 2 +- images/svg/sentry.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df66b0b..9ad497d3 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ Say thanks! OpenBenches

754 Bytes TripAdvisor

712 Bytes -Sentry

506 Bytes +Sentry

379 Bytes Behance

689 Bytes Taiga.io

753 Bytes Coil.com

515 Bytes diff --git a/images/svg/sentry.svg b/images/svg/sentry.svg index 617feb0a..63e1deb5 100644 --- a/images/svg/sentry.svg +++ b/images/svg/sentry.svg @@ -3,4 +3,4 @@ aria-label="Sentry" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From 9048affce3b1921a5a9c0c5c981058bb172186c6 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Sat, 4 Mar 2023 11:05:01 +0800 Subject: [PATCH 04/15] Shoving one last bit from NPM Logo --- README.md | 2 +- images/svg/npm.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad497d3..b3f0d7e2 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ Say thanks! - + diff --git a/images/svg/npm.svg b/images/svg/npm.svg index b55d26da..99a6046d 100644 --- a/images/svg/npm.svg +++ b/images/svg/npm.svg @@ -3,4 +3,4 @@ aria-label="npm" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From d7b6d5989e6cf474715c352d615ca21589733533 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Sat, 4 Mar 2023 21:59:22 +0700 Subject: [PATCH 05/15] Updating Didscord logo to be closer to reference, reducing size --- README.md | 2 +- images/reference/discord.svg | 20 +++++++++++++++++--- images/svg/discord.svg | 9 +++++---- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b3f0d7e2..f6e7a13a 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Say thanks!   - + diff --git a/images/reference/discord.svg b/images/reference/discord.svg index 09605c05..d5fb92ad 100644 --- a/images/reference/discord.svg +++ b/images/reference/discord.svg @@ -1,3 +1,17 @@ - - - \ No newline at end of file + + + diff --git a/images/svg/discord.svg b/images/svg/discord.svg index 0483a9d3..15f77cbc 100644 --- a/images/svg/discord.svg +++ b/images/svg/discord.svg @@ -1,4 +1,5 @@ - - - - \ No newline at end of file + \ No newline at end of file From 6d607d8db3fc388a1be8f42df187b6d5bdf62ea2 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 11:47:23 +0700 Subject: [PATCH 06/15] Updating Git logo to be closer to reference. Updating reference file from official Git SCM website --- README.md | 2 +- images/reference/git.png | Bin 2383 -> 0 bytes images/reference/git.svg | 1 + images/svg/git.svg | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 images/reference/git.png create mode 100644 images/reference/git.svg diff --git a/README.md b/README.md index f6e7a13a..f5577f4b 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ Say thanks! - + diff --git a/images/reference/git.png b/images/reference/git.png deleted file mode 100644 index 51f4ae5404fc79be09e69171bfc9d34d48810297..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2383 zcmb_edr(tX8b3FeJQNAIb;Tf>)JL(q3J4vLirl*vi*Kow20-DLSS9|3^Zwk7&^dy0_BKc76X2>}!()lOlVnV}tr z%7&jSS|mYX4~n%NS=f@&X(b^Q(N+N%0zF~9g{A- zZfSW+-Hr{m9%u8|2k$3dtage|2Sl;$h{sF(-i|c>B<|Qtz%K^PbRz=513=(`{A&g* z;RKU3B@gTnOaDvupQ!DT9hv|fD?ePvQ@0F%CkIDtqH+r6-`Pof?+-KO$>7G7NXXf@Nusk$YC-Nu- z23d{+;0ha8oHXp(O9h@TmW@CbU`rV z;l_K-qf92mZ;_k&oa6Cfm$b0End8ChmVX)f^pq##^aeu^Al9jBsZfODGUaf3a1>BU z#)l8$FxyesvmRxYX%&I`xjrI)@}}{Yz?WIexeH}QYZaSD3*0t5$8`+Ut3z}uuEv_l zb~=$F*(jZi!&FC0jtaAaNV1^#;yj+uX?0ZYbnwg26}mtz%iwT$HXX)ck)u$l7-(c|flTERxKM;g%Wl*nxU4yuBeLE+%mLQk3j#Q<_)GxC!`o6owL0SxvRSsR*zM_= zM;TNgl4km?o7x7!8}u>19+UmMGd!jky3e24KfUA+5jayP8JB}vti|+79AKDU-2xDY zqn+Hu(=dH4_b`}DuK6stpXcU@G9Z(UVjJC3;j2(CH&^;lDwRFv=gGOes*l+Q;vj%R z1CjmXXlAdvD}6z?*_cB>EeMeU3vbyDzxWD8a=-Y{)zbaNRsI}cXmGi}n|<>UAbYG9 z;xUVTfTo<;jjje( z<5@yEyyg^r9lW4kDOmWi7F$h4OvgW4*hR#{_R2TkNomGiT2@BGExcp}eH{5=tvPPr znrdcAhi9x>Cm;X5CI-$%(YABf@VI-Er7q>WS-MM&t|)rN1|93ssE#gv_%ypPosiRO zHauI2pZ{7#4Cak`9Bm+Eea_1Ri=F@QCrUo01C6qy1LOxLv(y%#4Rb1Cchij&G zr#4JZU%q$h=`k1i`eKFEX0D35ZPMpXFU?6-DzEpNF}+yks$ZJ7-sJd`US6|5H&c)= z?g+u?LxEVi_P~Y{L{FuKKRsbd!pg{zU6$E&)tT=G*E)_wv{c$(%`Lu27Pz|UsdXoo zog#W>2g$8C_+Cx>O@=}tkFwdxlOcOdgU!`~l$ABWSbdW+ZsxSDuMA~-A?WTkY=Uc%5xpg0$kgN=(W^ez> zH_0Zh@CX}tY3=ThcqDg~OVlqDK(!IiGN zC}T7iq-;&)B2ASvfD#5%fx7n~mIN!?Q47j>Zp`9ZwCvXL{U~GNpN-6MZ!^s|bb5-u zl{43z!4-)KlMrXIEQx3vDV*3C+$6xH%iJ^_k9EUe041;&y!qhF5f0HAh zFXfj)ECZw`K31%^WqqQaPbqdu$R@JyV3>73;@C#tjq&C3al~h1#r9#_?ZT-$)5Nk^ zmUQOPgk&zS|FArSgk}Pw6l3UjcW!>`-=XfV0hI_S$2b4{BL82 z2k(D``e93+SzOn9`ydHEt@(u*!(K_su{EJ|-OXKk#a^R&C_m@uwUJZEka5TH48ge_ vp%EL>Wi@Nxn8V*2x$L2D+u#MyDSqcb+P#5YHS3sP9I$26&gfeklTQ2-d^Cga diff --git a/images/reference/git.svg b/images/reference/git.svg new file mode 100644 index 00000000..5bf444b9 --- /dev/null +++ b/images/reference/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/svg/git.svg b/images/svg/git.svg index a0db49b9..f4b41cab 100644 --- a/images/svg/git.svg +++ b/images/svg/git.svg @@ -3,4 +3,4 @@ aria-label="Git" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From dc7b97d98118ee0ddfac0a5babf757bfb49ad82f Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 11:48:34 +0700 Subject: [PATCH 07/15] Reducing Badoo size --- README.md | 2 +- images/svg/badoo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5577f4b..c8177e32 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Say thanks! - + diff --git a/images/svg/badoo.svg b/images/svg/badoo.svg index 508b908f..ac6bd6a8 100644 --- a/images/svg/badoo.svg +++ b/images/svg/badoo.svg @@ -3,4 +3,4 @@ aria-label="Badoo" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#7000e3"/> \ No newline at end of file From 86eb5b4e1274e2dcac7bef113f5e0c0824bd786f Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 11:50:50 +0700 Subject: [PATCH 08/15] Reducing Nginx size --- README.md | 2 +- images/svg/nginx.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8177e32..5cc582c8 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ Say thanks! 3 - + diff --git a/images/svg/nginx.svg b/images/svg/nginx.svg index 8b031f65..6947125a 100644 --- a/images/svg/nginx.svg +++ b/images/svg/nginx.svg @@ -3,4 +3,4 @@ aria-label="NGINX" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From 1a2491c9a09fee0f6d5f8ad4de402ee73a721412 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 15:12:14 +0700 Subject: [PATCH 09/15] Reducing Javascript size --- README.md | 2 +- images/svg/javascript.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cc582c8..4253bcb8 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ Say thanks! - + diff --git a/images/svg/javascript.svg b/images/svg/javascript.svg index 6c0f077f..91301b64 100644 --- a/images/svg/javascript.svg +++ b/images/svg/javascript.svg @@ -3,4 +3,4 @@ aria-label="JavaScript" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#f7df1e"/> \ No newline at end of file From 367723e5daa7e506c8cc69df5103ad46dadae03d Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 15:20:57 +0700 Subject: [PATCH 10/15] Reducing Etsy size --- README.md | 2 +- images/svg/etsy.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4253bcb8..dad2d2a9 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Say thanks! - + diff --git a/images/svg/etsy.svg b/images/svg/etsy.svg index fc167d5d..c8af074c 100644 --- a/images/svg/etsy.svg +++ b/images/svg/etsy.svg @@ -4,4 +4,4 @@ viewBox="0 0 512 512" fill="#fff"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file From 297a5b4f51e535c3297a4b2f7e2645767cc5c6e9 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 15:30:04 +0700 Subject: [PATCH 11/15] Reducing Evernote size --- README.md | 2 +- images/svg/evernote.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dad2d2a9..b6f65ea6 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Say thanks! - + diff --git a/images/svg/evernote.svg b/images/svg/evernote.svg index 0fa2510b..519db20c 100644 --- a/images/svg/evernote.svg +++ b/images/svg/evernote.svg @@ -3,4 +3,4 @@ aria-label="Evernote" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#46c850"/> \ No newline at end of file From 6174f346a0217456e8cd4593c6d03b8f50a0f6a6 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Tue, 7 Mar 2023 15:49:13 +0700 Subject: [PATCH 12/15] Reducing Facebook size --- README.md | 2 +- images/svg/facebook.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6f65ea6..14693130 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Say thanks!
Apple

417 Bytes
npm

299 Bytes
npm

298 Bytes
Docker

431 Bytes
IBM

503 Bytes
Open Source

241 Bytes
XMPP/Jabber

760 Bytes
Tutanota

579 Bytes
Messenger

694 Bytes
Discord

993 Bytes
Discord

406 Bytes
Zoom

530 Bytes
RedHat

549 Bytes
CentOS

743 Bytes
Git

467 Bytes
Git

382 Bytes
Microsoft

347 Bytes
Grafana

972 Bytes
Ubiquiti

558 Bytes
Sketch

408 Bytes
Trello

276 Bytes
QQ

950 Bytes
Badoo

285 Bytes
Badoo

266 Bytes
Yelp

463 Bytes
Samsung

872 Bytes
Samsung (alt.)

617 Bytes
Samsung (alt. 2)

893 Bytes
NGINX

693 Bytes
NGINX

465 Bytes
Uphold

819 Bytes
Rust

1007 Bytes
Clojure

632 Bytes
CoffeeScript

534 Bytes
JavaScript

519 Bytes
JavaScript

419 Bytes
Flutter

695 Bytes
Backbone

463 Bytes
freeCodeCamp

727 Bytes
Codeberg

594 Bytes
BitBucket

681 Bytes
Etsy

538 Bytes
Etsy

477 Bytes
Intercom

839 Bytes
Overleaf

452 Bytes
eBay

819 Bytes
Kickstarter

288 Bytes
Yahoo!

295 Bytes
Evernote

704 Bytes
Evernote

628 Bytes
Yammer

479 Bytes
- + diff --git a/images/svg/facebook.svg b/images/svg/facebook.svg index a365ddc6..d2ddfd19 100644 --- a/images/svg/facebook.svg +++ b/images/svg/facebook.svg @@ -3,4 +3,4 @@ aria-label="Facebook" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#1877f2"/> \ No newline at end of file From 91f48dd78688c963a048f10c26c492f330e1a5f9 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Wed, 8 Mar 2023 12:10:10 +0700 Subject: [PATCH 13/15] Fixing Wordpress logo (inverting fills) --- README.md | 2 +- images/reference/wordpress.svg | 89 ++-------------------------------- images/svg/wordpress.svg | 2 +- 3 files changed, 7 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index 14693130..0d91a98e 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Say thanks! - + diff --git a/images/reference/wordpress.svg b/images/reference/wordpress.svg index 02a5a973..ed2d0d86 100644 --- a/images/reference/wordpress.svg +++ b/images/reference/wordpress.svg @@ -1,84 +1,5 @@ - - - -image/svg+xml \ No newline at end of file + + WordPress.org + + + \ No newline at end of file diff --git a/images/svg/wordpress.svg b/images/svg/wordpress.svg index a4d41ceb..42e1f698 100644 --- a/images/svg/wordpress.svg +++ b/images/svg/wordpress.svg @@ -3,4 +3,4 @@ aria-label="WordPress" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#05a8da"/> \ No newline at end of file From 765beda9aa32ca266c41ede39e5afa5432722077 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Wed, 8 Mar 2023 12:24:51 +0700 Subject: [PATCH 14/15] Reducing Malt size --- README.md | 2 +- images/svg/malt.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d91a98e..6a40554e 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ Say thanks! - + diff --git a/images/svg/malt.svg b/images/svg/malt.svg index 4cae5978..608e5845 100644 --- a/images/svg/malt.svg +++ b/images/svg/malt.svg @@ -5,5 +5,5 @@ width="512" height="512" rx="15%" fill="#fff"/> +d="m120 313q-56 52-16 94t93-14L399 192q48-51 8-89t-90 14zM256 139l53-53q-9-44-53-44t-53 44zm0 234-53 53q9 45 53 45t53-45zM194 201H106q-65 3-65 52t45 56zm124 111h82q69-2 70-52t-44-57zM236 158l-14 15H99q-28-36 7-70t78 3zm39 196 43 43q49 47 86 15t10-73H291z"/> \ No newline at end of file From f581d5f755a5e752d7b76dab10d3500f17f1d205 Mon Sep 17 00:00:00 2001 From: Guillaume Cier Date: Thu, 9 Mar 2023 22:30:41 +0700 Subject: [PATCH 15/15] Reducing Raspberry PI size --- README.md | 2 +- images/svg/raspberry_pi.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a40554e..09dcd2d5 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ Say thanks! - + diff --git a/images/svg/raspberry_pi.svg b/images/svg/raspberry_pi.svg index 40a559a4..a62385cc 100644 --- a/images/svg/raspberry_pi.svg +++ b/images/svg/raspberry_pi.svg @@ -3,4 +3,4 @@ aria-label="Raspberry Pi" role="img" viewBox="0 0 512 512" fill="#c51a4a"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file
flickr

250 Bytes
Facebook

311 Bytes
Facebook

276 Bytes
Tumblr

422 Bytes
Twitter

414 Bytes
LinkedIn

370 Bytes
Hacker News

229 Bytes
StackOverflow

309 Bytes
StackExchange

406 Bytes
WordPress

513 Bytes
WordPress

503 Bytes
GitHub

542 Bytes
Wikipedia

583 Bytes
Overleaf

452 Bytes
Malt

1015 Bytes
Malt

430 Bytes
DataCamp

491 Bytes
Lobste.rs

536 Bytes
Quora

282 Bytes
ePub

323 Bytes
NextCloud

311 Bytes
Raspberry Pi

1010 Bytes
Raspberry Pi

973 Bytes
Printer

453 Bytes
Uber

864 Bytes
Amazon S3

542 Bytes