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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_banner" inherit_id="website.s_banner">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt152" remove="pt96 pb96" separator=" "/>
  7. </xpath>
  8. <!-- Column -->
  9. <xpath expr="//div[hasclass('col-lg-6')]" position="attributes">
  10. <attribute name="class" add="col-lg-12 text-center pt80 pb80" remove="col-lg-6" separator=" "/>
  11. </xpath>
  12. <!-- Title -->
  13. <xpath expr="//h1" position="replace">
  14. <h1><b>Digital Transformation</b></h1>
  15. </xpath>
  16. <!-- Text -->
  17. <xpath expr="//p" position="replace">
  18. <p class="lead">Software Innovation as its best.<br/> Harness the power of disruptive technologies to increase your day-to-day business operations.</p>
  19. </xpath>
  20. <!-- Button -->
  21. <xpath expr="//a" position="replace">
  22. <a href="#" class="btn btn-primary mb-2">Our Solutions</a>
  23. </xpath>
  24. </template>
  25. </odoo>