From 989b0af73f31b719fdd2baf1033161bbeeb147c8 Mon Sep 17 00:00:00 2001 From: zzzmlssqnzzz Date: Thu, 19 Jun 2025 00:15:29 -0400 Subject: [PATCH] modifying card council component --- src/components/CouncilCard.svelte | 55 +++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/src/components/CouncilCard.svelte b/src/components/CouncilCard.svelte index 343ddb8..3567354 100644 --- a/src/components/CouncilCard.svelte +++ b/src/components/CouncilCard.svelte @@ -15,17 +15,52 @@ import { Avatar } from '@skeletonlabs/skeleton-svelte'; + +
- {#if image} - - {:else} - - {/if} -

{name} - {yearProgram}

-
-

~ {position} ~

-

{email}

-

{positionDescription}

+
+
+ {#if image} + + {:else} + + {/if} +
+ {yearProgram} +
+
+

{name}

+
+

{position}

+

{positionDescription}

+
+ +

{email}

+