[IMP] theme_monglia: revamp the theme

task-4178080
Part of task-4177975

X-original-commit: c1538a91df
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-25 10:26:01 +02:00
committed by qsm-odoo
parent 54fc022773
commit c0e0398910
10 changed files with 564 additions and 425 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
],
'images': [
'static/description/monglia_description.png',
'static/description/monglia_screenshot.jpeg',
'static/description/monglia_screenshot.jpg',
],
'images_preview_theme': {
'website.s_cover_default_image': '/theme_monglia/static/src/img/snippets/s_cover.jpg',
@@ -32,10 +32,10 @@
'website.library_image_02': '/theme_monglia/static/src/img/snippets/library_image_05.jpg',
'website.library_image_14': '/theme_monglia/static/src/img/snippets/library_image_14.jpg',
'website.library_image_16': '/theme_monglia/static/src/img/snippets/library_image_16.jpg',
'website.s_masonry_block_default_image_1': '/theme_monglia/static/src/img/snippets/s_masonry_block.jpg',
},
'configurator_snippets': {
'homepage': ['s_cover', 's_title', 's_text_block', 's_three_columns', 's_images_wall',
's_title', 's_media_list', 's_text_image'],
'homepage': ['s_cover', 's_numbers_grid', 's_company_team_shapes', 's_text_block', 's_freegrid', 's_cta_box', 's_shape_image', 's_title', 's_images_wall', 's_faq_collapse', 's_references'],
},
'new_page_templates': {
'about': {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

+33 -15
View File
@@ -9,9 +9,14 @@ const snippets = [
groupName: "Intro",
},
{
id: 's_title',
name: 'Title',
groupName: "Text",
id: 's_numbers_grid',
name: 'Numbers Grid',
groupName: "Content",
},
{
id: 's_company_team_shapes',
name: 'Team Shapes',
groupName: "People",
},
{
id: 's_text_block',
@@ -19,14 +24,19 @@ const snippets = [
groupName: "Text",
},
{
id: 's_three_columns',
name: 'Columns',
id: 's_freegrid',
name: 'Free grid',
groupName: "Columns",
},
{
id: 's_images_wall',
name: 'Images Wall',
groupName: "Images",
id: 's_cta_box',
name: 'Box Call to Action',
groupName: "Content",
},
{
id: 's_shape_image',
name: 'Shape image',
groupName: "Content",
},
{
id: 's_title',
@@ -34,19 +44,24 @@ const snippets = [
groupName: "Text",
},
{
id: 's_media_list',
name: 'Media List',
groupName: "Content",
id: 's_images_wall',
name: 'Images Wall',
groupName: "Images",
},
{
id: 's_text_image',
name: 'Text - Image',
groupName: "Content",
id: 's_faq_collapse',
name: 'FAQ',
groupName: "text",
},
{
id: 's_references',
name: 'References',
groupName: "People",
},
];
wTourUtils.registerThemeHomepageTour("monglia_tour", () => [
wTourUtils.assertCssVariable('--color-palettes-name', '"monglia-1"'),
wTourUtils.assertCssVariable('--color-palettes-name', '"default-light-3"'),
...wTourUtils.insertSnippet(snippets[0]),
...wTourUtils.clickOnText(snippets[0], 'h1', 'top'),
wTourUtils.goBackToBlocks(),
@@ -57,4 +72,7 @@ wTourUtils.registerThemeHomepageTour("monglia_tour", () => [
...wTourUtils.insertSnippet(snippets[5]),
...wTourUtils.insertSnippet(snippets[6]),
...wTourUtils.insertSnippet(snippets[7]),
...wTourUtils.insertSnippet(snippets[8]),
...wTourUtils.insertSnippet(snippets[9]),
...wTourUtils.insertSnippet(snippets[10]),
]);
@@ -4,6 +4,10 @@
//------------------------------------------------------------------------------
// Theme colors
$default-light-3: map-get($o-color-palettes, 'default-light-3');
$default-light-3: map-merge($default-light-3, ('body': 'o-color-2'));
$o-color-palettes: map-merge($o-color-palettes, ('default-light-3': $default-light-3));
$o-theme-color-palettes: map-merge($o-theme-color-palettes,
(
'monglia-1': (
@@ -55,14 +59,16 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
// Fonts
//------------------------------------------------------------------------------
$o-theme-h1-font-size-multiplier: (48 / 14);
$o-theme-h2-font-size-multiplier: (36 / 14);
$o-theme-h3-font-size-multiplier: (30 / 14);
$o-theme-h4-font-size-multiplier: (24 / 14);
$o-theme-h5-font-size-multiplier: 1;
$o-theme-h6-font-size-multiplier: (12 / 14);
$o-theme-font-configs: (
'Bungee': (
'family': ('Bungee', sans-serif),
'url': 'Bungee:400',
),
'Roboto Mono': (
'family': ('Roboto Mono', monospace),
'url': 'Roboto+Mono:300,300i,400,400i,700,700i',
),
'Handlee': (
'family': ('Handlee', cursive),
'url': 'Handlee:300,300i,400,400i,700,700i',
@@ -135,27 +141,21 @@ $o-theme-font-configs: (
$o-website-values-palettes: (
(
'color-palettes-name': 'monglia-1',
'color-palettes-name': 'default-light-3',
'header-font-size': (20 / 16) * 1rem,
'font': 'Roboto',
'headings-font': 'Darker Grotesque',
'navbar-font': 'Darker Grotesque',
'buttons-font': 'Roboto',
'layout': 'boxed',
'font': 'Roboto Mono',
'headings-font': 'Bungee',
'navbar-font': 'Roboto Mono',
'buttons-font': 'Roboto Mono',
'footer-template': 'minimalist',
'btn-border-radius': 0,
'btn-border-radius-sm': 0,
'btn-border-radius-lg': 0,
'btn-padding-y': .474rem,
'btn-padding-x': 1.25rem,
'btn-padding-y-lg': .4rem,
'btn-padding-x-lg': 2rem,
),
);
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'monglia-1');
$o-color-palettes-compatibility-indexes: (
1: 'monglia-1',
2: 'monglia-2',
+251 -75
View File
@@ -3,27 +3,33 @@
<!-- ======== TITLE ======== -->
<template id="s_title" inherit_id="website.s_title" name="Monglia s_title">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5" separator=" "/>
<xpath expr="//h2" position="replace" mode="inner">
<h2 style="text-align: center;">MONGLIA 2024</h2>
</xpath>
<xpath expr="//h2" position="replace">
<h2><font style="background-image: linear-gradient(135deg, var(--o-color-4) 25%, var(--o-color-1) 100%);" class="text-gradient">MAIN LINE UP</font></h2>
</template>
<template id="configurator_s_title" inherit_id="website.configurator_s_title" name="Monglia s_title">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pt40 pb40" add="o_cc o_cc5 pt104 pb16" separator=" "/>
</xpath>
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/07_002','colors':{'c3':'o-color-5','c4':'o-color-5','c5':'o-color-1'},'flip':['y'],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_07_002" style="background-image: url('/web_editor/shape/web_editor/Origins/07_002.svg?c3=o-color-5&amp;c4=o-color-5&amp;c5=o-color-1&amp;flip=y'); background-position: 50% 50%;"/>
</xpath>
</template>
<!-- ======== Text ======== -->
<template id="s_text_block" inherit_id="website.s_text_block" name="Monglia s_text_block">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5 pt0" remove="pt40" separator=" "/>
</xpath>
<template id="configurator_s_text_block" inherit_id="website.configurator_s_text_block" name="Monglia s_text_block">
<xpath expr="//p" position="replace">
<p style="font-size:36px;">Kori Thill Chana Smithwick Cira Sherard Elfriede Ogan Mariko Yonker Bella Maday Shaneka Wilkerson Raina Planck Micaela Labonte Chadwick Cottman Emile Hornung Genevie Mehaffey Dottie Hinkson Mariah Nurse Velda Caster Rossie Cranfield Iva Madrid Flossie Freitas Tina Gregerson Quiana Tassin </p>
<p style="text-align: center;"><span class="h3-fs">Kori Thill / Chana / Smithwick Cira / Sherard Elfriede / Ogan Mariko / Yonker Bella Maday / Shaneka Wilkerson / Raina Planck / Micaela Labonte / Chadwick Cottman / Emile Hornung / Genevie Mehaffey / Dottie Hinkson / Mariah Nurse / Velda Caster / Rossie Cranfield / Iva Madrid / Flossie Freitas / Tina Gregerson / Quiana Tassin</span></p>
</xpath>
<xpath expr="//p[2]" position="replace" />
</template>
<!-- ======== BANNER ======== -->
<template id="s_banner" inherit_id="website.s_banner" name="Monglia s_banner">
<template id="s_banner" inherit_id="website.s_banner" name="Monglia s_banner">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_full_screen_height" separator=" "/>
</xpath>
@@ -32,43 +38,73 @@
<!-- ======== COVER ======== -->
<template id="s_cover" inherit_id="website.s_cover" name="Monglia s_cover">
<!-- Customize elements -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_full_screen_height" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="replace">
<div class="o_we_bg_filter bg-black-25"/>
<div class="o_we_bg_filter" style="background-image: linear-gradient(135deg, rgba(203, 94, 238, 0.5) 0%, rgba(75, 225, 236, 0.5) 100%);"/>
</xpath>
<xpath expr="//h1" position="replace">
<h1 style="text-align: left">X²O Festival</h1>
<h1 style="text-align: center;"><span class="display-1-fs">MONGLIA FESTIVAL</span></h1>
</xpath>
<xpath expr="//p[1]" position="replace">
<p class="lead" style="text-align: left">After a year's absence, the free and independent festival is back.</p>
<p class="lead" style="text-align: left">More than ever young talents are honoured on the big stage with more famous artists.</p>
</xpath>
<xpath expr="//p[3]" position="attributes">
<attribute name="style" add="text-align: left;" remove="text-align: center;" separator=";"/>
</xpath>
<!-- Create column -->
<xpath expr="//div[hasclass('container')]" position="inside">
<div class="row">
<div class="o_colored_level col-lg-5"/>
</div>
</xpath>
<!-- Move all elements inside the new col -->
<xpath expr="//div[hasclass('col-lg-5')]" position="inside">
<xpath expr="//div[hasclass('container')]/h1" position="move"/>
<xpath expr="//div[hasclass('container')]/p" position="move"/>
<xpath expr="//div[hasclass('container')]/p" position="move"/>
<h2>21/22 December</h2><br/>
<xpath expr="//div[hasclass('container')]/p" position="move"/>
<xpath expr="//p[hasclass('lead')]" position="replace">
<h2 style="text-align: center;"><span class="display-5-fs">24-26.06.2025 // Harleem, Netherlands<br/><br/></span></h2>
</xpath>
<!-- Button -->
<xpath expr="//a[@t-att-href='cta_btn_href'][1]" position="attributes">
<attribute name="class" add="btn-primary" remove="btn-secondary" separator=" "/>
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
<xpath expr="//a[@t-att-href='cta_btn_href'][1]" position="replace" mode="inner">
GET TICKETS NOW
</xpath>
<xpath expr="//a[@t-att-href='cta_btn_href'][2]" position="replace"/>
</template>
<!-- ======== NUMBERS GRID ======== -->
<template id="s_numbers_grid" inherit_id="website.s_numbers_grid">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="o_cc2 pt56 pb56" add="o_cc4 pt24 pb24" separator=" "/>
</xpath>
<!-- Card #1-->
<xpath expr="//div[hasclass('o_grid_item')]" position="replace" mode="inner">
<h3 style="text-align: center;"><span class="h4-fs">DAYS</span></h3>
<h3 class="display-4-fs" style="text-align: center;">24</h3>
</xpath>
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes">
<attribute name="class" remove="border rounded o_cc1" add="o_cc4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 16px;" add="--grid-item-padding-y: 24px;" separator=";"/>
</xpath>
<!-- Card #2-->
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="replace" mode="inner">
<h3 style="text-align: center;"><span class="h4-fs">ARTISTS</span></h3>
<h3 class="display-4-fs" style="text-align: center;">30+</h3>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
<attribute name="class" remove="border rounded o_cc1" add="o_cc4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 16px;" add="--grid-item-padding-y: 24px;" separator=";"/>
</xpath>
<!-- Card #3-->
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="replace" mode="inner">
<h3 style="text-align: center;"><span class="h4-fs">STAGES</span></h3>
<h3 class="display-4-fs" style="text-align: center;">5</h3>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
<attribute name="class" remove="border rounded o_cc1" add="o_cc4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 16px;" add="--grid-item-padding-y: 24px;" separator=";"/>
</xpath>
<!-- Card #4-->
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="replace" mode="inner">
<h3 style="text-align: center;"><span class="h4-fs">VENDORS</span></h3>
<h3 class="display-4-fs" style="text-align: center;">120+</h3>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
<attribute name="class" remove="border rounded o_cc1" add="o_cc4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 16px;" add="--grid-item-padding-y: 24px;" separator=";"/>
</xpath>
<!-- Delete Row #2 -->
<xpath expr="(//div[hasclass('o_grid_item')])[5]" position="replace"/>
<xpath expr="(//div[hasclass('o_grid_item')])[5]" position="replace"/>
<xpath expr="(//div[hasclass('o_grid_item')])[5]" position="replace"/>
<xpath expr="(//div[hasclass('o_grid_item')])[5]" position="replace"/>
</template>
<!-- ======== STRIPED TOP ======== -->
<template id="s_striped_top" inherit_id="website.s_striped_top">
<!-- Image -->
@@ -125,7 +161,7 @@
<attribute name="class" add="pt56 pb40 o_cc o_cc1" remove="pt80 pb80" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="class" add="offset-lg-1" separator=" "/>
<attribute name="class" remove="col-lg-5" add="col-lg-4 offset-lg-1" separator=" "/>
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_text_image_default_image/web_editor/geometric/geo_square_3.svg</attribute>
@@ -146,15 +182,6 @@
</xpath>
</template>
<template id="configurator_s_text_image" inherit_id="website.configurator_s_text_image" name="Monglia s_text_image">
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Blocks/04","flip":["y"]}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Blocks_04 o_second_extra_shape_mapping" style="background-image: url('/web_editor/shape/web_editor/Blocks/04.svg?c1=o-color-1&amp;c2=o-color-2&amp;c3=o-color-3&amp;c5=o-color-5&amp;flip=y'); background-position: 50% 0%;"/>
</xpath>
</template>
<!-- ======== IMAGE - TEXT ======== -->
<template id="s_image_text" inherit_id="website.s_image_text" name="Monglia s_image_text">
<xpath expr="//section" position="attributes">
@@ -310,25 +337,35 @@
<!-- ======== CTA Box ======== -->
<template id="s_cta_box" inherit_id="website.s_cta_box">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48 pb72" remove="pt80 pb80" separator=" "/>
</xpath>
<!-- Card -->
<xpath expr="//div[hasclass('card')]" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc4" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Discover upcoming<br/>concerts in your area
GET READY FOR MONGLIA '25
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
Experience a memorable concert with local artists<br/><br/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/theme_monglia/static/src/img/content/content_img_07.jpg</attribute>
Experience an unforgettable weekend of live music, fun, and entertainment with performances from some of the best artists.<br/><br/>
Explore the schedule to make the most out of every moment.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
View the agenda
View the schedule
</xpath>
</template>
<template id="configurator_s_cta_box" inherit_id="website.configurator_s_cta_box" name="Monglia s_cta_box">
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/07_002","flip":["x"]}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_07_002" style="background-image: url('/web_editor/shape/web_editor/Origins/07_002.svg?c5=o-color-1&amp;c4=o-color-4&amp;c3=o-color-4&amp;flip=x'); background-position: 50% 50%;"/>
</xpath>
</template>
@@ -348,37 +385,46 @@
</xpath>
</template>
<template id="configurator_s_three_columns" inherit_id="website.configurator_s_three_columns">
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Blocks/04","flip":[]}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Blocks_04"></div>
</xpath>
</template>
<!-- ======== GALLERY ======== -->
<template id="s_images_wall" inherit_id="website.s_images_wall">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2 o_spc-medium" remove="o_cc5 o_spc-small" separator=" "/>
<attribute name="class" add="o_cc o_cc5 o_spc-medium" remove="o_spc-small" separator=" "/>
</xpath>
</template>
<!-- ======== FREE GRID ======== -->
<template id="s_freegrid" inherit_id="website.s_freegrid">
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Elevate Your Events with Unforgettable Experiences
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt24 pb24" remove="pt64 pb64" separator=" "/>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
From intimate gatherings to grand celebrations, our event services are designed to create memorable experiences. Enjoy the finest food, drinks, and entertainment at our restaurants and venues.
<!-- Container -->
<xpath expr="//div[hasclass('container-fluid')]" position="attributes">
<attribute name="class" remove="container-fluid" add="container" separator=" "/>
</xpath>
<!-- Button -->
<xpath expr="//a" position="replace" mode="inner">
Plan Your Event
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//img)[4]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//img)[5]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//img)[6]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<!-- Remove Title / Paragraph / Button -->
<xpath expr="(//div[hasclass('o_grid_item')])[7]" position="replace"/>
<xpath expr="(//div[hasclass('o_grid_item')])[7]" position="replace"/>
</template>
<!-- ======== FEATURES WALL======== -->
@@ -792,15 +838,27 @@
<!-- ======== SHAPE IMAGE ======== -->
<template id="s_shape_image" inherit_id="website.s_shape_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc4 pt64 pb64" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Event planning services
<xpath expr="//h2" position="replace">
<h2>Group Experience Packages</h2>
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
We specialize in organizing memorable events tailored to your needs. From weddings to corporate functions, our expert team handles every detail to ensure a seamless and exceptional experience for you and your guests.
We offer curated festival experiences tailored just for your group. Whether you're planning a special group celebration, a corporate outing, or a custom VIP experience, our team is here to elevate your time at the festival. Let us handle all the details while you focus on enjoying the event, with exclusive access, personalized itineraries, and premium amenities.
</xpath>
<xpath expr="//p[2]" position="replace"/>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_masonry_block_default_image_1/web_editor/panel/panel_duo_step.svg</attribute>
<attribute name="data-shape">web_editor/panel/panel_duo_step</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_masonry_block_default_image_1.jpg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
</template>
<!-- ======== TEXT COVER ======== -->
@@ -847,4 +905,122 @@
</xpath>
</template>
<!-- ======== COMPANY TEAM SHAPES ======== -->
<template id="s_company_team_shapes" inherit_id="website.s_company_team_shapes">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//h2" position="replace" mode="inner">
MAIN LINE-UP
</xpath>
<xpath expr="//div[hasclass('o_container_small')]" position="attributes">
<attribute name="class" add="container" remove="o_container_small" separator=" "/>
</xpath>
<!-- Member 1 -->
<xpath expr="//h3" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold o_text_highlight_fill" style="--text-highlight-width: 3px; --text-highlight-color: #AFF8C8;">Tony Fred</span></h3>
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_1/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_1.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Member 2 -->
<xpath expr="(//h3)[2]" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold_1 o_text_highlight_fill" style="--text-highlight-width: 3px;">Mich Stark</span></h3>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_2/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_2.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Member 3 -->
<xpath expr="(//h3)[3]" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold_1 o_text_highlight_fill" style="--text-highlight-width: 3px; --text-highlight-color: #AFF8C8;">Aline Turner</span></h3>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_3/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_3.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Member 4 -->
<xpath expr="(//h3)[4]" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold o_text_highlight_fill" style="--text-highlight-width: 3px;">Iris Joe</span></h3>
</xpath>
<xpath expr="(//img)[4]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_4/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_4.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Member 5 -->
<xpath expr="(//h3)[5]" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold o_text_highlight_fill" style="--text-highlight-width: 3px; --text-highlight-color: #AFF8C8;">Pete Bluestork</span></h3>
</xpath>
<xpath expr="(//img)[5]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_5/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_5.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Member 6 -->
<xpath expr="(//h3)[6]" position="replace">
<h3 style="text-align: center;"><span class="o_text_highlight o_translate_inline o_text_highlight_bold o_text_highlight_fill" style="--text-highlight-width: 3px;">Sophia Langston</span></h3>
</xpath>
<xpath expr="(//img)[6]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_company_team_image_6/web_editor/geometric_round/geo_round_diamond.svg</attribute>
<attribute name="data-shape">web_editor/geometric_round/geo_round_diamond</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">uiface_6.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
</template>
<!-- ======== FAQ COLLAPSE ======== -->
<template id="s_faq_collapse" inherit_id="website.s_faq_collapse">
<xpath expr="//div[hasclass('col-lg-4')]" position="attributes">
<attribute name="class" add="col-lg-12 pb32" remove="col-lg-4" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-7')]" position="attributes">
<attribute name="class" add="col-lg-8 offset-lg-2" remove="col-lg-7 offset-lg-1" separator=" "/>
</xpath>
<xpath expr="//h3" position="attributes">
<attribute name="style" add="text-align: center;" separator=";"/>
</xpath>
<xpath expr="//h3" position="replace">
<h2 style="text-align: center;">Frequently Asked Questions</h2>
</xpath>
<xpath expr="//p" position="attributes">
<attribute name="style" add="text-align: center;" separator=";"/>
</xpath>
</template>
<!-- ======== REFERENCES ======== -->
<template id="s_references" inherit_id="website.s_references">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt56 pb56" remove="pb80 pt80" separator=" "/>
</xpath>
<!-- Layout -->
<xpath expr="//div[hasclass('col-lg-12')]" position="attributes">
<attribute name="class" add="pb0" remove="pb24" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
OUR SPONSORS
</xpath>
<!-- Remove Subtitle and Link -->
<xpath expr="//p" position="replace"/>
<xpath expr="//p" position="replace"/>
</template>
</odoo>
+7 -2
View File
@@ -63,7 +63,7 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<record id="s_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_cover_default_image</field>
<field name="name">website.s_cover_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_cover.jpg</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_quotes_carousel_0.jpg</field>
</record>
<record id="s_text_image_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_image_default_image</field>
@@ -415,7 +415,7 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<record id="s_shape_image_default_image" model="theme.ir.attachment">
<field name="key">website.s_shape_image_default_image</field>
<field name="name">website.s_shape_image_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_shape_image_default_image.jpg</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_masonry_block.jpg</field>
</record>
<record id="s_images_constellation_default_image" model="theme.ir.attachment">
<field name="key">website.s_images_constellation_default_image</field>
@@ -442,5 +442,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<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>
<record id="s_cta_box_default_image" model="theme.ir.attachment">
<field name="key">website.s_cta_box_default_image</field>
<field name="name">website.s_cta_box_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_images_gallery_1.jpg</field>
</record>
</odoo>
+1 -58
View File
@@ -58,7 +58,7 @@
<template id="new_page_template_about_full_1_s_text_block_h1" inherit_id="website.new_page_template_about_full_1_s_text_block_h1">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="o_cc2 pt0" separator=" "/>
<attribute name="class" remove="o_cc2" separator=" "/>
</xpath>
</template>
@@ -97,21 +97,6 @@
</xpath>
</template>
<template id="new_page_template_about_map_s_text_block_2nd" inherit_id="website.new_page_template_about_map_s_text_block_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pt40" separator=" "/>
</xpath>
</template>
<template id="new_page_template_about_mini_s_text_block_2nd" inherit_id="website.new_page_template_about_mini_s_text_block_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath>
<xpath expr="//p" position="attributes">
<attribute name="style" remove="font-size:36px;" separator=";"/>
</xpath>
</template>
<template id="new_page_template_about_personal_s_text_block_h2" inherit_id="website.new_page_template_about_personal_s_text_block_h2">
<xpath expr="//section" position="attributes">
<!-- o_cc3 is added by both theme and new page template -->
@@ -151,12 +136,6 @@
</xpath>
</template>
<template id="new_page_template_landing_4_s_text_block_h2" inherit_id="website.new_page_template_landing_4_s_text_block_h2">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath>
</template>
<template id="new_page_template_landing_5_s_banner" inherit_id="website.new_page_template_landing_5_s_banner">
<xpath expr="//section" position="attributes">
<!-- Added both by theme and new page template -->
@@ -185,12 +164,6 @@
</xpath>
</template>
<template id="new_page_template_gallery_2_s_text_block_2nd" inherit_id="website.new_page_template_gallery_2_s_text_block_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath>
</template>
<!-- Snippet customization Services Pages -->
<template id="new_page_template_services_s_text_image" inherit_id="website.new_page_template_services_s_text_image">
@@ -203,11 +176,6 @@
</xpath>
</template>
<template id="new_page_template_services_0_s_text_block_2nd" inherit_id="website.new_page_template_services_0_s_text_block_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath>
</template>
<template id="new_page_template_services_2_s_text_image" inherit_id="website.new_page_template_services_2_s_text_image">
<xpath expr="//section" position="attributes">
@@ -215,12 +183,6 @@
</xpath>
</template>
<template id="new_page_template_services_3_s_text_block_h1" inherit_id="website.new_page_template_services_3_s_text_block_h1">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb0" remove="pb40" separator=" "/>
</xpath>
</template>
<!-- Snippet customization Pricing Pages -->
<template id="new_page_template_pricing_s_cover" inherit_id="website.new_page_template_pricing_s_cover">
@@ -236,13 +198,6 @@
</xpath>
</template>
<template id="new_page_template_pricing_0_s_text_block_2nd" inherit_id="website.new_page_template_pricing_0_s_text_block_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath>
</template>
<!-- Snippet customization Team Pages -->
<template id="new_page_template_team_s_text_image" inherit_id="website.new_page_template_team_s_text_image">
@@ -257,18 +212,6 @@
</xpath>
</template>
<template id="new_page_template_team_0_s_text_block_h1" inherit_id="website.new_page_template_team_0_s_text_block_h1">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb0" remove="pb40" separator=" "/>
</xpath>
</template>
<template id="new_page_template_team_1_s_text_block_h1" inherit_id="website.new_page_template_team_1_s_text_block_h1">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb0" remove="pb40" separator=" "/>
</xpath>
</template>
<template id="new_page_template_team_1_s_text_image" inherit_id="website.new_page_template_team_1_s_text_image">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt56 pb56" remove="pb40" separator=" "/>