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

30 lines
1.3 KiB

  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="o_full_screen_height" separator=" "/>
  7. </xpath>
  8. <!-- Title -->
  9. <xpath expr="//h1" position="replace">
  10. <h1 style="text-align: center;">
  11. <font style="font-size: 62px;"><b>Daily Fresh Food</b></font>
  12. </h1>
  13. </xpath>
  14. <!-- Paragraph -->
  15. <xpath expr="//p" position="replace">
  16. <h6 class="text-center">Only local and fresh products to keep you healthy.</h6>
  17. <p><br/></p>
  18. </xpath>
  19. <!-- Button -->
  20. <xpath expr="//a[hasclass('btn')]" position="replace">
  21. <a href="#" class="btn btn-lg btn-primary rounded-circle mb-2">Menu</a>
  22. </xpath>
  23. <!-- Scroll Down button -->
  24. <xpath expr="//div[hasclass('container')]" position="after">
  25. <a class="o_scroll_button rounded-circle align-items-center justify-content-center mx-auto bg-o-color-5 mb-2" href="#" title="Scroll down to next section">
  26. <i class="fa fa-angle-down fa-2x"/>
  27. </a>
  28. </xpath>
  29. </template>
  30. </odoo>