[IMP] theme_*: adapt s_split_intro snippet
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, cobalt, enark, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, real_estate, treehouse, vehicle, yes, zap. This commit reviews the occurrences of `s_split_intro` snippet across design themes. task-4077616 part of task-4077427 closes odoo/design-themes#876 Related: odoo/odoo#175321 Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
@@ -62,6 +62,7 @@
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 33 KiB |
@@ -437,5 +437,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Discover new fashion trends
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Step into the future with our inclusive styles designed to celebrate your unique expression. From expanding your wardrobe to embracing new trends, our collections provide the foundation for a vibrant fashion experience. Don’t let conventional choices limit your style any longer.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -105,6 +105,7 @@
|
||||
'views/snippets/s_cta_mobile.xml',
|
||||
'views/snippets/s_website_form_cover.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 46 KiB |
@@ -430,5 +430,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_artists/static/src/img/snippets/s_image_hexagonal_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_artists/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Discover our<br/>exclusive artists !
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Step into a new artistic era with our innovative techniques designed to elevate your unique style. From refining your skills to expanding your creative horizons, our tools provide the foundation for lasting impact. Don’t let outdated methods limit your artistic potential any longer.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 48 KiB |
@@ -929,4 +929,16 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SPLIT INTRO ======== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Transform your<br/>architectural vision
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Step into the future with our cutting-edge solutions tailored to enhance your architectural projects. From optimizing designs to driving innovative outcomes, our tools provide the foundation for sustainable success. Don’t let traditional methods limit your creative potential any longer.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -487,5 +487,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/content/s_cover.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/pictures/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_company_team_spotlight.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 31 KiB |
@@ -381,6 +381,12 @@
|
||||
<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>
|
||||
<!-- Split Intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Website Form Overlay -->
|
||||
<record id="s_website_form_overlay_default_image" model="theme.ir.attachment">
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Transform your<br/>travel experience
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Experience a new way to travel with our agency. We combine advanced technology and personalized service to revolutionize your journey. Whether you're after adventure or relaxation, we create custom trips that turn your travel dreams into reality.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -61,6 +61,7 @@
|
||||
'views/snippets/s_text_cover.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 31 KiB |
@@ -455,5 +455,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_beauty/static/src/img/snippets/library_image_02.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_beauty/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Transform your<br/>beauty routine
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Step into a new era with our advanced products designed to enhance your unique beauty. From improving your skincare to achieving flawless results, our solutions provide the foundation for radiant success. Don’t let outdated routines hold you back any longer.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 41 KiB |
@@ -1199,4 +1199,16 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SPLIT INTRO ======== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Enhance your<br/>academic journey
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Discover a university experience designed to elevate your learning. With state-of-the-art facilities and expert faculty, we provide an environment where knowledge thrives. From innovative programs to hands-on research opportunities, we empower you to achieve your academic goals and prepare for a successful future.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -412,5 +412,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/library_image_14.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_company_team_grid.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
|
||||
],
|
||||
|
||||
|
After Width: | Height: | Size: 47 KiB |
@@ -605,4 +605,11 @@
|
||||
<field name="url">/theme_bistro/static/src/img/backgrounds/19.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Split intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_bistro/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Savor the art<br/>of casual dining
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Indulge in a dining experience where flavor meets comfort. At our bistro, we blend fresh ingredients with culinary creativity to offer a menu that delights every palate. Whether you're here for a quick bite or a leisurely meal, our welcoming atmosphere and delicious dishes make every visit special.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -63,6 +63,7 @@
|
||||
'views/snippets/s_accordion_image.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_company_team_card.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 53 KiB |
@@ -430,5 +430,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_text_cover.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Discover your<br/>next great read
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Step into a world of stories at our bookstore. From timeless classics to the latest bestsellers, we offer a curated selection of books to inspire and entertain. Whether you're an avid reader or just browsing, our cozy atmosphere and knowledgeable staff will help you find the perfect book to spark your imagination.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -67,6 +67,7 @@
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 52 KiB |
@@ -313,6 +313,12 @@
|
||||
<field name="name">website.s_website_form_overlay_default_image</field>
|
||||
<field name="url">/theme_buzzy/static/src/img/photos/s_cover_default_image.jpg</field>
|
||||
</record>
|
||||
<!-- Split intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_buzzy/static/src/img/photos/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 45 KiB |
@@ -754,4 +754,12 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ==== Split Intro ===== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -461,4 +461,11 @@
|
||||
<field name="url">/theme_cobalt/static/src/img/pictures/s_picture.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Split intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_cobalt/static/src/img/pictures/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_company_team_card.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
@@ -350,5 +350,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/library_image_02.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Transform your<br/>vision into reality
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Partner with us to bring your architectural dreams to life. Our team combines creative design with practical expertise to craft spaces that inspire and function seamlessly. Whether you're planning a residential haven or a commercial landmark, we turn your ideas into stunning, functional structures.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 23 KiB |
@@ -486,5 +486,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_kea/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_company_team_grid.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 52 KiB |
@@ -424,5 +424,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_kiddo/static/src/img/snippets/library_image_08.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Create an environment<br/>for growth
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Welcome to our nursery, where every child's development is our top priority. We provide a warm and supportive setting designed to foster curiosity and learning. With experienced staff and engaging activities, we ensure your little ones receive the care and attention they need to thrive.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -56,6 +56,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_company_team_card.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 47 KiB |
@@ -421,5 +421,10 @@ Check in primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Discover our<br/>stylish furniture
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Transform your home with our curated collection of furniture that combines elegance and functionality. From contemporary designs to timeless classics, we offer pieces that elevate your living spaces and reflect your personal style. Discover how our quality furnishings can make your home both beautiful and comfortable.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 39 KiB |
@@ -1104,4 +1104,19 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SPLIT INTRO ======== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Craft an amazing<br/>show
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Turn your special occasion into a memorable event with our expert planning services. We handle every detail, from concept to execution, ensuring a seamless and enjoyable experience. Whether it’s a wedding, corporate gathering, or private celebration, we create events that leave a lasting impression.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -457,5 +457,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_monglia/static/src/img/content/content_img_11.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_monglia/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
'views/snippets/s_website_form_cover.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_company_team_card.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 48 KiB |
@@ -586,5 +586,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_nano/static/src/img/snippets/s_parallax.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_nano/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Bring your<br/>ideas to life
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Explore the world of creation with our maker services. We provide the tools, resources, and expertise to turn your concepts into tangible projects. Whether crafting a unique piece or developing a prototype, we’re here to bring your vision to life.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -68,6 +68,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_website_form_cover.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 59 KiB |
@@ -442,5 +442,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_22.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Listen to your<br/>favorite tunes
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Join us for live performances that captivate and energize. Our music band brings passion and expertise to every show, delivering a memorable experience with every note. From original compositions to beloved covers, we create a vibrant atmosphere that resonates with fans and keeps the music alive.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -57,6 +57,7 @@
|
||||
'views/snippets/s_references.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 52 KiB |
@@ -395,5 +395,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_orchid/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -51,6 +51,7 @@
|
||||
'views/snippets/s_images_constellation.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 38 KiB |
@@ -391,5 +391,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/library_image_13.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Find your<br/>perfect place
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Discover your ideal home with our expert real estate services. We guide you through every step of the buying or selling process, offering personalized support and in-depth market knowledge. Whether you're searching for a new house or an investment property, we're here to help you make informed decisions and find a space you'll love.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -56,6 +56,7 @@
|
||||
'views/snippets/s_text_cover.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 23 KiB |
@@ -569,4 +569,11 @@
|
||||
<field name="url">/theme_treehouse/static/src/img/content/masonry_block.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Split Intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_treehouse/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Protect our<br/>natural world
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Join us in making a positive impact on the environment. We offer solutions and initiatives that promote sustainability and conservation, from reducing waste to supporting green practices. Together, we can create a healthier planet and ensure a thriving future for generations to come.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 48 KiB |
@@ -952,4 +952,19 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SPLIT INTRO ======== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Drive away in<br/>your dream car
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Discover our wide range of vehicles tailored to your lifestyle. As your trusted car dealer, we offer personalized service and competitive pricing to help you find the perfect car. Whether you want a sedan, SUV, or truck, we make your car-buying experience easy and satisfying.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -415,5 +415,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_vehicle/static/src/img/snippets/s_banner_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
'views/snippets/s_image_text_overlap.xml',
|
||||
'views/snippets/s_features.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 42 KiB |
@@ -482,6 +482,12 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
|
||||
<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>
|
||||
<!-- // Split intro // -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_yes/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- // Website Form Overlay // -->
|
||||
<record id="s_website_form_overlay_default_image" model="theme.ir.attachment">
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Craft your<br/>dream wedding
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Let us turn your vision into a stunning reality. As your dedicated wedding planner, we handle every detail with care and creativity, from venue selection to final touches. Whether you envision an intimate ceremony or a grand celebration, we ensure your special day is seamless, beautiful, and unforgettable.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||