s_big_picture_text.xml 995 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Big picture text" id="s_big_picture_text">
  4. <section class="s_big_picture_text">
  5. <div class="container-fluid">
  6. <div class="row">
  7. <div class="col-md-6 col-sm-12 hero-image">
  8. <img src="/web/image/theme_common.image_content_02" alt="#" class="img img-responsive"/>
  9. </div>
  10. <div class="col-md-6 col-sm-12 hero-paragraph">
  11. <h1 class="mt32">An Amazing Title</h1>
  12. <h2>And a great value proposition</h2>
  13. <p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
  14. </div>
  15. </div>
  16. </div>
  17. </section>
  18. </template>
  19. </odoo>