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

40 lines
2.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_image_text" inherit_id="website.s_image_text">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="o_cc o_cc4 pt56 pb64" remove="pt32 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Container -->
  9. <xpath expr="//div[hasclass('container')]" position="attributes">
  10. <attribute name="class" add="container-fluid" remove="container" separator=" "/>
  11. </xpath>
  12. <!-- Row -->
  13. <xpath expr="//div[hasclass('row')]" position="attributes">
  14. <attribute name="class" add="align-items-stretch" remove="align-items-center" separator=" "/>
  15. </xpath>
  16. <!-- Column 1 -->
  17. <xpath expr="//div[hasclass('col-lg-6')]" position="attributes">
  18. <attribute name="class" add="o_cc o_cc3 shadow" separator=" "/>
  19. <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.25) 20px 20px 0px 0px !important;" separator=" "/>
  20. </xpath>
  21. <!-- Column 2 -->
  22. <xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
  23. <attribute name="class" add="col-lg-3 p-5 o_cc o_cc3 shadow" remove="col-lg-6 pt16 pb16" separator=" "/>
  24. <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.25) 20px 20px 0px 0px !important;" separator=" "/>
  25. </xpath>
  26. <!-- Title -->
  27. <xpath expr="//h2" position="replace">
  28. <h2>Our Vision</h2>
  29. </xpath>
  30. <!-- Paragraph -->
  31. <xpath expr="//p[1]" position="replace">
  32. <p>We see our role as that of a legal partner responsible for constantly finding practical and pragmatic solutions that are adapted to our clients' needs.</p>
  33. </xpath>
  34. <xpath expr="//p[2]" position="replace">
  35. <p>We work on a daily basis on strategies to prevent disputes and, if necessary, to assist in their settlement by choosing the most appropriate method: conciliation, mediation, arbitration, or judicial proceedings.</p>
  36. </xpath>
  37. <!-- Button -->
  38. <xpath expr="//p[3]" position="replace"/>
  39. </template>
  40. </odoo>