[IMP] theme_yes: review theme design

task-4178092
part of task-4177975

closes odoo/design-themes#965

X-original-commit: 9763584495
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
Signed-off-by: Chrysanthe Gomrée (chgo) <chgo@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-19 14:18:34 +00:00
parent 525402331a
commit f29a75764c
28 changed files with 387 additions and 263 deletions
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_features" inherit_id="website.s_features">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2 pb88" remove="pb64" separator=" "/>
</xpath>
<!-- Remove title and subtitle -->
<xpath expr="//div[hasclass('col-lg-12')]" position="replace"/>
<!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="//div[hasclass('row')]/div[1]/i" position="replace">
<i class="s_features_icon fa fa-map-o mb-3 fa-2x mx-auto d-block" role="img"/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[1]/div/h3" position="replace">
<h3 style="text-align: center;"><span class="h5-fs">Dream venues</span></h3>
</xpath>
<xpath expr="//div[hasclass('row')]/div[1]/div/p" position="replace">
<p style="text-align: center;">We help you discover the ideal location that matches your style and vision.</p>
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('row')]/div[2]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="//div[hasclass('row')]/div[2]/i" position="replace">
<i class="s_features_icon fa fa-file-text-o mb-3 fa-2x mx-auto d-block" role="img"/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/div/h3" position="replace">
<h3 style="text-align: center;"><span class="h5-fs">Curating the finest menu</span></h3>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/div/p" position="replace">
<p style="text-align: center;">We help you crafting a personalized wedding menu tailored to your tastes.</p>
</xpath>
<!-- Column #03 -->
<xpath expr="//div[hasclass('row')]/div[3]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="//div[hasclass('row')]/div[3]/i" position="replace">
<i class="s_features_icon fa fa-diamond mb-3 fa-2x mx-auto d-block" role="img"/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/div/h3" position="replace">
<h3 style="text-align: center;"><span class="h5-fs">Capturing the moment</span></h3>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/div/p" position="replace">
<p style="text-align: center;">From photography to videography, we will record all the important moments.</p>
</xpath>
</template>
</odoo>