forked from PriyaGhosal/SkillWise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testimonial section UI design. PriyaGhosal#824
- Loading branch information
Showing
2 changed files
with
694 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,373 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/keen-slider.min.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<!-- <link rel="stylesheet" href="style.css"> --> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
|
||
<style> | ||
/* footer{ | ||
color:white | ||
} */ | ||
.cursor-pointer{ | ||
cursor:pointer; | ||
} | ||
</style> | ||
<!-- | ||
- favicon | ||
--> | ||
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml"> | ||
|
||
<!-- | ||
- custom font link | ||
--> | ||
<link rel="stylesheet" href="./assets/font/font.css"> | ||
|
||
<!-- | ||
- custom css link | ||
--> | ||
<link rel="stylesheet" href="./assets/css/style.css" id="theme-style"> | ||
|
||
<!-- | ||
-dark mode css link disabled | ||
--> | ||
<!-- <link rel="stylesheet" href="./assets/css/darkmode.css" id="theme-style" > --> | ||
|
||
<!-- | ||
- preload images | ||
--> | ||
<link rel="preload" as="image" href="./assets/images/hero-banner.png"> | ||
<link rel="preload" as="image" href="./assets/images/hero-bg.png"> | ||
<!-- Animation on Scroll --> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<link rel="stylesheet" href="registor_btn.css" /> | ||
<script src="config.js"></script> | ||
</head> | ||
|
||
<body> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/keen-slider.min.css" rel="stylesheet" /> | ||
|
||
<script type="module"> | ||
import KeenSlider from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm' | ||
|
||
const keenSlider = new KeenSlider( | ||
'#keen-slider', | ||
{ | ||
loop: true, | ||
slides: { | ||
origin: 'center', | ||
perView: 1.25, | ||
spacing: 16, | ||
}, | ||
breakpoints: { | ||
'(min-width: 1024px)': { | ||
slides: { | ||
origin: 'auto', | ||
perView: 2.5, | ||
spacing: 32, | ||
}, | ||
}, | ||
}, | ||
}, | ||
[] | ||
) | ||
|
||
const keenSliderPrevious = document.getElementById('keen-slider-previous') | ||
const keenSliderNext = document.getElementById('keen-slider-next') | ||
|
||
keenSliderPrevious.addEventListener('click', () => keenSlider.prev()) | ||
keenSliderNext.addEventListener('click', () => keenSlider.next()) | ||
</script> | ||
|
||
<section class="bg-[#FFECE0] cursor-pointer"> | ||
<div class="mx-auto max-w-[1340px] px-4 py-12 sm:px-6 lg:me-0 lg:py-16 lg:pe-0 lg:ps-8 xl:py-24"> | ||
<div class="max-w-7xl items-end justify-between sm:flex sm:pe-6 lg:pe-8"> | ||
<h2 class="max-w-xl text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl " > | ||
Read trusted reviews from our customers | ||
</h2> | ||
|
||
<div class="mt-8 flex gap-4 lg:mt-0"> | ||
<button | ||
aria-label="Previous slide" | ||
id="keen-slider-previous" | ||
class="rounded-full border border-rose-600 p-3 text-rose-600 transition hover:bg-rose-600 hover:text-white" | ||
> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke-width="1.5" | ||
stroke="currentColor" | ||
class="size-5 rtl:rotate-180" | ||
> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5L8.25 12l7.5-7.5" /> | ||
</svg> | ||
</button> | ||
|
||
<button | ||
aria-label="Next slide" | ||
id="keen-slider-next" | ||
class="rounded-full border border-rose-600 p-3 text-rose-600 transition hover:bg-rose-600 hover:text-white" | ||
> | ||
<svg | ||
class="size-5 rtl:rotate-180" | ||
fill="none" | ||
stroke="currentColor" | ||
viewBox="0 0 24 24" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9 5l7 7-7 7" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
stroke-width="2" | ||
/> | ||
</svg> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<div class="-mx-6 mt-8 lg:col-span-2 lg:mx-0 "> | ||
<div id="keen-slider" class="keen-slider"> | ||
<div class="keen-slider__slide border rounded drop-shadow backdrop-blur shadow" > | ||
<blockquote | ||
class="flex h-full flex-col justify-between bg-white p-6 shadow-sm sm:p-8 lg:p-12" | ||
> | ||
<div > | ||
<div class="flex gap-0.5 text-green-500" > | ||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
</div> | ||
|
||
<div class="mt-4"> | ||
<p class="text-2xl font-bold text-rose-600 sm:text-3xl">Stayin' Alive</p> | ||
|
||
<p class="mt-4 leading-relaxed text-gray-700"> | ||
"The service was exceptional and exceeded all my expectations!" | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<footer class="mt-4 text-sm font-medium text-gray-700 sm:mt-6"> | ||
— John Doe | ||
</footer> | ||
</blockquote> | ||
</div> | ||
|
||
<div class="keen-slider__slide border rounded drop-shadow backdrop-blur shadow" > | ||
<blockquote | ||
class="flex h-full flex-col justify-between bg-white p-6 shadow-sm sm:p-8 lg:p-12" | ||
> | ||
<div > | ||
<div class="flex gap-0.5 text-green-500"> | ||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
</div> | ||
|
||
<div class="mt-4"> | ||
<p class="text-2xl font-bold text-rose-600 sm:text-3xl">Stayin' Alive</p> | ||
|
||
<p class="mt-4 leading-relaxed text-gray-700"> | ||
"Outstanding service with exceptional attention to detail and professionalism!" | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<footer class="mt-4 text-sm font-medium text-gray-700 sm:mt-6"> | ||
— Jane Smith | ||
</footer> | ||
</blockquote> | ||
</div> | ||
|
||
<div class="keen-slider__slide border rounded drop-shadow backdrop-blur shadow" > | ||
<blockquote | ||
class="flex h-full flex-col justify-between bg-white p-6 shadow-sm sm:p-8 lg:p-12" | ||
> | ||
<div> | ||
<div class="flex gap-0.5 text-green-500"> | ||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
|
||
<svg | ||
class="size-5" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" | ||
/> | ||
</svg> | ||
</div> | ||
|
||
<div class="mt-4"> | ||
<p class="text-2xl font-bold text-rose-600 sm:text-3xl">Stayin' Alive</p> | ||
|
||
<p class="mt-4 leading-relaxed text-gray-700"> | ||
"Amazing experience! I felt heard and valued as a customer. Will definitely return!" | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<footer class="mt-4 text-sm font-medium text-gray-700 sm:mt-6"> | ||
— Emily Johnson | ||
</footer> | ||
</blockquote> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
Oops, something went wrong.