- 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
1.1 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Big Image" id="s_big_image">
  4. <section class="s_big_image bg-img-01 o_animation">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-8 offset-lg-2 mt128">
  8. <img src="/web/image/theme_common.image_content_logo" class="img-fluid d-block mx-auto"/>
  9. </div>
  10. <div class="col-10 offset-1 col-lg-6 offset-lg-3 s_big_image_content text-center mt48 bg-gamma">
  11. <h2 class="mt16">We have Awesome Products</h2>
  12. <a type="button" class="btn btn-lg btn-warning mt16 mb32">OUR CATALOG</a>
  13. </div>
  14. </div>
  15. </div>
  16. </section>
  17. </template>
  18. <!-- <template name="Big Image Options" id="s_big_image-opt" inherit_id="website.snippet_options">
  19. <xpath expr="//div[@data-js='colorpicker'][@data-palette-exclude='grayscale']" position="attributes">
  20. <attribute name="data-selector" add=".s_big_image .s_big_image_content"/>
  21. </xpath>
  22. </template> -->
  23. </odoo>