[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:
Chrysanthe (chgo)
2024-08-13 11:37:04 +02:00
committed by qsm-odoo
parent 3243aef15b
commit 75fc5fbaf0
97 changed files with 898 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+25
View File
@@ -582,4 +582,29 @@
</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"/>&#160;&#160;Innovative solutions&#160;&#160;&#160;&#160;
<a href="#">See our projects&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Building the future<br/>with NovaDev Solutions
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Transforming ideas into impactful digital experiences.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our services
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Start a project
</xpath>
</template>
</odoo>
+5
View File
@@ -343,6 +343,11 @@
<field name="name">website.s_intro_pill_default_image_2</field>
<field name="url">/theme_cobalt/static/src/img/pictures/s_intro_pill_default_image_2.jpg</field>
</record>
<record id="s_empowerment_default_image" model="theme.ir.attachment">
<field name="key">website.s_empowerment_default_image</field>
<field name="name">website.s_empowerment_default_image</field>
<field name="url">/theme_cobalt/static/src/img/pictures/s_empowerment_default_image.jpg</field>
</record>
<!-- Images Mosaic -->
<record id="s_images_mosaic_default_image_1" model="theme.ir.attachment">