diff --git a/src/app.html b/src/app.html index 13e10650..a858758e 100644 --- a/src/app.html +++ b/src/app.html @@ -12,10 +12,7 @@ - + diff --git a/src/components/GetNotified/ContactThankYou.svelte b/src/components/GetNotified/ContactThankYou.svelte index 167dea6f..cee6fe06 100644 --- a/src/components/GetNotified/ContactThankYou.svelte +++ b/src/components/GetNotified/ContactThankYou.svelte @@ -1,16 +1,11 @@ -
- Frequency waves with 'Thank you!' caption +
+ Frequency waves with 'Thank you!' caption
diff --git a/src/components/GetNotified/GetNotified.svelte b/src/components/GetNotified/GetNotified.svelte index ad02d97d..cb116f26 100644 --- a/src/components/GetNotified/GetNotified.svelte +++ b/src/components/GetNotified/GetNotified.svelte @@ -2,7 +2,6 @@ import { Input, Textarea } from '@frequency-chain/style-guide'; import { dev } from '$app/environment'; import ContactThankYou from '$components/GetNotified/ContactThankYou.svelte'; - import { goto } from '$app/navigation'; const fieldMapping = { name: 'entry.464666765', @@ -73,12 +72,16 @@ } }; - const goToTop = async (_e: Event) => { + const resetForm = async (_e: Event) => { formSuccess = false; hasSubmittedFormAtLeastOnce = false; - await goto('/'); - const form = document.getElementsByTagName('form')[0] as HTMLFormElement; - form.reset(); + name = ''; + email = ''; + isDeveloper = false; + isPartnership = false; + comment = ''; + const form = document.getElementById('contact-form') as HTMLFormElement; + if (form) form.reset(); }; @@ -90,6 +93,7 @@ novalidate class="mx-auto mt-f24 justify-center gap-f24" data-testid="contact-form" + id="contact-form" > {:else} - + {/if}
diff --git a/src/components/HAccordion.svelte b/src/components/HAccordion.svelte index 812c1960..2e14a2c2 100644 --- a/src/components/HAccordion.svelte +++ b/src/components/HAccordion.svelte @@ -61,8 +61,8 @@ {@render children()}
-
diff --git a/src/components/Sections/Ecosystem.svelte b/src/components/Sections/Ecosystem.svelte index 404fcb1e..c54db4d1 100644 --- a/src/components/Sections/Ecosystem.svelte +++ b/src/components/Sections/Ecosystem.svelte @@ -20,9 +20,9 @@ > -
+
-
+

Growing into a better Future Together diff --git a/src/components/Sections/Mission/Mission.svelte b/src/components/Sections/Mission/Mission.svelte index 8ab8275d..a52ada11 100644 --- a/src/components/Sections/Mission/Mission.svelte +++ b/src/components/Sections/Mission/Mission.svelte @@ -6,7 +6,7 @@ -
+
diff --git a/src/components/Sections/Top/Top.svelte b/src/components/Sections/Top/Top.svelte index e69c281c..323cbf68 100644 --- a/src/components/Sections/Top/Top.svelte +++ b/src/components/Sections/Top/Top.svelte @@ -8,42 +8,33 @@ // That's to be able to responsively handle the movement of the animation - +
-
- -
- Bringing -
-
- Humanity -
-
to the
-
- People's -
-
- Internet +
+ +
Welcome
+
+
to the
+
People's
+
Internet
+ + diff --git a/src/components/Sections/Users/Users.svelte b/src/components/Sections/Users/Users.svelte index de87fc02..ca62d7ce 100644 --- a/src/components/Sections/Users/Users.svelte +++ b/src/components/Sections/Users/Users.svelte @@ -5,7 +5,7 @@ import UsersHeader from './UsersHeader.svelte'; - +
diff --git a/src/lib/assets/ThankYouWave.svg b/src/lib/assets/ThankYouWave.svg new file mode 100644 index 00000000..985a4c04 --- /dev/null +++ b/src/lib/assets/ThankYouWave.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/lib/assets/ThankYouWaves.png b/src/lib/assets/ThankYouWaves.png deleted file mode 100644 index 50fe3720..00000000 Binary files a/src/lib/assets/ThankYouWaves.png and /dev/null differ diff --git a/src/routes/docs/components/DocsMain.svelte b/src/routes/docs/components/DocsMain.svelte index 700f7d9b..322e5c81 100644 --- a/src/routes/docs/components/DocsMain.svelte +++ b/src/routes/docs/components/DocsMain.svelte @@ -3,8 +3,10 @@ import SlideIn from '$components/SlideIn.svelte'; -
-
+
+
diff --git a/src/routes/docs/components/Explore.svelte b/src/routes/docs/components/Explore.svelte index 109b69b7..cdf221d8 100644 --- a/src/routes/docs/components/Explore.svelte +++ b/src/routes/docs/components/Explore.svelte @@ -27,14 +27,14 @@
-
+
Explore & Build -
+
Frequency offers simple blockchain integration for your applications—bridging the gap between your app and the decentralized web. Frequency Developer Gateway offers a suite of self-hosted tools and services that make it easy to connect your applications to Frequency. This allows your developer team to focus on building outstanding