[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 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">An Amazing Title</h1>
<h2>And a great value proposition</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>