forked from hero/www_hero_project
edit
This commit is contained in:
16
templates/partials/banner.html
Normal file
16
templates/partials/banner.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- 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 -->
|
Reference in New Issue
Block a user