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.
46 lines
2.2 KiB
46 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index_about_feature1" name="Feature1 snippet">
|
|
<!-- Defines a section of the webpage that showcases the company's commitment to protecting -->
|
|
<!-- the environment and its effectiveness in cleaning. -->
|
|
<!-- It includes text, an image, and a call-to-action button.-->
|
|
<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>
|