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

19 lines
791 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_text_image" inherit_id="website.s_text_image">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="o_cc o_cc5" separator=" "/>
  7. </xpath>
  8. <!-- Paragraph -->
  9. <xpath expr="(//div[hasclass('col-lg-6')])[1]" position="replace">
  10. <div class="col-lg-6 pt16 pb16">
  11. <h2>Probably your next favorite book</h2>
  12. <p><br/></p>
  13. <p>Discover all the publications. There is probably your next favorite book amoung them.</p>
  14. <p><br/></p>
  15. <p><a href="#" class="btn btn-primary mb-2">Learn more</a></p>
  16. </div>
  17. </xpath>
  18. </template>
  19. </odoo>