Added testimonial by @adeekshith

This commit is contained in:
Mawoka
2022-04-15 16:55:57 +02:00
parent d54b110752
commit f2c210e17b
2 changed files with 9 additions and 18 deletions
+8 -15
View File
@@ -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 wouldnt 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'
}
];
</script>
@@ -28,7 +21,7 @@
centeredSlides={true}
modules={[Autoplay]}
autoplay={{
delay: 3000,
delay: 3500,
disableOnInteraction: false
}}
loop={true}
@@ -39,8 +32,8 @@
<div class="max-w-3xl p-4 text-gray-800 rounded-lg text-white">
<div class="mb-2">
<div class="h-3 text-3xl text-left text-indigo-600"></div>
<p class="px-4 text-center text-gray-200">
{testi.quote}
<p class="px-4 text-center text-gray-800 font-medium">
{@html testi.quote}
</p>
<div class="h-3 text-3xl text-right text-indigo-600"></div>
<div class="text-center">
+1 -3
View File
@@ -64,14 +64,12 @@
</div>
</section>
<!--
<section>
<h1 class='sm:text-6xl text-4xl text-center'>Testimonials</h1>
<h1 class="sm:text-6xl text-4xl text-center">Testimonials</h1>
{#await import('$lib/landing/testimonials.svelte') then testimonials}
<svelte:component this={testimonials.default} />
{/await}
</section>
-->
<section id="features" class="mt-8">
<div class="text-center snap-y">
<h1 class="sm:text-6xl text-4xl">{$t('words.features')}</h1>