[ADD] theme 9.0

This commit is contained in:
Design
2021-05-11 15:45:12 +02:00
committed by Jeremy Kersten
commit ab6e6bb96c
3795 changed files with 143023 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Big picture text" id="s_big_picture_text">
<section class="s_big_picture_text">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12 hero-image">
<img src="/web/image/theme_common.image_content_02" alt="#" class="img img-responsive"/>
</div>
<div class="col-md-6 col-sm-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>
</div>
</section>
</template>
</odoo>