Files

30 lines
1.0 KiB
HTML
Raw Permalink Normal View History

2026-05-17 21:09:32 +08:00
<header class="hero-12 py-5" aria-label="hero-12">
<div class="container-fluid col-xxl-8">
<div class="row flex-lg-nowrap align-items-center g-5">
<div class="order-lg-1 w-100">
<img style="clip-path: polygon(25% 0%, 100% 0%, 100% 99%, 0% 100%);" class="w-100" src="demo/img/team-1.jpg" alt="Team 1">
</div>
<div class="col-lg-6 col-xl-5 text-center text-lg-start pt-lg-5 mt-xl-4">
<div class="mb-4">
<div>
<h1 class="display-2 fw-bold">Next generation website builder</h1>
</div>
</div>
<div class="mb-5">
<div>
<p class="lead">Powerful and easy to use drag and drop website builder for blogs, presentation or ecommerce stores.</p>
</div>
</div>
<div class="d-grid d-lg-block gap-2">
<a class="btn btn-primary btn-lg" href="#" role="button">Free download</a>
<a class="btn btn-outline-primary btn-lg" href="#" role="button">Live demo</a>
</div>
</div>
</div>
</div>
</header>