[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
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Full-width - Text Image" id="s_text_image_fw">
<section class="s_text_image_fw">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 mt16 mb16">
<div class="col-text">
<h2>Short Paragraph</h2>
<h4 class="text-primary">With a nice image</h4>
<p>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 class="col-md-6 col-img">
<img src="/web/image/theme_common.image_content_04" class="img img-responsive" alt=""/>
</div>
</div>
</div>
</section>
</template>
</odoo>