You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

55 lines
2.4 KiB

<odoo>
<template id="index_about_section_snippet" inherit_id="website.snippets"
name="index_about_section">
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_splash.index_about_feature1"
t-thumbnail="/theme_splash/static/src/images/snippets/feature-block-1.png"
/>
</xpath>
</template>
<template id="index_about_feature1" name="Index Feature1 snippet">
<section class="about3 py-5 pb-5">
<div class="exp_wrapper">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="ex-1">
<h4 class="sub-head">
Protecting Our Environment
<div class="ex-line">
</div>
</h4>
<div class="main-head">
<h2>
Scientifically Proven Effective Against
</h2>
</div>
<p>
Aliquam ac est vel nisl init et justo vel ut
nibh rhoncusm vel eget enim. Curabitur
mattis orci sed leo
mattis, nec maximus nibh faucibus lorem
dolor sit. Aliquam ac est vel nisl init
et justo vel ut nibh rhoncusm vel eget enim.
Curabitur mattis orci.
</p>
<a href="#" class="btn btn-primary">Know More
</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="about-img">
<img src="/theme_splash/static/src/images/about3/image1.jpg"/>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>