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.
 
 
 
 
 

191 lines
9.3 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for the Services Page Section -->
<template id="rozzz_services_page" inherit_id="website.snippets"
name="Services">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="cts_theme_rozz.s_rozz_services_page"
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-services-page.jpg"/>
</xpath>
</template>
<!-- Snippet for the Services Page Section -->
<template id="s_rozz_services_page" name="Services Page">
<section>
<div class="page-title-area service-bg">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="title-item">
<h2>Service</h2>
<ul>
<li>
<a href="/?">Home</a>
</li>
<li>
<i class="fa fa-angle-double-right"/>
</li>
<li>
<span>Services</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="service-area ptb-100">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/wash.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service2.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Car Washing
service
</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="fa fa-arrow-right"/>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item two">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/repaire.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service4.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Extensive Brake
Inspection
</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="fa fa-arrow-right"> </i>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item three">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/interior.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service6.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Air Conditioning
Service
</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="fa fa-arrow-right"> </i>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/interior.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service7.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Interior
Cleaning
Service
</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="fa fa-arrow-right"> </i>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item two">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/repaire.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service8.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Electrical Check
up
</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="fa fa-arrow-right"> </i>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="service-item three">
<div class="service-top">
<img src="/cts_theme_rozz/static/src/images/wheel.png"
alt="Service"/>
<img src="/cts_theme_rozz/static/src/img/home-one/service9.png"
alt=""/>
</div>
<h3>
<a href="service-details.html">Wheel Alignment
Services
</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="fa fa-arrow-right"> </i>
</a>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>