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

24 lines
1021 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_cover" inherit_id="website.s_cover">
  4. <!-- Section -->
  5. <xpath expr="section" position="attributes">
  6. <attribute name="class" add="pt128 pb128" remove="pt96 pb96" separator=" "/>
  7. </xpath>
  8. <!-- Title -->
  9. <xpath expr="//h1" position="replace">
  10. <h1 style="text-align: center;">
  11. <font style="font-size: 62px;"><b>Life on Earth</b></font>
  12. </h1>
  13. </xpath>
  14. <!-- Paragraphs -->
  15. <xpath expr="//p" position="replace">
  16. <p class="lead" style="text-align: center;">Our mission is to create a shared plan for saving the planet’s most exceptional wild places.</p>
  17. <p class="lead" style="text-align: center;"><br/></p>
  18. </xpath>
  19. <!-- Button -->
  20. <xpath expr="//a" position="replace">
  21. <a href="/contactus" class="btn btn-primary btn-lg mb-2">Get involved</a>
  22. </xpath>
  23. </template>
  24. </odoo>