12345678910111213141516171819202122 |
- <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>
|