Skip to content

Commit 0fb489e

Browse files
committed
Add Ben Marks to Staff
1 parent 73a347c commit 0fb489e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

source/_pages/structure.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,34 @@ <h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="admins">Boa
8787
</div>
8888
</div>
8989

90+
<div class="my-16 mb-24">
91+
<div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8">
92+
<div class="space-y-5 sm:space-y-4">
93+
<h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="staff">Staff</h2>
94+
<div class="text-xl text-gray-500">
95+
The PHP Foundation staff members who coordinate operations and fundraising.
96+
</div>
97+
</div>
98+
<div class="lg:col-span-2">
99+
<div class="space-y-12 sm:grid sm:grid-cols-2 sm:gap-12 sm:space-y-0 lg:gap-x-8">
100+
{{ include('structure-item.html', {
101+
name: 'Ben Marks',
102+
image: '/assets/team/ben_marks.jpeg',
103+
job: 'Director (Fundraising)',
104+
twitter: 'https://twitter.com/benmarks',
105+
github: 'https://github.com/benmarks',
106+
}) }}
107+
</div>
108+
</div>
109+
</div>
110+
</div>
111+
90112
<div class="my-16 mb-24">
91113
<div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8">
92114
<div class="space-y-5 sm:space-y-4">
93115
<h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="core_developers">Core Developers</h2>
94116
<div class="text-xl text-gray-500">
95-
The PHP Foundation contracts 10 full-time and part-time engineers to maintain and develop the PHP language.
117+
The PHP Foundation contracts 11 full-time and part-time engineers to maintain and develop the PHP language.
96118
</div>
97119
</div>
98120
<div class="lg:col-span-2">

source/assets/team/ben_marks.jpeg

106 KB
Loading

0 commit comments

Comments
 (0)