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.
37 lines
1.7 KiB
37 lines
1.7 KiB
<odoo>
|
|
<template id="theme_rozz_aboutus" inherit_id="website.snippets" name="Team">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="cts_theme_rozz.s_rozz_aboutus"
|
|
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-about-us-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="s_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='bx bx-play'></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|