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.
 
 
 
 
 

72 lines
3.4 KiB

<odoo>
<template id="index_experience_snippet" inherit_id="website.snippets"
name="index_experience">
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_splash.index_experience"
t-thumbnail="/theme_splash/static/src/images/snippets/experience-block.png"
/>
</xpath>
</template>
<template id="index_experience" name="Index Experience snippet">
<section class="experience pb-5 py-5">
<div class="exp_wrapper">
<div class="container">
<div class="row">
<div class=" col-12 col-lg-4 col-md-12 col-sm-12">
<div class="ex-1">
<h4 class="sub-head">
MORE THAN 25 YEARS OF EXPERIENCE
<div class="ex-line">
</div>
</h4>
<div class="main-head">
<h2>
Our Best Certified Sanitizing company
</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
lorem dolor sit.
</p>
<a href="#" class="btn btn-primary">Learn More
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-sm-12">
<div class="about-img">
<img src="/theme_splash/static/src/images/exp/about.jpg"/>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<div class="about_desc">
<div class="wrapper">
<p class="top">
We're a one-stop shop offering a vast
range
of both contract and specialist cleaning
services for commercial
clients. We're flexible and don't lock
clients into long contracts.
</p>
<h4>
Cleaning you can see &amp; feel
</h4>
<p class="bottom">
We're a one-stop shop offering a vast
range of cleaning services
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>