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

25 lines
1.5 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 pb72" remove="pb32" separator=" "/>
  7. <attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/13","colors":{"c4":"o-color-2"},"flip":["x"]}</attribute>
  8. </xpath>
  9. <!-- Shape -->
  10. <xpath expr="//div[hasclass('container')]" position="before">
  11. <div class="o_we_shape o_web_editor_Wavy_13 o_we_flip_x" style='background-image: url("/web_editor/shape/web_editor/Wavy/13.svg?c4=%2399869E");'/>
  12. </xpath>
  13. <!-- Paragraph -->
  14. <xpath expr="(//div[hasclass('col-lg-6')])[2]" position="replace">
  15. <div class="p-5 col-lg-5 offset-lg-1 o_cc o_cc3 text-center pb120 pt120 rounded shadow border" style="border-color: rgb(44, 41, 39) !important; border-radius: 300px !important; border-width: 2px !important; box-shadow: rgb(44, 41, 39) 25px 25px 0px 0px !important;">
  16. <h2>Activities</h2>
  17. <p><br/></p>
  18. <p>Our team is composed of experienced nursery nurses.</p>
  19. <p>They will propose to your children educational activities, playful, varied and adapted to the stage of development.</p>
  20. <p><br/></p>
  21. <p><a href="#" class="btn btn-primary mb-2">Discover more</a></p>
  22. </div>
  23. </xpath>
  24. </template>
  25. </odoo>