Skip to content

Add 2024 report #201

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

Merged
merged 8 commits into from
Mar 31, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_layouts/quote.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<figure class="max-w-screen-md mx-auto text-center" id="quote-{{ name | replace({' ': '-'}) | lower }}">
<figure class="max-w-screen-md mx-auto text-center mb-6" id="quote-{{ name | replace({' ': '-'}) | lower }}">
<svg class="w-10 h-10 mx-auto mb-3 text-gray-400" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 18 14">
<path d="M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z"/>
</svg>
<blockquote>
<p class="text-xl italic text-gray-900">“{{ quote | striptags | raw | nl2br }}”</p>
<p class="italic text-gray-900">“{{ quote | striptags | raw | nl2br }}”</p>
</blockquote>
<figcaption class="flex items-center justify-center mt-3 space-x-3 rtl:space-x-reverse">
<img class="w-10 h-10 rounded-full" src="{{ image }}" alt="profile picture">
Expand Down
394 changes: 394 additions & 0 deletions source/_posts/2025-03-31-transparency-and-impact-report-2024.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/assets/post-images/2025/report-2024/commits.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/assets/post-images/2025/report-2024/reviews.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,27 @@ <h2>Our Work</h2>
<div class="mx-auto max-w-7xl px-6 lg:px-0">
<dl class="grid grid-cols-1 gap-x-8 gap-y-16 text-center lg:grid-cols-3 items-center">
<div class="mx-auto flex max-w-xs flex-col gap-y-4">
<dt class="text-base leading-7 text-gray-400">Total by The PHP Foundation in 2023</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">784 commits</dd>
<dt class="text-base leading-7 text-gray-400">Total by The PHP Foundation in 2024</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">1976 commits</dd>
</div>

<div class="mx-auto flex max-w-xs flex-col gap-y-4">
<dt class="text-base leading-7 text-gray-400">Total by The PHP Foundation in 2023</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">702 reviews</dd>
<dt class="text-base leading-7 text-gray-400">Total by The PHP Foundation in 2024</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">1278 reviews</dd>
</div>

<div class="mx-auto flex max-w-xs flex-col gap-y-4">
<dt class="text-base leading-7 text-gray-400">
Proposals authored or co-authored by The PHP Foundation developers in 2023
Proposals authored or co-authored by The PHP Foundation developers in 2024
</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">17 RFCs</dd>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">13 RFCs</dd>
</div>
</dl>

<div class="text-center mt-12">
<a href="/blog/2024/02/26/transparency-and-impact-report-2023/"
<a href="/blog/2024/03/31/transparency-and-impact-report-2024/"
class="inline-block py-2 no-underline px-6 !text-white border-white border rounded-3xl hover:bg-white hover:!text-gray-900 transition-all">
2023 Impact Report</a>
2024 Impact Report</a>
</div>
</div>
</section>
Expand Down