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.
69 lines
3.6 KiB
69 lines
3.6 KiB
<odoo>
|
|
<template id="theme_rozz_services" inherit_id="website.snippets" name="Banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="cts_theme_rozz.s_rozz_services"
|
|
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-services-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="s_rozz_services" name="Rozz Services">
|
|
<section class="service-area pt-100 pb-70">
|
|
<div class="container">
|
|
<div class="section-title">
|
|
<span class="sub-title">Our Services</span>
|
|
<h2>We Are Committed To Give Our Best Services</h2>
|
|
</div>
|
|
<div class="row">
|
|
<div class=" col-12 col-sm-12 col-md-6 col-lg-4">
|
|
<div class="service-item">
|
|
<div class="service-top">
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service1.png" alt="Service"/>
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service2.png" alt="Service"/>
|
|
</div>
|
|
<h3>
|
|
<a href="service-details.html">Car Washing</a>
|
|
</h3>
|
|
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. It has survived not only five centuries</p>
|
|
<a class="service-link" href="service-details.html">
|
|
Learn More
|
|
<i class='bx bx-right-arrow-alt'></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
<div class="service-item two">
|
|
<div class="service-top">
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service3.png" alt="Service"/>
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service4.png" alt="Service"/>
|
|
</div>
|
|
<h3>
|
|
<a href="service-details.html">Mechanical works</a>
|
|
</h3>
|
|
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. It has survived not only five centuries</p>
|
|
<a class="service-link" href="service-details.html">
|
|
Learn More
|
|
<i class='bx bx-right-arrow-alt'></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-sm-12 offset-md-3 offset-lg-0 col-md-6 col-lg-4">
|
|
<div class="service-item three">
|
|
<div class="service-top">
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service5.png" alt="Service"/>
|
|
<img src="/cts_theme_rozz/static/src/img/home-one/service6.png" alt="Service"/>
|
|
</div>
|
|
<h3>
|
|
<a href="service-details.html">Car Painting</a>
|
|
</h3>
|
|
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. It has survived not only five centuries</p>
|
|
<a class="service-link" href="service-details.html">
|
|
Learn More
|
|
<i class='bx bx-right-arrow-alt'></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|