mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6f379e8b1c
task-4178017
Part of task-4177975
X-original-commit: dff50a4a87
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
50 lines
2.3 KiB
XML
50 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_company_team" inherit_id="website.s_company_team">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt72 pb0" remove="pt48 pb48" separator=" "/>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h3" position="replace">
|
|
<h2>Meet our travel agents</h2>
|
|
</xpath>
|
|
|
|
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace"/>
|
|
<xpath expr="//div[hasclass('col-lg-9')]//p[1]" position="replace" mode="inner">
|
|
Tony is dedicated to crafting personalized travel experiences, ensuring every client's journey is tailored to their unique preferences.
|
|
</xpath>
|
|
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace"/>
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[1]" position="replace" mode="inner">
|
|
Mich ensures the smooth execution of all travel plans, leveraging his industry expertise to guarantee a seamless client experience.
|
|
</xpath>
|
|
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p" position="replace"/>
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p[1]" position="replace" mode="inner">
|
|
Aline designs bespoke travel itineraries, collaborating with a global network of experts to deliver unique experiences tailored to each client's needs.
|
|
</xpath>
|
|
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p" position="replace"/>
|
|
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p[1]" position="replace" mode="inner">
|
|
Iris is responsible for creating cost-effective travel packages, ensuring clients can enjoy their adventures without compromising on quality.
|
|
</xpath>
|
|
|
|
<!-- Images -->
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//img)[2]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//img)[3]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//img)[4]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|