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.
 
 
 
 
 

95 lines
4.5 KiB

<odoo>
<template id="index_expect_snippet" inherit_id="website.snippets"
name="index_expect">
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_splash.index_expect_feature"
t-thumbnail="/theme_splash/static/src/images/snippets/feature-block-3.png"
/>
</xpath>
</template>
<template id="index_expect_feature" name="Index Expect Feature2 snippet">
<section class="expect 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">
What to expect
<div class="ex-line">
</div>
</h4>
<div class="main-head">
<h2>
Ready for Your Home or Office to Feel
Rejuvenated?
</h2>
</div>
<p>
Lorem ipsum viverra feugiat. Pellen tesque
libero ut justo,
ultrices in ligula. Semper at tempufddfel.
Lorem ipsum dolor sit amet consectetur
adipisicing elit. Non
quae, fugiat.
</p>
<div class="expect_bottom">
<div class="clean">
<span class="fas fa-paint-brush"></span>
<div class="wrapper">
<h4>
100k+
</h4>
<p>
cleans.
</p>
</div>
</div>
<div class="clean">
<span class="far fa-life-ring"></span>
<div class="wrapper">
<h4>
100%
</h4>
<p>
cleans.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12 ">
<div class="exp_right">
<div class="about-img">
<img src="/theme_splash/static/src/images/exp/image2.jpg"/>
</div>
<div class="description">
<div class="wrapper">
<h4>
Get a Price Quote Today!
</h4>
<p>
Trust us with all of your commercial
<br/>
or residential sanitizing needs.
</p>
<span class="fas fa-mobile-alt">
<a href="tel: 1-800-654-3210">
1-800-654-3210
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>