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
@@ -50,6 +50,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_text_cover.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@@ -421,5 +421,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
|
||||
<field name="name">website.s_text_cover_default_image</field>
|
||||
<field name="url">/theme_kea/static/src/img/snippets/s_image_wall_02.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_kea/static/src/img/snippets/s_empowerment_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<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"/>  Cutting-edge innovation    
|
||||
<a href="#">Explore our tech solution   <i class="fa fa-long-arrow-right" role="img"/></a>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Driving progress<br/>with QuantumTech Industries
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Empowering businesses through advanced technology.<br/><br/>
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
|
||||
Our products
|
||||
</xpath>
|
||||
<!-- Second Button -->
|
||||
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
|
||||
Request a demo
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user