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

16 lines
667 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Parallax Banner" id="s_banner_parallax">
  4. <section class="s_banner_parallax bg-img-04 parallax" data-scroll-background-ratio="1.6">
  5. <div class="container-fluid">
  6. <div class="row">
  7. <div class="col-lg-9 col-md-12 hero-bg">
  8. <h1>Present your products</h1>
  9. <h2>with this theme.</h2>
  10. <img src="/web/image/theme_common.image_content_01" alt="#" class="img img-fluid"/>
  11. </div>
  12. </div>
  13. </div>
  14. </section>
  15. </template>
  16. </odoo>