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

21 lines
1.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_call_to_action" inherit_id="website.s_call_to_action">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pb152 pt64" remove="pb24 pt48" separator=" "/>
  7. <attribute name="data-oe-shape-data">{"shape":"web_editor/Airy/12","colors":{"c1":"#ab44ff","c3":"o-color-5"},"flip":["y"]}</attribute>
  8. </xpath>
  9. <!-- Shape -->
  10. <xpath expr="//div[hasclass('container')]" position="before">
  11. <div class="o_we_shape o_web_editor_Airy_12 o_we_flip_y" style="background-image: url('/web_editor/shape/web_editor/Airy/12.svg?c1=%23ab44ff&amp;c3=%23000000');"/>
  12. </xpath>
  13. <!-- Paragraph -->
  14. <xpath expr="//h3" position="replace">
  15. <h3>Want to <b>discover more</b>?</h3>
  16. </xpath>
  17. <xpath expr="//p" position="replace">
  18. <p>Contact me for a visit of my studio.</p>
  19. </xpath>
  20. </template>
  21. </odoo>