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.
43 lines
2.1 KiB
43 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="cts_theme_rozz_aboutus" inherit_id="website.snippets" name="Team">
|
|
<!-- Inherit "website.snippets" to add the 'About Us' 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_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">
|
|
<!-- The above template showcases a responsive layout for an "About Us" section with a
|
|
descriptive text and an image/video combination. It utilizes a grid-based structure for
|
|
a visually appealing and organized presentation. -->
|
|
<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>
|
|
<img src="/cts_theme_rozz/static/src/images/about.jpg"
|
|
alt="About" style="width:100%;" class="about-img"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|