[IMP] theme_*: adapt s_card_offset

task-4105038

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:
Xavier Luyckx (xlu)
2024-08-21 14:47:58 +02:00
committed by qsm-odoo
parent 28cc178546
commit 2c8892ab4d
47 changed files with 687 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
'views/snippets/s_company_team.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_image_gallery.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_media_list.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Redefining Style with Every Step
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Discover the latest trends in fashion and sportswear, designed to elevate your style and performance. Our collection offers a blend of innovation, comfort, and flair.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Shop the looks that define the season.
</xpath>
</template>
</odoo>
+1
View File
@@ -16,6 +16,7 @@
'views/snippets/s_parallax.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_framed_intro.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_carousel.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Discover Art that Inspires Your Soul
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Explore a curated selection of artwork from emerging and established artists. Our galleries are designed to ignite creativity and connect you with timeless pieces.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Let art be the language of your space.
</xpath>
</template>
</odoo>
+24
View File
@@ -495,6 +495,30 @@
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Innovative Design Meets Fine Art
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Stay ahead of the curve with our insights on design and fine art. Explore the intersection of creativity and innovation through our galleries, shows, and digital media.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Discover the future of design today.
</xpath>
</template>
<!-- ======== BIG NUMBER ======== -->
<template id="s_big_number" inherit_id="website.s_big_number">
<!-- Section -->
+1
View File
@@ -23,6 +23,7 @@
'views/snippets/s_images_mosaic.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_image_punchy.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_motto.xml',
'views/snippets/s_picture.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Your Gateway to Unforgettable Journeys
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Embark on adventures that leave a lasting impression. Our travel agency offers tailored excursions and tours that connect you with the worlds most breathtaking destinations.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Explore the world with us today.
</xpath>
</template>
</odoo>
+1
View File
@@ -14,6 +14,7 @@
'views/snippets/s_cta_box.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_title.xml',
'views/snippets/s_company_team.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Unveil Your Natural Beauty
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Enhance your natural beauty with our range of skincare and cosmetic products. Our experts provide personalized care to help you look and feel your best every day.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Discover the beauty within you.
</xpath>
</template>
</odoo>
+19
View File
@@ -821,5 +821,24 @@
We provide cutting-edge research opportunities and innovative programs. Leveraging the latest advancements, we help you achieve your academic and career goals.
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_2</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Shaping Tomorrow's Leaders
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Empower your academic journey with our comprehensive university programs. We foster a dynamic environment that encourages learning, innovation, and personal growth.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Join us in building a brighter future.
</xpath>
</template>
</odoo>
+1
View File
@@ -17,6 +17,7 @@
'views/snippets/s_banner.xml',
'views/snippets/s_columns.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_features.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_freegrid.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5 o_colored_level" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
A Culinary Journey Awaits You
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Experience culinary excellence at our bistros and cafes. Our menu is crafted to delight your senses, offering a unique blend of flavors that celebrate the art of dining.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Reserve your table today.
</xpath>
</template>
</odoo>
+1
View File
@@ -21,6 +21,7 @@
'views/snippets/s_call_to_action.xml',
'views/snippets/s_sidegrid.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_image_title.xml',
'views/snippets/s_key_images.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Discover a World of Knowledge
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Explore our vast collection of books, magazines, and music. From classic literature to contemporary media, our library offers something for every curious mind.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Dive into your next great read.
</xpath>
</template>
</odoo>
+1
View File
@@ -18,6 +18,7 @@
'views/snippets/s_image_text.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_block.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_three_columns.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Innovation at the Heart of Business
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Transform your business with our technology-driven services. We integrate innovative solutions that streamline operations and enhance corporate efficiency.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Drive success through innovation.
</xpath>
</template>
</odoo>
+1
View File
@@ -14,6 +14,7 @@
'views/snippets/s_cta_box.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_three_columns.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_quotes_carousel_demo_image_1</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Expert Legal Solutions for Business
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Navigate the complexities of corporate law with our expert legal services. We provide the support your business needs to thrive in todays fast-paced world.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Legal expertise you can trust.
</xpath>
</template>
</odoo>
+19
View File
@@ -517,5 +517,24 @@
<div class="o_we_shape o_web_editor_Origins_06_001"/>
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Pioneering IT Solutions &amp; Development
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Leverage the power of technology with our advanced IT development services. We deliver innovative solutions that meet the evolving needs of your business.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Innovate with confidence.
</xpath>
</template>
</odoo>
+1
View File
@@ -17,6 +17,7 @@
'views/snippets/s_banner.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_pricelist_boxed.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5 o_colored_level" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_13</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Building the Future of Business
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Combine architectural brilliance with business acumen to create spaces that inspire. Our services integrate design and functionality for optimal corporate environments.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Design your business success.
</xpath>
</template>
</odoo>
+23
View File
@@ -529,5 +529,28 @@
<attribute name="class" add="o_cc o_cc4" separator=" "/>
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_numbers_default_image</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Robotics &amp; Technology for Tomorrow
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Explore the forefront of technology with our robotics and IT services. We deliver innovative solutions designed to enhance corporate efficiency and drive success.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Embrace the future of technology.
</xpath>
</template>
</odoo>
+1
View File
@@ -15,6 +15,7 @@
'views/snippets/s_cta_box.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_images_mosaic.xml',
'views/snippets/s_text_image.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Virtual Reality: Redefining Experience
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Immerse yourself in a world of possibilities with our cutting-edge virtual reality technology. We provide tools and solutions that redefine how you interact with the digital world.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Step into the future today.
</xpath>
</template>
</odoo>
+1
View File
@@ -25,6 +25,7 @@
'views/snippets/s_company_team_shapes.xml',
'views/snippets/s_sidegrid.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_features_wall.xml',
'views/snippets/s_quotes_carousel.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Toys That Spark Imagination
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Inspire creativity and joy in children with our carefully curated selection of toys and games. Designed for endless fun and learning, our products are perfect for every child.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Playtime just got better.
</xpath>
</template>
</odoo>
+1
View File
@@ -14,6 +14,7 @@
'views/snippets/s_cta_box.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_title.xml',
'views/snippets/s_three_columns.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Elegant Furniture for Modern Living
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Transform your home with our exquisite furniture collection. Combining style and functionality, our pieces are crafted to enhance the beauty and comfort of any space.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Redefine your living space.
</xpath>
</template>
</odoo>
+23
View File
@@ -661,5 +661,28 @@
We bring cutting-edge ideas and interactive features to our events. Leveraging the latest trends, we create fun and engaging activities for all attendees.
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Unforgettable Events &amp; Entertainment
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Experience unforgettable moments with our event services. From vibrant parties to intimate gatherings, we provide the perfect setting, food, and entertainment for every occasion.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Lets make your event extraordinary.
</xpath>
</template>
</odoo>
+1
View File
@@ -17,6 +17,7 @@
'views/snippets/s_carousel.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_motto.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_features.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_freegrid.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5 o_colored_level" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_03</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Creativity Meets Cutting-Edge Technology
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Unlock your creative potential with our innovative design and IT services. We offer a blend of creativity and technology that brings your vision to life in new and exciting ways.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Lets innovate together.
</xpath>
</template>
</odoo>
+1
View File
@@ -23,6 +23,7 @@
'views/snippets/s_freegrid.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_image_title.xml',
'views/snippets/s_framed_intro.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Music That Moves You
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Experience the magic of live music and discover new sounds with our events and services. Whether you're into concerts or recordings, we bring the best of the music world to you.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Feel the rhythm, live the music.
</xpath>
</template>
</odoo>
+1
View File
@@ -22,6 +22,7 @@
'views/snippets/s_references.xml',
'views/snippets/s_freegrid.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_color_blocks_2.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Strategic Business &amp; IT Advisory
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Elevate your business with our expert advisory services in corporate strategy and IT solutions. We provide the insights and tools you need to succeed in a competitive market.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Navigate your business with confidence.
</xpath>
</template>
</odoo>
+1
View File
@@ -14,6 +14,7 @@
'views/snippets/s_cta_box.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_motto.xml',
'views/snippets/s_image_text.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Bringing Nature to Your Doorstep
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Surround yourself with the beauty of nature with our exquisite floral arrangements and garden designs. Perfect for any occasion, our creations bring elegance and freshness into your life.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Celebrate natures beauty with us.
</xpath>
</template>
</odoo>
+26
View File
@@ -699,6 +699,14 @@
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
</template>
<!-- ==== Big Number ===== -->
<template id="s_big_number" inherit_id="website.s_big_number">
<!-- Section -->
@@ -732,5 +740,23 @@
</xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
</template>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Expert Consultancy in Tech &amp; Design
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Optimize your business with our consultancy services in technology and design. We provide strategic advice and innovative solutions to help you stay ahead in the digital age.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Unlock your business potential.
</xpath>
</template>
</odoo>
+1
View File
@@ -15,6 +15,7 @@
'views/snippets/s_banner.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_striped_top.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_image_title.xml',
'views/snippets/s_images_mosaic.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_16</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Real Estate Solutions for You
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Find your perfect home or investment property with our comprehensive real estate services. We guide you through every step, from buying and selling to property management.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Your dream home awaits.
</xpath>
</template>
</odoo>
+1
View File
@@ -18,6 +18,7 @@
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_comparisons.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_faq_collapse.xml',
'views/snippets/s_features.xml',
'views/snippets/s_image_text.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Sustainability for a Better Tomorrow
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Join us in our mission to protect the environment and promote sustainable development. We focus on creating a greener future through innovative ecological solutions.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Be part of the change.
</xpath>
</template>
</odoo>
+21
View File
@@ -677,6 +677,7 @@
Trust us to keep your luxury vehicle in pristine condition
</xpath>
</template>
<!-- ======== IMAGES MOSAIC ======== -->
<template id="s_images_mosaic" inherit_id="website.s_images_mosaic">
<xpath expr="//h2" position="replace" mode="inner">
@@ -722,6 +723,26 @@
</xpath>
</template>
<!-- ======== CARD OFFSET ======== -->
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_05</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Reliable Vehicle Services &amp; Repairs
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Keep your vehicle in top condition with our comprehensive repair and maintenance services. From cars to motorbikes, we offer expert solutions to ensure safe and smooth rides.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Drive with confidence.
</xpath>
</template>
<!-- ===== WAVY GRID ======== -->
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<!-- Layout -->
+1
View File
@@ -19,6 +19,7 @@
'views/snippets/s_carousel.xml',
'views/snippets/s_company_team.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_image_title.xml',
'views/snippets/s_images_mosaic.xml',
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5 o_colored_level" remove="o_cc1" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Capturing Your Love Story
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Let us help you capture the magic of your special day. Our professional photography services ensure that your wedding memories are preserved beautifully for a lifetime.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Cherish every moment.
</xpath>
</template>
</odoo>
+1
View File
@@ -18,6 +18,7 @@
'views/snippets/s_sidegrid.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_card_offset.xml',
'views/snippets/s_features.xml',
'views/snippets/s_masonry_block.xml',
'views/snippets/s_media_list.xml',
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_card_offset" inherit_id="website.s_card_offset">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Elevate Your Brand with Digital Marketing
</xpath>
<!-- Paragraph 1 -->
<xpath expr="(//p[hasclass('lead')])[1]" position="replace" mode="inner">
Boost your brands visibility and engagement with our expert digital marketing services. From copywriting to media strategies, we tailor solutions to meet your unique needs.
</xpath>
<!-- Paragraph 2 -->
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
Lets grow your brand together.
</xpath>
</template>
</odoo>