Skip to content

Commit 82d01f0

Browse files
authored
Merge pull request #177 from haskellfoundation/emilydone
Add past exec team section, set Emily's end of tenure date.
2 parents 84977eb + 1982d99 commit 82d01f0

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

templates/who-we-are/past-board.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,46 @@ <h3 class="text-xl font-semibold">$name$</h3>
8080
</div>
8181
</div>
8282

83+
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
84+
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">
85+
<h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Past Executive Team Members</h2>
86+
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
87+
88+
Thank you to the former members of the Executive Team, who helped shape the Haskell Foundation.
89+
90+
</p>
91+
</div>
92+
</div>
93+
94+
<div class="max-w-screen-xl mx-auto px-4 sm:px-12 md:px-12 lg:px-16 py-16 md:py-24">
95+
<div class="mt-10 md:mt-12 lg:mt-16 xl:mt-20 grid gap-8 md:grid-cols-2">
96+
$for(pastexecutiveteam)$
97+
<div class="border border-gray-300 rounded py-8 px-6 sm:px-12 md:px-6 lg:px-12 space-y-6">
98+
<div class="sm:flex md:block xl:flex items-center">
99+
<img class="h-32 mr-8 mb-6 sm:mb-0 md:mb-6 xl:mb-0" src="$image$" alt="$name$">
100+
<div class="">
101+
<h3 class="text-xl font-semibold">$name$</h3>
102+
$if(title)$
103+
<div class="uppercase text-lg font-medium">$title$</div>
104+
<div class="uppercase text-md font-medium">$tenureStart$ - $tenureEnd$</div>
105+
$endif$
106+
</div>
107+
</div>
108+
<p>
109+
$body$
110+
</p>
111+
<div>
112+
$if(email)$
113+
<a class="arrow-link" href="mailto:$email$">>> $email$</a>
114+
$endif$
115+
$if(website)$
116+
<a class="arrow-link" href="$website$">>> $website$</a>
117+
$endif$
118+
</div>
119+
</div>
120+
$endfor$
121+
</div>
122+
</div>
83123

84124
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
85125
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">

who-we-are/people/emilypillmore.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ email: [email protected]
44
title: Chief Technology Officer
55
executiveTeam: "True"
66
tenureStart: 2021-02-22
7+
tenureEnd: 2021-12-31
78
image: /assets/images/exec-team/ep.png
89
---
910
Emily Pillmore got her start on Wall St. as a consultant and financial professional, reverse engineering statistical models and providing technical audit. She started her programming career as a late bloomer at the University of Utah, learning Java and Perl. Ultimately deciding to pursue mathematics (Topology and Geometry), she found a way to combine these two loves via functional programming, and quickly changed careers to focus on Scala and Haskell in 2016. Since then, she has served as a senior engineer for Disney Streaming (working on Disney+), and as a core team member of [Kadena](https://kadena.io).

0 commit comments

Comments
 (0)