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

36 lines
2.0 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="3x Color Block" id="s_color_blocks_img">
  4. <section class="s_color_blocks_img o_animation">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 text-center mb32">
  8. <h2>Organize Your Content with These Three Columns</h2>
  9. <h3 class="text-muted ">Write Something Nice for Your Users</h3>
  10. </div>
  11. <div class="col-lg-4 s_color_blocks_img_block">
  12. <div class="s_color_blocks_img_title bg-delta">
  13. <h5 class="text-muted text-center">Resume with a Subtitle</h5>
  14. <h4 class="text-center mb32">This Is a Column</h4>
  15. <img src="/web/image/theme_common.image_content_10" class="img-fluid d-block mx-auto"/>
  16. </div>
  17. </div>
  18. <div class="col-lg-4 s_color_blocks_img_block">
  19. <div class="s_color_blocks_img_title bg-beta">
  20. <h5 class="text-muted text-center">Resume with a Subtitle</h5>
  21. <h4 class="text-center mb32">This Is a Column</h4>
  22. <img src="/web/image/theme_common.image_content_11" class="img-fluid d-block mx-auto"/>
  23. </div>
  24. </div>
  25. <div class="col-lg-4 s_color_blocks_img_block">
  26. <div class="s_color_blocks_img_title bg-gamma">
  27. <h5 class="text-muted text-center">Resume with a Subtitle</h5>
  28. <h4 class="text-center mb32">This Is a Column</h4>
  29. <img src="/web/image/theme_common.image_content_13" class="img-fluid d-block mx-auto"/>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </section>
  35. </template>
  36. </odoo>