20 lines
974 B
XML
20 lines
974 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template name="Text big picture" id="s_text_big_picture">
|
|
<section class="s_text_big_picture">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-6 hero-paragraph">
|
|
<h1 class="mt32">Endless Possibilities</h1>
|
|
<h2>The only theme you need</h2>
|
|
<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>
|
|
</div>
|
|
<div class="col-md-6 hero-image">
|
|
<img src="/web/image/theme_common.image_content_03" alt="#" class="img img-responsive"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|