mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 11:27:02 +00:00
55 lines
2.7 KiB
HTML
55 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hero 30</title>
|
|
<link rel="stylesheet" href="./../../../dist/tailshape.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- hero 32 start -->
|
|
<section class="section_divider">
|
|
<div>Hero 32</div>
|
|
</section>
|
|
|
|
<div class="relative bg-white dark:bg-gray-800 overflow-hidden">
|
|
<div class="max-w-7xl mx-auto">
|
|
<div class="relative z-10 pb-8 pt-10 dark:bg-gray-800 bg-white sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
|
|
<svg class="hidden lg:block absolute right-0 inset-y-0 h-full w-48 dark:text-gray-800 text-white transform translate-x-1/2" fill="currentColor" viewBox="0 0 100 100" preserveAspectRatio="none" aria-hidden="true">
|
|
<polygon points="50,0 100,0 50,100 0,100" />
|
|
</svg>
|
|
|
|
<main class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
|
|
<div class="sm:text-center lg:text-left">
|
|
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
|
|
<span class="block xl:inline">Data to enrich your</span>
|
|
<span class="block text-indigo-600 xl:inline">online business</span>
|
|
</h1>
|
|
<p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.</p>
|
|
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
|
|
<div class="rounded-md shadow">
|
|
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10"> Get started </a>
|
|
</div>
|
|
<div class="mt-3 sm:mt-0 sm:ml-3">
|
|
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10"> Live demo </a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
|
|
<img class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full" src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- hero 32 end -->
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|