From db671d26c43e47b8285d319a0fd758df60d729c7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 7 Jan 2024 01:21:06 -0700 Subject: initial update with nodemailer --- src/routes/team/index.svelte | 57 +++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 27 deletions(-) (limited to 'src/routes/team') diff --git a/src/routes/team/index.svelte b/src/routes/team/index.svelte index 04c62b9..88e5db0 100644 --- a/src/routes/team/index.svelte +++ b/src/routes/team/index.svelte @@ -1,35 +1,38 @@
-

Our Team

- {#if people.length} - {#each people as person, i} -
- -

{person.name}, {person.position}

-

{person.bio}

-

{person.email}

-
-
- {/each} - {/if} +

Our Team

+ {#if people.length} + {#each people as person, i} +
+ +

{person.name}, {person.position}

+

{person.bio}

+

{person.email}

+
+
+ {/each} + {/if}
-- cgit v1.2.3-70-g09d2