diff --git a/src/components/molecules/ProcessStep.svelte b/src/components/molecules/ProcessStep.svelte new file mode 100644 index 0000000..2c20b0c --- /dev/null +++ b/src/components/molecules/ProcessStep.svelte @@ -0,0 +1,58 @@ + + + + + + +
+
+ {#if image} + {image.title} + {/if} +
+

{title}

+
+ {@html text} +
+
+
+
\ No newline at end of file diff --git a/src/routes/about.svelte b/src/routes/about.svelte index c21e1f5..2c38dd3 100644 --- a/src/routes/about.svelte +++ b/src/routes/about.svelte @@ -4,14 +4,14 @@