[ADD] theme 8.0

This commit is contained in:
Design
2021-05-11 15:41:12 +02:00
committed by Jeremy Kersten
commit 51c615247e
3583 changed files with 121845 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<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 col-sm-12 col-xs-12 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 col-sm-12 col-xs-12 hero-image">
<img src="/website/image/theme_common.image_content_03" alt="#" style="img img-responsive"/>
</div>
</div>
</div>
</section>
</template>
</data>
</openerp>