|
4 | 4 | permalink: structure |
5 | 5 | --- |
6 | 6 |
|
| 7 | + <div class="my-16 mb-24"> |
| 8 | + <div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8"> |
| 9 | + <div class="space-y-5 sm:space-y-4"> |
| 10 | + <h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="staff">Staff</h2> |
| 11 | + <div class="text-xl text-gray-500"> |
| 12 | + The PHP Foundation staff members who coordinate operations and fundraising. |
| 13 | + </div> |
| 14 | + </div> |
| 15 | + <div class="lg:col-span-2"> |
| 16 | + <div class="space-y-12 sm:grid sm:grid-cols-2 sm:gap-12 sm:space-y-0 lg:gap-x-8"> |
| 17 | + {{ include('structure-item.html', { |
| 18 | + name: 'Elizabeth Barron', |
| 19 | + image: '/assets/team/elizabeth_barron.jpeg', |
| 20 | + job: 'Executive Director', |
| 21 | + mastodon: 'https://mastodon.social/@elizabeth@fosstodon.org', |
| 22 | + linkedin: 'https://www.linkedin.com/in/elizabethn', |
| 23 | + }) }} |
| 24 | + |
| 25 | + {{ include('structure-item.html', { |
| 26 | + name: 'Ben Marks', |
| 27 | + image: '/assets/team/ben_marks.jpeg', |
| 28 | + job: 'Director (Fundraising)', |
| 29 | + twitter: 'https://twitter.com/benmarks', |
| 30 | + github: 'https://github.com/benmarks', |
| 31 | + }) }} |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + |
7 | 37 | <div class="my-16 mb-24"> |
8 | 38 | <div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8"> |
9 | 39 | <div class="space-y-5 sm:space-y-4"> |
@@ -52,7 +82,7 @@ <h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="admins">Boa |
52 | 82 | name: 'Roman Pronskiy', |
53 | 83 | company: 'JetBrains', |
54 | 84 | image: 'https://avatars.githubusercontent.com/u/1196825?s=200&v=4', |
55 | | - job: 'Board member, Executive Director', |
| 85 | + job: 'Board member', |
56 | 86 | twitter: 'https://twitter.com/pronskiy', |
57 | 87 | github: 'https://github.com/pronskiy', |
58 | 88 | }) }} |
@@ -87,28 +117,6 @@ <h2 class="text-3xl text-gray-800 font-bold tracking-tight mt-0" id="admins">Boa |
87 | 117 | </div> |
88 | 118 | </div> |
89 | 119 |
|
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 | | - |
112 | 120 | <div class="my-16 mb-24"> |
113 | 121 | <div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8"> |
114 | 122 | <div class="space-y-5 sm:space-y-4"> |
|
0 commit comments