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

38 lines
2.2 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Showcase" id="s_showcase">
  4. <section class="s_showcase">
  5. <div class="container-fluid">
  6. <div class="row">
  7. <div class="col-lg-5 text-right feature" data-name="Feature block">
  8. <h4 class="mb16"><span class="fa fa-2x fa-fw fa-desktop"/>First feature</h4>
  9. <p>Focus on what the customer would like to know, not what you want to show. Write a small explanation of this great feature</p>
  10. </div>
  11. <div class="col-lg-5 offset-lg-2 text-left feature" data-name="Feature block">
  12. <h4 class="mb16"><span class="fa fa-2x fa-heart"/>Another feature</h4>
  13. <p>Focus on what the customer would like to know, not what you want to show. Write a small explanation of this great feature</p>
  14. </div>
  15. </div>
  16. <div class="row">
  17. <div class="col-lg-5 text-right feature" data-name="Feature block">
  18. <h4 class="mb16"><span class="fa fa-2x fa-paint-brush "/>Second feature</h4>
  19. <p>Focus on what the customer would like to know, not what you want to show. Write a small explanation of this great feature</p>
  20. </div>
  21. <div class="col-lg-5 offset-lg-2 text-left feature" data-name="Feature block">
  22. <h4 class="mb16"><span class="fa fa-2x fa-sliders "/>Last Feature</h4>
  23. <p>Focus on what the customer would like to know, not what you want to show. Write a small explanation of this great feature</p>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="container mt16 mb16 text-center">
  28. <a class="btn btn-secondary" href="">Discover all the features</a>
  29. </div>
  30. </section>
  31. </template>
  32. <template id="s_showcase-opt" inherit_id="website.snippet_options">
  33. <xpath expr="//div[@data-js='background']" position="before">
  34. <div data-js='s_showcase' data-selector=".s_showcase .feature"/>
  35. </xpath>
  36. </template>
  37. </odoo>