mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_empowerment
task-4077615 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:
committed by
qsm-odoo
parent
3243aef15b
commit
75fc5fbaf0
@@ -596,6 +596,31 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== EMPOWERMENT ======== -->
|
||||
<template id="s_empowerment" inherit_id="website.s_empowerment">
|
||||
<!-- Badge content -->
|
||||
<xpath expr="//span[hasclass('s_cta_badge')]" position="replace" mode="inner">
|
||||
<i class="fa fa-fw fa-info-circle o_not-animable" role="img"/>  Award-Winning Designs     
|
||||
<a href="#">See Our Achievements   <i class="fa fa-long-arrow-right" role="img"/></a>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Crafting spaces<br/>for everyday life
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Crafting spaces where creativity meets functionality,<br/>one design at a time.<br/><br/>
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
|
||||
Our Projects
|
||||
</xpath>
|
||||
<!-- Second Button -->
|
||||
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
|
||||
Book an appointment
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
|
||||
Reference in New Issue
Block a user