diff --git a/src/components/DirectionCard.svelte b/src/components/DirectionCard.svelte new file mode 100644 index 0000000..39d2260 --- /dev/null +++ b/src/components/DirectionCard.svelte @@ -0,0 +1,32 @@ + + +
+ {#if direction == 'right'} +
+
+ {imageSpec.alt} +
+
+ +
+
+ {:else} +
+
+ +
+
+ {imageSpec.alt} +
+
+ {/if} +
+ + diff --git a/src/components/NavBar.svelte b/src/components/NavBar.svelte index a817c3e..44118ba 100644 --- a/src/components/NavBar.svelte +++ b/src/components/NavBar.svelte @@ -15,10 +15,10 @@ Our Team