Skip to content

Commit 1248795

Browse files
committed
Add new board members
1 parent c7ccbe7 commit 1248795

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

src/assets/team/john-dunning.png

920 KB
Loading

src/assets/team/julia-gitis.png

360 KB
Loading

src/assets/team/leela-solomon.jpg

48 KB
Loading

src/components/TeamList.astro

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import francis from "@/assets/team/francis-li.png";
44
import janice from "@/assets/team/janice-tam.png";
55
import edward from "@/assets/team/edward-wu.jpg";
66
import john from "@/assets/team/john-dunning.png";
7+
import julia from "@/assets/team/julia-gitis.png";
8+
import leela from "@/assets/team/leela-solomon.jpg";
79
import robby from "@/assets/team/robby-taine.png";
810
---
911

@@ -37,6 +39,18 @@ import robby from "@/assets/team/robby-taine.png";
3739
title="Board Member"
3840
image={john}
3941
/>
42+
43+
<TeamMember
44+
name="Julia Gitis"
45+
title="Board Member"
46+
image={julia}
47+
/>
48+
49+
<TeamMember
50+
name="Leela Solomon"
51+
title="Board Member"
52+
image={leela}
53+
/>
4054
</section>
4155

4256
<style>

0 commit comments

Comments
 (0)