- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
2.0 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Icon Box" id="s_icon_box">
  4. <section class="s_icon_box">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 text-center mb32">
  8. <h2>Icon Box / Features List</h2>
  9. <h3 class="text-muted">Showcase Your Services and Features</h3>
  10. </div>
  11. <div class="col-lg-3 mt16 mb16">
  12. <i class="fa fa-2x fa-eyedropper float-left rounded-circle bg-gamma"/>
  13. <div class="icon_box_content">
  14. <h4>Colors</h4>
  15. <p>You can change the box color by using the customize option.</p>
  16. </div>
  17. </div>
  18. <div class="col-lg-3 mt16 mb16">
  19. <i class="fa fa-2x fa-font float-left rounded-circle bg-gamma"/>
  20. <div class="icon_box_content">
  21. <h4>Fonts</h4>
  22. <p>Select your favorite font combination to emphase your texts.</p>
  23. </div>
  24. </div>
  25. <div class="col-lg-3 mt16 mb16">
  26. <i class="fa fa-2x fa-desktop float-left rounded-circle bg-gamma"/>
  27. <div class="icon_box_content">
  28. <h4>Layout</h4>
  29. <p>It is super easy to resize and/or duplicate each box.</p>
  30. </div>
  31. </div>
  32. <div class="col-lg-3 mt16 mb16">
  33. <i class="fa fa-2x fa-paint-brush float-left rounded-circle bg-gamma"/>
  34. <div class="icon_box_content">
  35. <h4>Style</h4>
  36. <p>You can even replace the icon by one of your choice.</p>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. </section>
  42. </template>
  43. </odoo>