browser.html 759 B

12345678910111213141516171819202122
  1. <header class="hero pb-0">
  2. <div class="container">
  3. <h1 class="hero-title">Develop beautiful web apps with&nbsp;Tabler</h1>
  4. <p class="hero-description mt-4">
  5. Tabler is a free and open source web application UI kit based on Bootstrap&nbsp;5, with hundreds responsive
  6. components and multiple layouts.
  7. </p>
  8. <div class="my-5">
  9. <div class="row g-3 justify-content-center">
  10. <div class="col-auto">
  11. <a href="#" class="btn btn-lg">See features</a>
  12. </div>
  13. <div class="col-auto">
  14. <a href="#" class="btn btn-lg btn-primary" target="_blank" rel="noopener noreferrer">Preview template</a>
  15. </div>
  16. </div>
  17. </div>
  18. <div class="hero-img img-overlap-margin">
  19. {% include "ui/marketing/browser.html" %}
  20. </div>
  21. </div>
  22. </header>