[IMP] theme_aviato: revamp the theme

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>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-16 18:43:47 +02:00
committed by qsm-odoo
parent d207b2db95
commit 6f379e8b1c
18 changed files with 1389 additions and 548 deletions
@@ -0,0 +1,49 @@
<?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>