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.
66 lines
3.2 KiB
66 lines
3.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index_experience" name="Experience snippet">
|
|
<!-- Displays a section on the website homepage that showcases the company's experience, -->
|
|
<!-- services, and benefits. It includes text, images, and a call-to-action button -->
|
|
<!-- for users to learn more.-->
|
|
<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 & 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>
|