Files
design-themes/theme_aviato/views/snippets/s_company_team.xml
T
Xavier Luyckx (xlu) dff50a4a87 [IMP] theme_aviato: revamp the theme
task-4178017
Part of task-4177975

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-30 05:37:09 +00:00

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>