[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>
This commit is contained in:
Chrysanthe (chgo)
2024-08-01 13:45:39 +02:00
parent bd4b876b57
commit b93e7407e5
81 changed files with 462 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+15
View File
@@ -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 its a wedding, corporate gathering, or private celebration, we create events that leave a lasting impression.<br/><br/>
</xpath>
</template>
</odoo>
+5
View File
@@ -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>