[IMP] theme_*: adapt s_wavy_grid

This commit adapts customizations for `s_wavy_grid`, added in
https://github.com/odoo/odoo/pull/177620

task-4105125
Part of task-4077427

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-22 18:03:22 +02:00
committed by qsm-odoo
parent 9eecd12db1
commit ebb9ca2ab3
73 changed files with 1465 additions and 0 deletions
+52
View File
@@ -601,4 +601,56 @@
</xpath>
</template>
<!-- ===== WAVY GRID ======== -->
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{'shape':'web_editor/Wavy/08','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace">
<div class="o_we_shape o_web_editor_Wavy_08"/>
</xpath>
<xpath expr="//h3" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath>
<xpath expr="(//h3)[2]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath>
<xpath expr="(//h3)[3]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath>
<xpath expr="(//h3)[4]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
What we offer to our attendees
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
Unique Experiences
</xpath>
<xpath expr="//p" position="replace" mode="inner">
We curate memorable events and activities tailored to create unforgettable moments. Our team ensures a vibrant and immersive experience from start to finish.
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Sustainable Celebrations
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Your enjoyment is our goal. Our dedicated staff is always on hand to provide support, ensuring a smooth and environmentally friendly festival experience.
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Quality and Entertainment
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
With extensive experience and a passion for entertainment, we deliver high-quality performances and attractions that keep you engaged and excited.
</xpath>
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Innovation and Fun
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
We bring cutting-edge ideas and interactive features to our events. Leveraging the latest trends, we create fun and engaging activities for all attendees.
</xpath>
</template>
</odoo>