Skip to content
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
24 changes: 23 additions & 1 deletion source/_pages/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,34 @@ <h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="admins">Boa
</div>
</div>

<div class="my-16 mb-24">
<div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8">
<div class="space-y-5 sm:space-y-4">
<h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="staff">Staff</h2>
<div class="text-xl text-gray-500">
The PHP Foundation staff members who coordinate operations and fundraising.
</div>
</div>
<div class="lg:col-span-2">
<div class="space-y-12 sm:grid sm:grid-cols-2 sm:gap-12 sm:space-y-0 lg:gap-x-8">
{{ include('structure-item.html', {
name: 'Ben Marks',
image: '/assets/team/ben_marks.jpeg',
job: 'Director (Fundraising)',
twitter: 'https://twitter.com/benmarks',
github: 'https://github.com/benmarks',
}) }}
</div>
</div>
</div>
</div>

<div class="my-16 mb-24">
<div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8">
<div class="space-y-5 sm:space-y-4">
<h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="core_developers">Core Developers</h2>
<div class="text-xl text-gray-500">
The PHP Foundation contracts 10 full-time and part-time engineers to maintain and develop the PHP language.
The PHP Foundation contracts 11 full-time and part-time engineers to maintain and develop the PHP language.
</div>
</div>
<div class="lg:col-span-2">
Expand Down
Binary file added source/assets/team/ben_marks.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.