From f2c210e17bc549ae2d8eacc223a81fb1c324df44 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 15 Apr 2022 16:55:57 +0200 Subject: [PATCH] :sparkles: Added testimonial by @adeekshith --- frontend/src/lib/landing/testimonials.svelte | 23 +++++++------------- frontend/src/routes/index.svelte | 4 +--- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/frontend/src/lib/landing/testimonials.svelte b/frontend/src/lib/landing/testimonials.svelte index 1801678..9d4120e 100644 --- a/frontend/src/lib/landing/testimonials.svelte +++ b/frontend/src/lib/landing/testimonials.svelte @@ -6,18 +6,11 @@ const testimotionals = [ { - quote: 'Great programm!', - name: 'John Doe', - source: 'https://t.co' - }, - { - quote: - 'The Landscaping Professionals were quick, courteous and very helpful. They\n' + - ' helped me restore my lawn and gardens completely after putting in my deck.\n' + - ' I was worried it wouldn’t be done in time for my garden party, but they\n' + - ' finished the job with time to spare!', - name: 'Jane Doe', - source: 'https://t.co' + quote: `#ClassQuiz: An open source quiz platform (like Kahoot!) made by @Mawoka + and written mostly in #svelte and #python. +I like it and would use it for my house parties next time!`, + name: 'Deekshith Allamaneni', + source: 'https://twitter.com/adeekshith/status/1514973178438766596' } ]; @@ -28,7 +21,7 @@ centeredSlides={true} modules={[Autoplay]} autoplay={{ - delay: 3000, + delay: 3500, disableOnInteraction: false }} loop={true} @@ -39,8 +32,8 @@
-

- {testi.quote} +

+ {@html testi.quote}

diff --git a/frontend/src/routes/index.svelte b/frontend/src/routes/index.svelte index 6e2ab80..47ba916 100644 --- a/frontend/src/routes/index.svelte +++ b/frontend/src/routes/index.svelte @@ -64,14 +64,12 @@
-

{$t('words.features')}