Skip to content

Commit d38a03d

Browse files
authored
Merge pull request #207 from haskellfoundation/add-david-c
Add new ED to website
2 parents 9d5c033 + 20fbbd1 commit d38a03d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

assets/images/exec-team/dtc.png

161 KB
Loading

templates/who-we-are/exec-and-board.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<h1 class="text-2xl-5xl">Who We Are</h1>
3434
</div>
3535
</div>
36-
<!--
3736
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
3837
<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">
3938
<h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Executive Team</h2>
@@ -44,7 +43,6 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Executive Team</h2
4443
</p>
4544
</div>
4645
</div>
47-
-->
4846
<div class="max-w-screen-xl mx-auto px-4 sm:px-12 md:px-12 lg:px-16 py-16 md:py-24">
4947
<div class="mt-10 md:mt-12 lg:mt-16 xl:mt-20 grid gap-8 md:grid-cols-2">
5048
$for(currentexecutiveteam)$
@@ -62,6 +60,11 @@ <h3 class="text-xl font-semibold">$name$</h3>
6260
<div>
6361
<a class="arrow-link" href="mailto:$email$">>> $email$</a>
6462
</div>
63+
$if(website)$
64+
<div>
65+
<a class="arrow-link" href="$website$">>> $website$</a>
66+
</div>
67+
$endif$
6568
</div>
6669
$endfor$
6770
</div>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: David Thrane Christiansen
3+
4+
title: Executive Director
5+
executiveTeam: "True"
6+
tenureStart: 2022-05-02
7+
image: /assets/images/exec-team/dtc.png
8+
website: https://davidchristiansen.dk
9+
---
10+
David Thrane Christiansen has a background in software development and academic research. In academia, he worked on the boundary between advanced functional programming languages and metaprogramming, and implemented much of the interactive programming environment for Idris 1. In industry, he has worked on domain-specific languages for the financial sector at Deon Digital and tools for software verification and security at Galois. Throughout, he has worked as much as possible on making languages and ideas accessible, fun, and easy to get started with. Together with Daniel P. Friedman, David is a co-author of _The Little Typer_, an introductory book on dependent type theory.
11+
12+
In addition to Haskell, David has significant experience with Racket, Kotlin, Idris, Python, and PHP. He is very interested in seeing what the Haskell community can learn from other communities of practice, and facilitating cross-pollination of ideas.

0 commit comments

Comments
 (0)