[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
+1
View File
@@ -57,6 +57,7 @@
'views/snippets/s_image_frame.xml',
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+5
View File
@@ -392,5 +392,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_anelusia/static/src/img/snippets/s_images_constellation_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_anelusia/static/src/img/snippets/s_empowerment_default_image.jpg</field>
</record>
</odoo>
@@ -0,0 +1,29 @@
<?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"/>&#160;&#160;Enjoy exclusive deals up to -50% ! &#160;&#160;&#160;&#160;
<a href="#">Shop now&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover our new collection,<br/>shop our bestsellers today!
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover our new collection,<br/>shop our bestsellers today!
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Unveil the latest, shop the best!<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Shop now
</xpath>
</template>
</odoo>
+1
View File
@@ -61,6 +61,7 @@
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.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: 31 KiB

+5
View File
@@ -380,5 +380,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_artists/static/src/img/snippets/s_text_cover.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_artists/static/src/img/snippets/s_empowerment_default_image.jpg</field>
</record>
</odoo>
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_empowerment" inherit_id="website.s_empowerment">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5" separator=" "/>
</xpath>
<!-- Badge background -->
<xpath expr="//span[hasclass('s_cta_badge')]" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath>
<!-- 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;Don't miss the final show ! &#160;&#160;&#160;&#160;
<a href="#">Grab your tickets&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Lunar Echoes:<br/>Around the World tour
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>The very last date of our World tour !<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Tour agenda
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace"/>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+25
View File
@@ -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"/>&#160;&#160;Award-Winning Designs &#160;&#160;&#160;&#160;
<a href="#">See Our Achievements&#160;&#160; <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 -->
@@ -482,5 +482,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_avantgarde/static/src/img/pictures/s_text_cover.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_avantgarde/static/src/img/pictures/s_empowerment_default_image.jpg</field>
</record>
</odoo>
+1
View File
@@ -48,6 +48,7 @@
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.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

+7
View File
@@ -375,4 +375,11 @@
<field name="url">/theme_aviato/static/src/img/content/s_text_cover.jpg</field>
</record>
<!-- Empowerment -->
<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_aviato/static/src/img/content/s_empowerment_default_image.jpg</field>
</record>
</odoo>
@@ -0,0 +1,29 @@
<?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"/>&#160;&#160;Exclusive Travel Deals &#160;&#160;&#160;&#160;
<a href="#">View Our Offers&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Explore with<br/>GlobeTrek Travel
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Your gateway to unforgettable adventures and dream destinations.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Explore Destinations
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Plan Your Trip
</xpath>
</template>
</odoo>
+1
View File
@@ -56,6 +56,7 @@
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.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: 28 KiB

+5
View File
@@ -425,5 +425,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_beauty/static/src/img/snippets/library_image_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_beauty/static/src/img/snippets/s_empowerment_default_image.jpg</field>
</record>
</odoo>
@@ -0,0 +1,29 @@
<?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"/>&#160;&#160;Top Beauty Picks &#160;&#160;&#160;&#160;
<a href="#">Explore Beauty Essentials&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Radiance by<br/>LuxeAura
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Unleashing beauty with elegance and style, from runway to everyday<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our Collections
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Book a session
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

+25
View File
@@ -1079,4 +1079,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;Top-Ranked Programs &#160;&#160;&#160;&#160;
<a href="#">Discover Our Courses&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Achieve with<br/>Summit University
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Empowering future leaders with exceptional education and opportunities.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Explore Programs
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Request Information
</xpath>
</template>
</odoo>
+5
View File
@@ -382,5 +382,10 @@
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/library_image_14.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_bewise/static/src/img/content/s_empowerment_default_image.jpg</field>
</record>
</odoo>
+1
View File
@@ -52,6 +52,7 @@
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.xml',
'views/snippets/s_text_cover.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

+7
View File
@@ -556,4 +556,11 @@
<field name="url">/theme_bistro/static/src/img/content/s_shape_image_default_image.jpg</field>
</record>
<!-- EMPOWERMENT -->
<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_bistro/static/src/img/content/s_empowerment_default_image.jpg</field>
</record>
</odoo>
@@ -0,0 +1,29 @@
<?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"/>&#160;&#160;Explore our signature dishes&#160;&#160;&#160;&#160;
<a href="#">View Our Menu&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Experience Culinary<br/>Excellence at Bella Bistro
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Where every meal is a celebration of flavor and ambiance.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Book a table
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
See Today's Specials
</xpath>
</template>
</odoo>
+1
View File
@@ -31,6 +31,7 @@
'views/snippets/s_freegrid.xml',
'views/snippets/s_features_wall.xml',
'views/snippets/s_image_punchy.xml',
'views/snippets/s_empowerment.xml',
'views/snippets/s_masonry_block.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_numbers.xml',
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

+5
View File
@@ -408,5 +408,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_bookstore/static/src/img/snippets/s_unveil_3.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_bookstore/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"/>&#160;&#160;Bestselling Titles&#160;&#160;&#160;&#160;
<a href="#">Explore new releases&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover your next favorite book at PageTurner Books
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Curated collections and timeless classics, all in one place.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Browse our selection
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Join our book club
</xpath>
</template>
</odoo>
+1
View File
@@ -61,6 +61,7 @@
'views/snippets/s_big_number.xml',
'views/snippets/s_image_frame.xml',
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

+6
View File
@@ -218,5 +218,11 @@
<field name="url">/theme_buzzy/static/src/img/photos/library_image_02.jpg</field>
</record>
<!-- Empowerment -->
<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_buzzy/static/src/img/photos/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"/>&#160;&#160;Industry Leaders&#160;&#160;&#160;&#160;
<a href="#">See our Success Stories&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Elevate your business<br/>with ApexCorp Solutions
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Driving innovation and excellence in every partnership.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
About us
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Get in touch
</xpath>
</template>
</odoo>
+1
View File
@@ -38,6 +38,7 @@
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

+5
View File
@@ -337,5 +337,10 @@
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_clean/static/src/img/content/library_image_16.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_clean/static/src/img/content/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"/>&#160;&#160;Trusted expertise&#160;&#160;&#160;&#160;
<a href="#">Read client testimonials&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Navigating legal complexities<br/>with Cornerstone Law Group
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Providing reliable legal solutions tailored to your needs.<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">
Book an appointment
</xpath>
</template>
</odoo>
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">
+1
View File
@@ -47,6 +47,7 @@
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.xml',
'views/snippets/s_text_cover.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
@@ -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"/>&#160;&#160;Award-winning designs&#160;&#160;&#160;&#160;
<a href="#">View our portfolio&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Shaping spaces<br/>with Horizon Architects
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Blending creativity and precision in every project.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our work
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Book an appointment
</xpath>
</template>
</odoo>
+23
View File
@@ -559,5 +559,28 @@
Embrace the future of technology.
</xpath>
</template>
<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;Customer-first approach&#160;&#160;&#160;&#160;
<a href="#">Read our reviews&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Exceeding expectations<br/>with PrimeService Co.
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Delivering top-tier solutions with a personal touch.<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">
Contact us today
</xpath>
</template>
</odoo>
+1
View File
@@ -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

+5
View File
@@ -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"/>&#160;&#160;Cutting-edge innovation&#160;&#160;&#160;&#160;
<a href="#">Explore our tech solution&#160;&#160; <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>
+1
View File
@@ -53,6 +53,7 @@
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.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: 28 KiB

+5
View File
@@ -394,5 +394,10 @@
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_banner.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_kiddo/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"/>&#160;&#160;Caring hands&#160;&#160;&#160;&#160;
<a href="#">Learn about our approach&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Nurturing growth<br/>at Little Sprouts Nursery
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Where every child blossoms in a safe and loving environment.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our programs
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Schedule a visit
</xpath>
</template>
</odoo>
+1
View File
@@ -47,6 +47,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: 40 KiB

+5
View File
@@ -401,5 +401,10 @@ Check in primary_variables.scss and theme.scss -->
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_carousel_1.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_loftspace/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"/>&#160;&#160;Stylish and durable&#160;&#160;&#160;&#160;
<a href="#">Browse our collection&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Transforming spaces<br/>with UrbanNest Furniture
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Elegant designs and quality craftsmanship for every home.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Shop Now
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Request a quote
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

+25
View File
@@ -809,4 +809,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;Memorable experiences&#160;&#160;&#160;&#160;
<a href="#">See our event highlights&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Creating unforgettable moments<br/>with expert event planning
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Expertly crafted events tailored to your vision.<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">
Schedule a call
</xpath>
</template>
</odoo>
+5
View File
@@ -437,5 +437,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_monglia/static/src/img/snippets/s_carousel_1.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_monglia/static/src/img/snippets/s_empowerment_default_image.jpg</field>
</record>
</odoo>
+1
View File
@@ -41,6 +41,7 @@
'views/snippets/s_image_frame.xml',
'views/snippets/s_shape_image.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

+5
View File
@@ -571,5 +571,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_nano/static/src/img/snippets/s_images_constellation_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_nano/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"/>&#160;&#160;Creative solutions&#160;&#160;&#160;&#160;
<a href="#">See our work&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Crafting excellence with<br/>innovative design and fabrication
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Transforming ideas into tangible creations with precision and flair.<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">
Get a quote
</xpath>
</template>
</odoo>
+1
View File
@@ -58,6 +58,7 @@
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.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: 26 KiB

+5
View File
@@ -407,5 +407,10 @@
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_notes/static/src/img/content/content_img_28.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_notes/static/src/img/content/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"/>&#160;&#160;High-energy performances&#160;&#160;&#160;&#160;
<a href="#">Listen to our latest tracks&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Rock out with your favorite band on tour
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Bringing you unforgettable live music and electrifying shows.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Check tour dates
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Buy tickets
</xpath>
</template>
</odoo>
+1
View File
@@ -48,6 +48,7 @@
'views/snippets/s_quadrant.xml',
'views/snippets/s_big_number.xml',
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

+5
View File
@@ -372,5 +372,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_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_odoo_experts/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"/>&#160;&#160;Trusted guidance&#160;&#160;&#160;&#160;
<a href="#">Read our client success stories&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Expert advice for<br/>your future with top advisors
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Providing personalized strategies and insights to help you succeed.<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">
Schedule a call
</xpath>
</template>
</odoo>
+1
View File
@@ -46,6 +46,7 @@
'views/snippets/s_big_number.xml',
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+5
View File
@@ -380,5 +380,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_orchid/static/src/img/snippets/library_image_03.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_orchid/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"/>&#160;&#160;Fresh and beautiful&#160;&#160;&#160;&#160;
<a href="#">Browse our floral arrangements&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Brighten your day with<br/>stunning designs from your local florist
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Creating vibrant, handcrafted bouquets to celebrate every occasion.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Shop Now
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Our custom bouquets
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

+25
View File
@@ -804,4 +804,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;Strategic insights&#160;&#160;&#160;&#160;
<a href="#">Explore our case studies&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Elevate your business<br/>with expert consultancy services
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Offering tailored strategies to drive growth and success.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our solutions
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Book a call
</xpath>
</template>
</odoo>
+6
View File
@@ -238,6 +238,12 @@
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_paptic/static/src/img/pictures/s_picture.jpg</field>
</record>
<!-- Empowerment -->
<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_paptic/static/src/img/pictures/s_empowerment_default_image.jpg</field>
</record>
<!-- Images Gallery -->
<record id="library_image_02" model="theme.ir.attachment">
+1
View File
@@ -46,6 +46,7 @@
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_shape_image.xml',
'views/snippets/s_images_constellation.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+5
View File
@@ -366,5 +366,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_real_estate/static/src/img/snippets/s_banner.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_real_estate/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"/>&#160;&#160;Prime properties&#160;&#160;&#160;&#160;
<a href="#">View our listings&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Finding your dream home<br/>with expert real estate services
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Connecting you with the perfect property through personalized guidance.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Search for homes
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Contact an agent
</xpath>
</template>
</odoo>
+1
View File
@@ -49,6 +49,7 @@
'views/snippets/s_image_frame.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: 39 KiB

+5
View File
@@ -396,6 +396,11 @@
<field name="name">website.s_intro_pill_default_image_2</field>
<field name="url">/theme_treehouse/static/src/img/content/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_treehouse/static/src/img/content/s_empowerment_default_image.jpg</field>
</record>
<!-- Wavy Grid -->
<record id="s_wavy_grid_default_image_1" model="theme.ir.attachment">
@@ -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"/>&#160;&#160;Eco-friendly retreats&#160;&#160;&#160;&#160;
<a href="#">Discover our natural escapes&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Experience nature with<br/>serene and sustainable stays
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Immerse yourself in peaceful environments that harmonize with nature.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our destinations
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Book a stay
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

+25
View File
@@ -869,4 +869,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;Top-rated vehicles&#160;&#160;&#160;&#160;
<a href="#">Browse our inventory&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Find your perfect ride<br/>with premium car sales
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Offering a wide selection of quality cars to suit every need and budget.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Our cars
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Book a test drive
</xpath>
</template>
</odoo>
+5
View File
@@ -375,5 +375,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_masonry_block.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_vehicle/static/src/img/snippets/s_empowerment_default_image.jpg</field>
</record>
</odoo>
+1
View File
@@ -55,6 +55,7 @@
'views/snippets/s_image_frame.xml',
'views/snippets/s_shape_image.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: 53 KiB

+7
View File
@@ -476,4 +476,11 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
<field name="url">/theme_yes/static/src/img/snippets/s_cover.jpg</field>
</record>
<!-- // Empowerment // -->
<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_yes/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"/>&#160;&#160;Dream weddings&#160;&#160;&#160;&#160;
<a href="#">See our wedding galleries&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Creating unforgettable moments<br/>with expert wedding planning
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Turning your vision into a beautiful reality with personalized touches<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">
Get a quote
</xpath>
</template>
</odoo>
+1
View File
@@ -43,6 +43,7 @@
'views/snippets/s_image_title.xml',
'views/snippets/s_big_number.xml',
'views/snippets/s_images_constellation.xml',
'views/snippets/s_empowerment.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

+6
View File
@@ -460,5 +460,11 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_zap/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- Empowerment -->
<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_zap/static/src/img/content/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"/>&#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>