Hero's 09
Hero's 09
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-4 lg:py-5">
<div class="max-w-screen-xl mx-auto flex justify-between items-center relative">
<a href="#" class="block flex-shrink-0">
<img class="h-9" src="http://demo-assets.uibak.com/themesdev/boxify-logo.svg"alt="logo placeholder">
</a>
<div class="flex justify-between space-x-4 md:space-x-10 flex-shrink-1 md:flex-grow-0">
<nav class="hidden md:flex flex-col justify-center items-center p-8 md:p-0 space-y-4 md:space-y-0 md:flex-row md:space-x-4 lg:space-x-8 font-semibold absolute top-16 md:top-0 left-0 w-full md:w-auto md:relative bg-gray-200 md:bg-transparent">
<a href="#" class="hover:opacity-70">Home</a>
<a href="#" class="hover:opacity-70">Services</a>
<a href="#" class="hover:opacity-70">Pricing</a>
<a href="#" class="hover:opacity-70">Blog</a>
<a href="#" class="hover:opacity-70">Contact</a>
</nav>
<button class="w-9 bg-gray-600 p-2 rounded-md text-gray-200 block md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
</svg>
</button>
</div>
</div>
<div class="max-w-screen-xl mx-auto grid grid-cols-2 gap-8 lg:gap-24 md:items-center py-12 lg:py-20">
<div class="col-span-2 md:col-span-1">
<h2 class="text-2xl sm:text-3xl lg:text-4xl text-gray-700 font-medium mb-6">Boxify helps you get better with minimal effor.</h2>
<p class="text-xl text-gray-600 mb-6">When, while the lovely valley teems with vapour around me, and the meridian sun strikes the waiting be females upper surface of the impenetrable foliage of my trees</p>
<p class="text-xl text-gray-600 mb-6">Be females upper surface of the impenetrable my trees.</p>
<div class="grid grid-cols-2 sm:grid-cols-3 space-y-5 sm:space-y-3 col-gap-6 md:mt-8">
<img class="h-12 p-1 self-end justify-self-center opacity-90" src="http://demo-assets.uibak.com/themesdev/pathway-logo.svg"alt="logo placeholder">
<img class="h-10 p-1 self-end justify-self-center opacity-90" src="http://demo-assets.uibak.com/themesdev/edge-logo.svg"alt="logo placeholder">
<img class="hidden md:inline-flex h-10 p-1 self-end justify-self-center opacity-90" src="http://demo-assets.uibak.com/themesdev/sbalbew-logo.svg"alt="logo placeholder">
</div>
</div>
<div class="col-span-2 md:col-span-1 flex flex-row space-x-2 items-center justify-center">
<div class="bg-gray-200 p-4 lg:p-12 lg:rounded-lg flex-1">
<span class="text-xl xl:text-3xl font-semibold text-gray-700 block">Join our program today</span>
<p class="mt-3">Doing business like this takes much more effort than doing your own business at home.</p>
<form class="grid grid-cols-2 gap-4 mt-6 lg:mt-8">
<input type="text" placeholder="Name" class="bg-white border border-gray-300 px-4 py-2 rounded-lg h-14 col-span-1 w-full">
<input type="Email" placeholder="Email address" class="bg-white border border-gray-300 px-4 py-2 rounded-lg h-14 col-span-1 w-full">
<button class="inline-block bg-gray-600 font-semibold rounded-lg h-14 py-4 px-5 lg:px-8 text-white col-span-2">Sign up for free</button>
</form>
<div class="flex flex-col md:flex-row py-4 lg:pt-8 space-x-6">
<div class="flex space-x-2 items-center">
<span class="w-6">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</span>
<span>
No credit card required
</span>
</div>
<div class="hidden lg:flex space-x-2 items-center">
<span class="w-6">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</span>
<span>
Cancel anytime
</span>
</div>
</div>
</div>
</div>
</div>
</div>