mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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>
|
||||
Reference in New Issue
Block a user