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

45 lines
2.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_features" inherit_id="website.s_features">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="o_cc2 pt64 pb64" remove="pt48 pb48" separator=" "/>
  7. </xpath>
  8. <!-- Column #01 -->
  9. <xpath expr="//div[hasclass('row')]/div[1]" position="attributes">
  10. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" separator=" "/>
  11. </xpath>
  12. <xpath expr="//div[hasclass('row')]/div[1]/i" position="replace">
  13. <i class="fa fa-3x fa-gear bg-o-color-1 m-3 rounded-circle"/>
  14. </xpath>
  15. <xpath expr="//div[hasclass('row')]/div[1]/h3" position="replace">
  16. <h3 class="text-primary">Security</h3>
  17. </xpath>
  18. <xpath expr="//div[hasclass('row')]/div[1]/p" position="replace">
  19. <p>We keep you safe in the cloud.</p>
  20. </xpath>
  21. <!-- Column #02 -->
  22. <xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
  23. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" separator=" "/>
  24. </xpath>
  25. <xpath expr="//div[hasclass('row')]/div[2]/i" position="replace">
  26. <i class="fa fa-3x fa-file-text bg-o-color-5 m-3 rounded-circle"/>
  27. </xpath>
  28. <xpath expr="//div[hasclass('row')]/div[2]/h3" position="replace">
  29. <h3 class="text-dark">Support</h3>
  30. </xpath>
  31. <xpath expr="//div[hasclass('row')]/div[2]/p" position="replace">
  32. <p>All types of files are allowed.</p>
  33. </xpath>
  34. <!-- Column #03 -->
  35. <xpath expr="//div[hasclass('row')]/div[3]" position="attributes">
  36. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" separator=" "/>
  37. </xpath>
  38. <xpath expr="//div[hasclass('row')]/div[3]/h3" position="replace">
  39. <h3 class="text-secondary">Eco-Friendly</h3>
  40. </xpath>
  41. <xpath expr="//div[hasclass('row')]/div[3]/p" position="replace">
  42. <p>All our data centers are emission-free.</p>
  43. </xpath>
  44. </template>
  45. </odoo>