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.
 
 
 
 
 

47 lines
2.1 KiB

<odoo>
<!-- Template for the About Us Section -->
<template id="cts_theme_rozz_aboutus" inherit_id="website.snippets"
name="Team">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<!-- About Us Section snippet with thumbnail -->
<t t-snippet="cts_theme_rozz.rozz_aboutus"
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-about-us-block.jpg"/>
</xpath>
</template>
<!-- Snippet for the About Us Section -->
<template id="rozz_aboutus" name="Rozz About Us">
<section class="about-area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="about-content">
<div class="section-title">
<span class="sub-title">About Us</span>
<h2>We Are Dedicated To Do Your Work</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.
</p>
<a class="cmn-btn" href="#">Learn More</a>
</div>
</div>
<div class="col-lg-6">
<div class="about-img">
<img src="/cts_theme_rozz/static/src/images/about.jpg"
alt="About"/>
<div class="video-wrap">
<a href="" class="popup-youtube">
<i class='fa fa-play'/>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>