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

23 lines
1.0 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Page header" id="s_page_header">
  4. <section class="s_page_header pt32 pb32" style="background-color: rgb(239, 239, 239);">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 pt16">
  8. <span class="s_badge badge bg-alpha">
  9. <i class="fa fa-1x fa-fw fa-tag"/>Tag
  10. </span>
  11. <span class="s_badge badge bg-gamma">
  12. <i class="fa fa-1x fa-fw fa-folder"/>Category
  13. </span>
  14. </div>
  15. <div class="col-lg-12 s_title pt8 pb16">
  16. <h1 class="s_title_default"><font style="font-size: 62px;">Page Title</font></h1>
  17. <p class="lead">Introduce your content in few lines.</p>
  18. </div>
  19. </div>
  20. </div>
  21. </section>
  22. </template>
  23. </odoo>