[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
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Full-width - Text-Block Image" id="s_text_block_image_fw">
<section class="s_text_block_image_fw bg-img-08">
<div class="container">
<div class="row">
<div class="bg-white col-md-6 mt64 mb64 o_animable">
<h2>Short headline</h2>
<h4 class="text-primary">With a great subtitle</h4>
<p>Write one or two paragraphs describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<p><i class="fa fa-info-circle fa-1x text-primary"/> <strong>- An additional information</strong></p>
</div>
</div>
</div>
</section>
</template>
</odoo>