From 91a983a95f343f1918895c36ff67e063764fb569 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 15 Dec 2024 17:35:40 +0100 Subject: [PATCH 1/3] image handled on project itself --- .meta/oss-pledge.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.meta/oss-pledge.json b/.meta/oss-pledge.json index 3cf6e7181..14ba48cbe 100644 --- a/.meta/oss-pledge.json +++ b/.meta/oss-pledge.json @@ -1,7 +1,6 @@ { "name": "Rector", "description": "Rector is a PHP tool that you can run on any PHP project to get an instant upgrade or automated refactoring. It gives you safety and lightning speed, and helps you with PHP upgrades, framework upgrades, and improving your code quality. Rector is alive thanks to Open Source projects and the developers behind those projects.", - "urlSquareLogoWithBackground": "https://raw.githubusercontent.com/rectorphp/getrector-com/main/public/assets/images/new-logo/rector-square.png", "urlLearnMore": "http://getrector.com/blog/rector-is-joining-open-source-pledge", "annualReports": [ { From 729cd0abcbdb0dcf2fe1acd65c397a26928fbe16 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 15 Dec 2024 17:37:15 +0100 Subject: [PATCH 2/3] make image width fit --- .../posts/2024/2024-12-16-evolution-of-new-rector-logo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/blog/posts/2024/2024-12-16-evolution-of-new-rector-logo.md b/resources/blog/posts/2024/2024-12-16-evolution-of-new-rector-logo.md index f3ebcd9f0..80677f40f 100644 --- a/resources/blog/posts/2024/2024-12-16-evolution-of-new-rector-logo.md +++ b/resources/blog/posts/2024/2024-12-16-evolution-of-new-rector-logo.md @@ -49,7 +49,7 @@ The logo must be: We've decided to make as many iterations as needed until we're sure it's the right one. - +
@@ -74,7 +74,7 @@ What was the feedback?
- + On **3rd iteration** we've found a great [color palette](https://colorhunt.co/palette/4d46465b56567fcd91f5eaea) we fell in love: @@ -145,7 +145,7 @@ We went with version 3 and made the chimney slightly bigger. Time to test on pro ## Final Version -**We silently pushed the logo on our homepage to see reactions in the wild. It was great to see people noticing the change and giving us feedback. +**We silently pushed the logo on our homepage to see reactions in the wild**. It was great to see people noticing the change and giving us feedback. Here is the final version: @@ -160,7 +160,7 @@ While at it, we've designed a new cover for the [Rector book](https://leanpub.co The 5-iteration journey looked like this: - + It's been a long but adventurous journey. **Rector is built on the PHP community, so we've really enjoyed including the community in making the new logo** the best version possible. From 8f32caf58aff3344e916d25cc2f96b432a09a044 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 15 Dec 2024 17:40:11 +0100 Subject: [PATCH 3/3] now report is handled via issue on project --- .meta/oss-pledge.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .meta/oss-pledge.json diff --git a/.meta/oss-pledge.json b/.meta/oss-pledge.json deleted file mode 100644 index 14ba48cbe..000000000 --- a/.meta/oss-pledge.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Rector", - "description": "Rector is a PHP tool that you can run on any PHP project to get an instant upgrade or automated refactoring. It gives you safety and lightning speed, and helps you with PHP upgrades, framework upgrades, and improving your code quality. Rector is alive thanks to Open Source projects and the developers behind those projects.", - "urlLearnMore": "http://getrector.com/blog/rector-is-joining-open-source-pledge", - "annualReports": [ - { - "url": "http://getrector.com/blog/rector-is-joining-open-source-pledge", - "dateYearEnding": "2024-12-31", - "averageNumberOfDevs": 2, - "payments": 18663 - }, - { - "url": "http://getrector.com/blog/rector-is-joining-open-source-pledge", - "dateYearEnding": "2023-12-31", - "averageNumberOfDevs": 2, - "payments": 15980 - } - ] -}