diff --git a/src/app.html b/src/app.html index 009e878..ea40a9d 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/lib/components/molecules/FadingText.svelte b/src/lib/components/molecules/FadingText.svelte new file mode 100644 index 0000000..7de9509 --- /dev/null +++ b/src/lib/components/molecules/FadingText.svelte @@ -0,0 +1,13 @@ + + +

i fucking made you fade

\ No newline at end of file diff --git a/src/lib/components/molecules/StickyScrollReveal.svelte b/src/lib/components/molecules/StickyScrollReveal.svelte new file mode 100644 index 0000000..e07af87 --- /dev/null +++ b/src/lib/components/molecules/StickyScrollReveal.svelte @@ -0,0 +1,67 @@ + + +
+
+
+ {#each content as item, index (item.title + index)} +
+

+ {item.title} +

+

+ {item.description} +

+
+ {/each} +
+
+
+
\ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index eff402c..f6d89eb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,39 +1,81 @@ -
-
-

- Join the waitlist -

-

-

- Welcome to ExampleSaaS, the best solution for converting your video content into an engaging - blog website. Sign up to our waitlist to get notified when we launch and earn some free goodies as well. -

-
- - - +
+
+
+

+ Join the waitlist +

+

+

+ Welcome to ExampleSaaS, the best solution for converting your video content into an engaging + blog website. Sign up to our waitlist to get notified when we launch and earn some free + goodies as well. +

+
+ + +
+ {#if $isDesktop} + + {/if} +
+
+ +

i fucking made you

+

i fucking made you

+

i fucking made you

- {#if $isDesktop} - - {/if}