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.
115 lines
5.8 KiB
115 lines
5.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="cts_theme_rozz_about_us" inherit_id="website.snippets"
|
|
name="About">
|
|
<!-- Inherit "website.snippets" to add the 'About US Page' section of the cts_theme_rozz -->
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="cts_theme_rozz.s_rozz_about_us"
|
|
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-about-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="s_rozz_about_us" name="Rozz About Page">
|
|
<!-- Template for the About page, including page title, choose area, and video section -->
|
|
<section>
|
|
<div class="page-title-area">
|
|
<div class="d-table">
|
|
<div class="d-table-cell">
|
|
<div class="container">
|
|
<div class="title-item">
|
|
<h2>About</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="/?">Home</a>
|
|
</li>
|
|
<li>
|
|
<i class='bx bx-chevrons-right'/>
|
|
</li>
|
|
<li>
|
|
<span>About</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Choose -->
|
|
<div class="choose-area two pt-100 pb-70">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6 col-12 col-md-6">
|
|
<div class="choose-content">
|
|
<div class="about-img">
|
|
<img src="/cts_theme_rozz/static/src/images/choose1.jpg"
|
|
alt="Choose"/>
|
|
<img src="/cts_theme_rozz/static/src/images/choose2.jpg"
|
|
alt="Choose"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-12 col-md-6">
|
|
<div class="choose-contact two">
|
|
<div class="section-title"
|
|
style="text-align: center;">
|
|
<span class="sub-title">About Us</span>
|
|
<h2>Certified Cleaning Service Company Over
|
|
15 years
|
|
</h2>
|
|
</div>
|
|
<p>There are many variations of passages of
|
|
Lorem Ipsum available, but the majority have
|
|
suffered alteration in some form, by
|
|
injected humour, or randomised words which
|
|
don't look even slightly believable. If you
|
|
are going to use a passage of Lorem Ipsum,
|
|
you need to be sure there isn't anything
|
|
embarrassing hidden in the middle of text.
|
|
</p>
|
|
<p>It is a long established fact that a reader
|
|
will be distracted by the readable content
|
|
of a page when looking at its layout. The
|
|
point of using Lorem Ipsum is that it has a
|
|
more-or-less normal distribution of letters,
|
|
as opposed to using 'Content here, content
|
|
here', making it look like readable English.
|
|
Many desktop publishing packages and web
|
|
page editors now use Lorem Ipsum as their
|
|
default model text, and a search for 'lorem
|
|
ipsum' will uncover.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End Choose -->
|
|
<!-- Watch -->
|
|
<section class="watch-area ptb-100">
|
|
<div class="container">
|
|
<div class="section-title">
|
|
<h2>Watch The Full Video To Know More About Us</h2>
|
|
</div>
|
|
<div class="watch-item">
|
|
<div class="d-flex watch-display">
|
|
<div class="d-table-cell">
|
|
<div class="video-wrap">
|
|
<a href="https://www.youtube.com/watch?v=FqTdilLFn5E"
|
|
class="popup-youtube">
|
|
<i class='bx bx-play'/>
|
|
</a>
|
|
</div>
|
|
<div class="watch-content">
|
|
<h3>We Love The Work</h3>
|
|
<p>Lorem Ipsum is simply dummy text of the
|
|
printing and typesetting industry.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|