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

31 lines
1.8 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_masonry_block" inherit_id="website.s_masonry_block">
  4. <!-- Block #01 -->
  5. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')]/*" position="before">
  6. <i class="fa fa-star fa-1x text-secondary rounded shadow-sm mx-auto mb-3"/>
  7. </xpath>
  8. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')]/h3" position="replace">
  9. <h3>Super <b>Easy</b>.</h3>
  10. </xpath>
  11. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')]/p" position="replace"/>
  12. <!-- Block #02 -->
  13. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')][2]" position="replace">
  14. <div class="col-lg-6 p-0">
  15. <img src="/theme_zap/static/src/img/backgrounds/02.jpg" class="w-100 h-100 align-self-stretch" style="object-fit: cover;" alt=""/>
  16. </div>
  17. </xpath>
  18. <!-- Block #03 -->
  19. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')][3]" position="replace">
  20. <div class="col-lg-6 text-center p-5"><p class="lead mb-0"><em>Maintain a position of constant change and evolution, while always aiming for your success.</em></p></div>
  21. </xpath>
  22. <!-- Block #04 -->
  23. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')][4]/h3" position="replace">
  24. <h3>Super <b>Fast</b>.</h3>
  25. </xpath>
  26. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')][4]/p" position="replace"/>
  27. <xpath expr="//div[hasclass('col-lg-6')][2]//div[hasclass('col-lg-6')][4]/*" position="before">
  28. <i class="fa fa-rocket fa-1x text-primary rounded shadow-sm mx-auto mb-3"/>
  29. </xpath>
  30. </template>
  31. </odoo>