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.
 
 
 
 
 

69 lines
2.3 KiB

<odoo>
<template id="theme_rozz_team" 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_team"
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-team-block.jpg"/>
</xpath>
</template>
<template id="s_rozz_team" name="Rozz Team">
<section>
<div class="container-fluid team ptb-100">
<div class="container">
<div class="text-center mb-16">
<div class="section-title">
<span class="sub-title">
The team
</span>
<h2>
Our Team
</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12 text-center bg-white">
<img class="w-100" src="/cts_theme_rozz/static/src/images/team/team (1).jpg" />
<div class="p-4">
<div class="text-md">
<h6 style="font-weight: 500;">Mehdi Mohammadi</h6>
<p>Manager</p>
</div>
<div class="my-4 flex justify-center items-center">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 text-center bg-white">
<img class="w-100" src="/cts_theme_rozz/static/src/images/team/team (2).jpg" />
<div class="p-4">
<div class="text-md">
<h6 style="font-weight: 500;">Yahya R. Makarim</h6>
<p>president &amp; CEO</p>
</div>
<div class="my-4 flex justify-center items-center">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 text-center bg-white">
<img class="w-100" src="/cts_theme_rozz/static/src/images/team/team (3).jpg " />
<div class="p-4">
<div class="text-md">
<h6 style="font-weight: 500;">Ahmad Sultani</h6>
<p>Staff</p>
</div>
<div class="my-4 flex justify-center items-center">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>