[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="2 Columns" id="s_two_columns">
<section class="s_two_columns o_animation">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center" data-name="Title">
<h2>Organize Your Content with These Two Columns</h2>
<h3 class="text-muted ">Write Something Nice for Your Users</h3>
</div>
<div class="col-lg-6 mb32 mt32">
<img src="/web/image/theme_common.image_content_06" class="img-fluid d-block mx-auto"/>
<h4 class="mt32 text-center">This Is a Column</h4>
<h5 class="text-muted text-center">Resume with a Subtitle</h5>
<p class="text-justify mt16">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story. Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers. Start with the customer. Find out what they want and give it to them.</p>
</div>
<div class="col-lg-6 mb32 mt32">
<img src="/web/image/theme_common.image_content_05" class="img-fluid d-block mx-auto"/>
<h4 class="mt32 text-center">This Is a Column</h4>
<h5 class="text-muted text-center">Resume with a Subtitle</h5>
<p class="text-justify mt16">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story. Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers. Start with the customer. Find out what they want and give it to them.</p>
</div>
</div>
</div>
</section>
</template>
</odoo>