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

20 lines
826 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="3 Col Menu" id="s_menu_three_columns">
  4. <section class="s_menu_three_columns">
  5. <div class="container three-column">
  6. <div class="row">
  7. <div class="col-lg-4 big-menu bg-beta">
  8. <h2 class="text-center"><a href="#">Take a tour</a></h2>
  9. </div>
  10. <div class="col-lg-4 big-menu bg-gamma">
  11. <h2 class="text-center"><a href="#">Take a tour</a></h2>
  12. </div>
  13. <div class="col-lg-4 big-menu bg-delta">
  14. <h2 class="text-center"><a href="#">Take a tour</a></h2>
  15. </div>
  16. </div>
  17. </div>
  18. </section>
  19. </template>
  20. </odoo>