Skip to content

Commit

Permalink
Add Yearly Report 2023 (#142)
Browse files Browse the repository at this point in the history
* Add Yearly Report 2023

* Update report

* Update report

* Update report

* Fix quote ids

* Update report

* Fix indent

* Fix typos

* Fixes

* Update report

* Change Donate -> Contribute
  • Loading branch information
pronskiy authored Feb 26, 2024
1 parent 9cb5839 commit 403b153
Show file tree
Hide file tree
Showing 17 changed files with 641 additions and 196 deletions.
1 change: 1 addition & 0 deletions app/src/Blog/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ class Tag
'roundup' => 'PHP Roundup',
'update' => 'Update',
'team' => 'Team',
'report' => 'Report',
];
}
12 changes: 12 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,15 @@ code {
.button-link-border {
@apply inline-block py-2 no-underline px-6 hover:text-white text-[#6858f6] bg-white border-2 border-[#6858f6] rounded-3xl hover:bg-[#6858f6];
}

table tr th {
@apply text-center font-bold;
}

table tr td, table tr th {
@apply border-solid border border-gray-300 p-1.5;
}

table tr, td {
@apply text-base;
}
398 changes: 210 additions & 188 deletions composer.lock

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions source/_layouts/quote.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<figure class="max-w-screen-md mx-auto text-center" 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 }}”</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">
<div class="flex items-center">
<cite class="pl-0.5 font-medium text-gray-900">{{ name }}, </cite>
<cite class="pl-0.5 text-gray-500">{{ title }}</cite>
</div>
</figcaption>
</figure>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: 'The PHP Foundation: Impact and Transparency Report 2022'
layout: post
tags:
- report
author:
name: Roman Pronskiy
url: https://twitter.com/pronskiy
Expand Down
394 changes: 394 additions & 0 deletions source/_posts/2024-02-26-transparency-and-impact-report-2023.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.
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.
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 @@ -85,27 +85,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 2022</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">683 commits</dd>
<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>
</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 2022</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">283 reviews</dd>
<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>
</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 2022
Proposals authored or co-authored by The PHP Foundation developers in 2023
</dt>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">8 RFCs</dd>
<dd class="order-first text-3xl font-semibold tracking-tight text-white sm:text-5xl">17 RFCs</dd>
</div>
</dl>

<div class="text-center mt-12">
<a href="/blog/2022/11/22/transparency-and-impact-report-2022/"
<a href="/blog/2024/02/26/transparency-and-impact-report-2023/"
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">
2022 Impact Report</a>
2023 Impact Report</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 403b153

Please sign in to comment.