From f0d8562b7ba671fa6dd60867c542be3ed52758bf Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 27 Apr 2022 15:40:14 -0600 Subject: Add more static routes; setup for contact form HCAPTCHA --- src/components/DirectionCard.svelte | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/components/DirectionCard.svelte (limited to 'src/components/DirectionCard.svelte') 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} +
+ + -- cgit v1.2.3-70-g09d2