Odoo18-Base/addons/website/views/snippets/s_company_team.xml
2025-01-06 10:57:38 +07:00

74 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_company_team" name="Team">
<section class="s_company_team pt48 pb48">
<div class="container">
<h3>Meet our team</h3>
<p class="lead">Dedicated professionals driving our success</p>
<div class="row s_nb_column_fixed">
<div class="col-lg-6 pt32 pb32" data-name="Team Member">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-3 pb24 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_1" class="img-fluid rounded-circle o_editable_media w-lg-100 mx-lg-auto"/>
</div>
<div class="col-lg-9">
<h4 class="h5-fs">Tony Fred</h4>
<p class="text-muted mb-3">Chief Executive Officer</p>
<p>
Founder and chief visionary, Tony is the driving force behind the company. He loves
to keep his hands full by participating in the development of the software,
marketing, and customer experience strategies.
</p>
</div>
</div>
</div>
<div class="col-lg-6 pt32 pb32" data-name="Team Member">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-3 pb24 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_2" class="img-fluid rounded-circle o_editable_media w-lg-100 mx-lg-auto"/>
</div>
<div class="col-lg-9">
<h4 class="h5-fs">Mich Stark</h4>
<p class="text-muted mb-3">Chief Commercial Officer</p>
<p>Mich loves taking on challenges. With his multi-year experience as Commercial Director in the software industry, Mich has helped the company to get where it is today. Mich is among the best minds.</p>
</div>
</div>
</div>
<div class="col-lg-6 pt32 pb32" data-name="Team Member">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-3 pb24 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_3" class="img-fluid rounded-circle o_editable_media w-lg-100 mx-lg-auto"/>
</div>
<div class="col-lg-9">
<h4 class="h5-fs">Aline Turner</h4>
<p class="text-muted mb-3">Chief Technical Officer</p>
<p>Aline is one of the iconic people in life who can say they love what they do. She mentors 100+ in-house developers and looks after the community of thousands of developers.</p>
</div>
</div>
</div>
<div class="col-lg-6 pt32 pb32" data-name="Team Member">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-3 pb24 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_4" class="img-fluid rounded-circle o_editable_media w-lg-100 mx-lg-auto"/>
</div>
<div class="col-lg-9">
<h4 class="h5-fs">Iris Joe</h4>
<p class="text-muted mb-3">Chief Financial Officer</p>
<p>Iris, with her international experience, helps us easily understand the numbers and improves them. She is determined to drive success and delivers her professional acumen to bring the company to the next level.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
<record id="website.s_company_team_000_scss" model="ir.asset">
<field name="name">Company team 000 SCSS</field>
<field name="bundle">web.assets_frontend</field>
<field name="path">website/static/src/snippets/s_company_team/000.scss</field>
</record>
</odoo>