features-2.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <section class="section{% if include.background %} section-{{ include.background }}{% endif %}{% if include.class %} {{ include.class }}{% endif %}">
  2. {% include "marketing/section-divider.html" divider=include.divider %}
  3. <div class="container">
  4. <div class="section-header">
  5. <h2 class="section-title">Everything you need to deploy your app</h2>
  6. <div class="section-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
  7. </div>
  8. <div class="row g-10">
  9. <div class="col-lg-6 mb-3 mb-lg-0">{% include "ui/svg.html" width=500 height=400 border=true %}</div>
  10. <div class="col-lg-6">
  11. <div class="space-y-6">
  12. <div>
  13. <div class="row">
  14. <div class="col-auto">
  15. {% include "ui/shape.html" icon="tools" size="md" %}
  16. </div>
  17. <div class="col">
  18. <h3 class="h2 mb-2">Designed with users in mind</h3>
  19. <p class="text-muted m-0">
  20. Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love. Every UI element has been created with
  21. attention to detail to make your interface beautiful!
  22. </p>
  23. </div>
  24. </div>
  25. </div>
  26. <div>
  27. <div class="row">
  28. <div class="col-auto">
  29. {% include "ui/shape.html" icon="brand-bootstrap" size="md" %}
  30. </div>
  31. <div class="col">
  32. <h3 class="h2 mb-2">Built for developers</h3>
  33. <p class="text-muted m-0">
  34. Having in mind what it takes to write high-quality code, we want to help you speed up the development process and keep your code clean. Based on Bootstrap 5, Tabler is a cutting-edge solution, compatible with all modern
  35. browsers and fully responsive.
  36. </p>
  37. </div>
  38. </div>
  39. </div>
  40. <div>
  41. <div class="row">
  42. <div class="col-auto">
  43. {% include "ui/shape.html" icon="paint" size="md" %}
  44. </div>
  45. <div class="col">
  46. <h3 class="h2 mb-2">Fully customizable</h3>
  47. <p class="text-muted m-0">You can easily customize the UI elements to make them fit the needs of your project. And don’t worry if you don’t have much experience - Tabler is easy to get started!</p>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </section>