mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
22 lines
759 B
HTML
22 lines
759 B
HTML
<header class="hero pb-0">
|
|
<div class="container">
|
|
<h1 class="hero-title">Develop beautiful web apps with Tabler</h1>
|
|
<p class="hero-description mt-4">
|
|
Tabler is a free and open source web application UI kit based on Bootstrap 5, with hundreds responsive
|
|
components and multiple layouts.
|
|
</p>
|
|
<div class="my-5">
|
|
<div class="row g-3 justify-content-center">
|
|
<div class="col-auto">
|
|
<a href="#" class="btn btn-lg">See features</a>
|
|
</div>
|
|
<div class="col-auto">
|
|
<a href="#" class="btn btn-lg btn-primary" target="_blank" rel="noopener noreferrer">Preview template</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="hero-img img-overlap-margin">
|
|
{% include "ui/marketing/browser.html" %}
|
|
</div>
|
|
</div>
|
|
</header> |