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.
77 lines
3.8 KiB
77 lines
3.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="cts_theme_rozz_team" inherit_id="website.snippets" name="Team">
|
|
<!-- Inherit "website.snippets" to add the 'Team' section of the cts_theme_rozz -->
|
|
<xpath expr="//snippets[@id='snippet_groups']"
|
|
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">
|
|
<!-- The above template presents a team section showcasing team members in a grid layout.
|
|
It includes member images, names, and roles. The template follows a responsive design,
|
|
utilizing container elements and CSS classes for proper alignment and styling.
|
|
It offers a visually appealing and organized representation of the team members. -->
|
|
<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 & 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>
|
|
|