mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 15:27:02 +00:00
40 lines
1.7 KiB
HTML
40 lines
1.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 30 start -->
|
|
<section class="section_divider">
|
|
<div>Hero 30</div>
|
|
</section>
|
|
|
|
<section id="up" class=" bg-[url(https://images.pexels.com/photos/57690/pexels-photo-57690.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940)] bg-center bg-fixed bg-no-repeat bg-cover h-screen relative">
|
|
<div class="h-screen bg-opacity-50 bg-black flex items-center justify-center" style="background:rgba(0,0,0,0.5);">
|
|
<div class="mx-2 text-center">
|
|
<h1 class="text-gray-100 font-extrabold text-4xl xs:text-5xl md:text-6xl">
|
|
<span class="text-white">Right</span> Place To
|
|
</h1>
|
|
<h2 class="text-gray-200 font-extrabold text-3xl xs:text-4xl md:text-5xl leading-tight">
|
|
Get a <span class="text-white">Better</span> and <span class="text-white">Professionals</span> Design
|
|
</h2>
|
|
<div class="inline-flex">
|
|
<button class="p-2 my-5 mx-2 bg-indigo-700 hover:bg-indigo-800 font-bold text-white rounded border-2 border-transparent hover:border-indigo-800 shadow-md transition duration-500 md:text-xl">Hire US!</button>
|
|
<a href="#about"><button class="p-2 my-5 mx-2 bg-transparent border-2 bg-indigo-200 bg-opacity-75 hover:bg-opacity-100 border-indigo-700 rounded hover:border-indigo-800 font-bold text-indigo-800 shadow-md transition duration-500 md:text-lg">Learn More</button></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- hero 30 end -->
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|