www_mycelium/templates/partials/banner.html
sasha-astiadi cb2923d4e0 edit
2024-05-06 23:46:03 +02:00

16 lines
769 B
HTML

<!-- Start block -->
<section class="py-4">
<div class="max-w-screen-xl px-4 py-0 mx-auto lg:py-0 lg:px-6 flex flex-col lg:flex-row items-center border-2">
<div class="max-w-screen-sm lg:flex-1 text-center lg:text-left">
<h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white">Be a part of the New Internet</h2>
<p class="mb-6 font-light text-gray-500 dark:text-gray-400 md:text-lg"> Start Owning Your Data and Digital Life.</p>
<button><a href="#">Be a Hero</a> </button>
</div>
<div class="flex-1">
<img src="images/banner.png" alt="Free Trial Image" class="w-full h-auto">
</div>
</div>
</section>
<br>
<br>
<!-- End block -->