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

17 lines
795 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Big Image Parallax" id="s_big_image_parallax">
  4. <section class="s_big_image_parallax parallax bg-img-04 o_animation" data-scroll-background-ratio="0.3">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 mt32 s_big_image_parallax_content" data-name="Content Block">
  8. <img src="/web/image/theme_common.image_content_03" class="img-fluid d-block mx-auto"/>
  9. </div>
  10. <div class="col-lg-12 text-center" data-name="Title Block">
  11. <h3>A Business Theme For Odoo CMS</h3>
  12. </div>
  13. </div>
  14. </div>
  15. </section>
  16. </template>
  17. </odoo>