features.html 1.2 KB

12345678910111213141516171819202122
  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="row items-center text-center g-lg-10">
  5. <div class="col-md-6 col-lg">
  6. {% include "ui/shape.html" icon="devices" class="mb-3" size="md" %}
  7. <h2 class="h2">Mobile-optimized</h2>
  8. <p class="text-muted">Our email templates are fully responsive, so you can be sure they will look great on any device and screen size.</p>
  9. </div>
  10. <div class="col-md-6 col-lg">
  11. {% include "ui/shape.html" icon="mailbox" class="mb-3" size="md" %}
  12. <h2 class="h2">Compatible with 90+ email clients</h2>
  13. <p class="text-muted">Tested across 90+ email clients and devices, Tabler emails will help you make your email communication professional and reliable.</p>
  14. </div>
  15. <div class="col-md-6 col-lg">
  16. {% include "ui/shape.html" icon="palette" class="mb-3" size="md" %}
  17. <h2 class="h2">Unique, minimal design</h2>
  18. <p class="text-muted">Draw recipients’ attention with beautiful, minimal email designs based on Bootstrap and Material Design principles.</p>
  19. </div>
  20. </div>
  21. </div>
  22. </section>