diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py
index 619fdcada..f5581fa57 100644
--- a/theme_orchid/__manifest__.py
+++ b/theme_orchid/__manifest__.py
@@ -17,11 +17,23 @@
'views/snippets/s_three_columns.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_call_to_action.xml',
+ 'views/snippets/s_banner.xml',
+ 'views/snippets/s_numbers.xml',
+ 'views/snippets/s_media_list.xml',
+ 'views/snippets/s_product_catalog.xml',
],
'images': [
- 'static/description/orchid_description.png',
+ 'static/description/orchid_description.jpg',
'static/description/orchid_screenshot.jpg',
],
+ 'images_preview_theme': {
+ 'website.s_cover_default_image': '/theme_orchid/static/src/img/snippets/s_parallax.jpg',
+ 'website.s_image_text_default_image': '/theme_orchid/static/src/img/snippets/s_carousel_2.jpg',
+ 'website.s_text_image_default_image': '/theme_orchid/static/src/img/snippets/s_media_list_3.jpg',
+ 'website.s_three_columns_default_image_1': '/theme_orchid/static/src/img/snippets/library_image_11.jpg',
+ 'website.s_three_columns_default_image_2': '/theme_orchid/static/src/img/snippets/library_image_13.jpg',
+ 'website.s_three_columns_default_image_3': '/theme_orchid/static/src/img/snippets/library_image_07.jpg',
+ },
'license': 'LGPL-3',
'live_test_url': 'https://theme-orchid.odoo.com',
'assets': {
diff --git a/theme_orchid/data/ir_asset.xml b/theme_orchid/data/ir_asset.xml
index 5bb8ca8ac..6426ad95a 100644
--- a/theme_orchid/data/ir_asset.xml
+++ b/theme_orchid/data/ir_asset.xml
@@ -1,21 +1,27 @@
-
-
- theme_orchid.primary_variables_scss
- Primary variables SCSS
- web._assets_primary_variables
- theme_orchid/static/src/scss/primary_variables.scss
-
+
+ theme_orchid.primary_variables_scss
+ Primary variables SCSS
+ web._assets_primary_variables
+ theme_orchid/static/src/scss/primary_variables.scss
+
-
- theme_orchid.compatibility_saas_11_4_variables_scss
- Compatibility saas 11 4 variables SCSS
- web._assets_primary_variables
- /theme_orchid/static/src/scss/compatibility-saas-11.4-variables.scss
-
-
+
+ theme_orchid.bootstrap_overridden_scss
+ Bootstrap overridden SCSS
+ web._assets_frontend_helpers
+ prepend
+ theme_orchid/static/src/scss/bootstrap_overridden.scss
+
+
+
+ theme_orchid.compatibility_saas_11_4_variables_scss
+ Compatibility saas 11 4 variables SCSS
+ web._assets_primary_variables
+ /theme_orchid/static/src/scss/compatibility-saas-11.4-variables.scss
+
+
-
diff --git a/theme_orchid/static/description/index.html b/theme_orchid/static/description/index.html
index 3dedfbf17..1739b8b7f 100644
--- a/theme_orchid/static/description/index.html
+++ b/theme_orchid/static/description/index.html
@@ -7,7 +7,7 @@
first projects on the web. Just drag & drop the new building blocks
you need to easily build your layout. All layouts are made of sections,
that you can easily combine to fit your specific project.
-
+
Orchid Customization Tool
diff --git a/theme_orchid/static/description/orchid_description.jpg b/theme_orchid/static/description/orchid_description.jpg
new file mode 100644
index 000000000..bc3ce6d32
Binary files /dev/null and b/theme_orchid/static/description/orchid_description.jpg differ
diff --git a/theme_orchid/static/description/orchid_description.png b/theme_orchid/static/description/orchid_description.png
deleted file mode 100644
index 7c3b2ee54..000000000
Binary files a/theme_orchid/static/description/orchid_description.png and /dev/null differ
diff --git a/theme_orchid/static/description/orchid_screenshot.jpg b/theme_orchid/static/description/orchid_screenshot.jpg
index 23365b7ad..a925f6efd 100644
Binary files a/theme_orchid/static/description/orchid_screenshot.jpg and b/theme_orchid/static/description/orchid_screenshot.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_02.jpg b/theme_orchid/static/src/img/snippets/library_image_02.jpg
new file mode 100644
index 000000000..474e77e55
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_02.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_03.jpg b/theme_orchid/static/src/img/snippets/library_image_03.jpg
new file mode 100644
index 000000000..b4371a797
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_03.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_05.jpg b/theme_orchid/static/src/img/snippets/library_image_05.jpg
new file mode 100644
index 000000000..cc05949c6
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_05.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_08.jpg b/theme_orchid/static/src/img/snippets/library_image_08.jpg
new file mode 100644
index 000000000..688f969b9
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_08.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_10.jpg b/theme_orchid/static/src/img/snippets/library_image_10.jpg
new file mode 100644
index 000000000..df6baa40e
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_10.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_14.jpg b/theme_orchid/static/src/img/snippets/library_image_14.jpg
new file mode 100644
index 000000000..2ecebebc4
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_14.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/library_image_16.jpg b/theme_orchid/static/src/img/snippets/library_image_16.jpg
new file mode 100644
index 000000000..2f8a426b1
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/library_image_16.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_banner.jpg b/theme_orchid/static/src/img/snippets/s_banner.jpg
index ed68eaa6d..ec10d61dc 100644
Binary files a/theme_orchid/static/src/img/snippets/s_banner.jpg and b/theme_orchid/static/src/img/snippets/s_banner.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_carousel_1.jpg b/theme_orchid/static/src/img/snippets/s_carousel_1.jpg
index 5b4510833..cd1fe05fa 100644
Binary files a/theme_orchid/static/src/img/snippets/s_carousel_1.jpg and b/theme_orchid/static/src/img/snippets/s_carousel_1.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_carousel_3.jpg b/theme_orchid/static/src/img/snippets/s_carousel_3.jpg
index 378bd1428..b13b72ff7 100644
Binary files a/theme_orchid/static/src/img/snippets/s_carousel_3.jpg and b/theme_orchid/static/src/img/snippets/s_carousel_3.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_cover.jpg b/theme_orchid/static/src/img/snippets/s_cover.jpg
index 0f9a77820..c3dfb29ca 100644
Binary files a/theme_orchid/static/src/img/snippets/s_cover.jpg and b/theme_orchid/static/src/img/snippets/s_cover.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_masonry_block.jpg b/theme_orchid/static/src/img/snippets/s_masonry_block.jpg
index 6c65d40d3..9baf4def9 100644
Binary files a/theme_orchid/static/src/img/snippets/s_masonry_block.jpg and b/theme_orchid/static/src/img/snippets/s_masonry_block.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_parallax.jpg b/theme_orchid/static/src/img/snippets/s_parallax.jpg
index 850a6f4f8..e428e2152 100644
Binary files a/theme_orchid/static/src/img/snippets/s_parallax.jpg and b/theme_orchid/static/src/img/snippets/s_parallax.jpg differ
diff --git a/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg b/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg
new file mode 100644
index 000000000..509a1d9e0
Binary files /dev/null and b/theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg differ
diff --git a/theme_orchid/static/src/js/tour.js b/theme_orchid/static/src/js/tour.js
index 6a0a5ec7a..d951ce520 100644
--- a/theme_orchid/static/src/js/tour.js
+++ b/theme_orchid/static/src/js/tour.js
@@ -1,10 +1,9 @@
-odoo.define("theme_orchid.tour.orchid", function (require) {
-"use strict";
+/** @odoo-module */
+
+import wTourUtils from 'website.tour_utils';
const core = require("web.core");
const _t = core._t;
-const wTourUtils = require("website.tour_utils");
-var tour = require("web_tour.tour");
const snippets = [
{
@@ -45,8 +44,5 @@ wTourUtils.registerThemeHomepageTour("orchid_tour", [
wTourUtils.goBackToBlocks(),
wTourUtils.dragNDrop(snippets[4]),
wTourUtils.dragNDrop(snippets[5]),
- wTourUtils.clickOnSnippet(snippets[5]),
- wTourUtils.changeBackgroundColor(),
- wTourUtils.selectColorPalette(),
+ wTourUtils.clickOnText(snippets[5], 'h3'),
]);
-});
diff --git a/theme_orchid/static/src/scss/bootstrap_overridden.scss b/theme_orchid/static/src/scss/bootstrap_overridden.scss
new file mode 100644
index 000000000..f865c6f3c
--- /dev/null
+++ b/theme_orchid/static/src/scss/bootstrap_overridden.scss
@@ -0,0 +1,3 @@
+// Headings font weight
+
+$headings-font-weight: $o-theme-headings-font-weight !default;
diff --git a/theme_orchid/static/src/scss/primary_variables.scss b/theme_orchid/static/src/scss/primary_variables.scss
index b5d4ff5d8..84ff803ff 100644
--- a/theme_orchid/static/src/scss/primary_variables.scss
+++ b/theme_orchid/static/src/scss/primary_variables.scss
@@ -2,12 +2,14 @@
// Fonts
//------------------------------------------------------------------------------
-$o-theme-h1-font-size-multiplier: (25 / 12);
-$o-theme-h2-font-size-multiplier: (18 / 12);
-$o-theme-h3-font-size-multiplier: (16 / 12);
-$o-theme-h4-font-size-multiplier: (14 / 12);
-$o-theme-h5-font-size-multiplier: 1;
-$o-theme-h6-font-size-multiplier: 1;
+$o-theme-h1-font-size-multiplier: (62 / 16);
+$o-theme-h2-font-size-multiplier: (48 / 16);
+$o-theme-h3-font-size-multiplier: (36 / 16);
+$o-theme-h4-font-size-multiplier: (24 / 16);
+$o-theme-h5-font-size-multiplier: (21 / 16);
+$o-theme-h6-font-size-multiplier: (18 / 16);
+
+$o-theme-headings-font-weight: 600;
$o-theme-font-configs: (
'Heebo': (
@@ -46,6 +48,10 @@ $o-theme-font-configs: (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
),
+ 'Cormorant Garamond': (
+ 'family': ('Cormorant Garamond', serif),
+ 'url': 'Cormorant+Garamond:300,300i,400,400i,700,700i',
+ ),
);
//------------------------------------------------------------------------------
@@ -54,9 +60,9 @@ $o-theme-font-configs: (
$o-website-values-palettes: (
(
- 'color-palettes-name': 'orchid-1',
+ 'color-palettes-name': 'orchid-7',
'font': 'Questrial',
- 'headings-font': 'Questrial',
+ 'headings-font': 'Cormorant Garamond',
'navbar-font': 'Questrial',
'buttons-font': 'Questrial',
'header-template': 'default',
@@ -97,6 +103,9 @@ $o-color-palettes-compatibility-indexes: (
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/05', (1: 4, 5: 4));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/04', (5: 4));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/07', (3: 4));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/22', (3: 3));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/23', (3: 1));
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/01_001', (3: 1));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/01_001', (3: 2));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/12', (2: 2, 5: 4));
diff --git a/theme_orchid/views/images.xml b/theme_orchid/views/images.xml
index a0e71b455..6ccb99e56 100644
--- a/theme_orchid/views/images.xml
+++ b/theme_orchid/views/images.xml
@@ -1,174 +1,214 @@
-
-
-
-
- theme_common.image_content_02
- theme_common.image_content_02
- /theme_orchid/static/src/img/content/content_img_02.jpg
-
-
- theme_common.image_content_03
- theme_common.image_content_03
- /theme_orchid/static/src/img/content/content_img_03.jpg
-
-
- theme_common.image_content_07
- theme_common.image_content_07
- /theme_orchid/static/src/img/content/content_img_07.jpg
-
-
- theme_common.image_content_09
- theme_common.image_content_09
- /theme_orchid/static/src/img/content/content_img_09.jpg
-
-
- theme_common.image_content_10
- theme_common.image_content_10
- /theme_orchid/static/src/img/content/content_img_10.jpg
-
-
- theme_common.image_content_11
- theme_common.image_content_11
- /theme_orchid/static/src/img/content/content_img_11.jpg
-
-
- theme_common.image_content_12
- theme_common.image_content_12
- /theme_orchid/static/src/img/content/content_img_12.jpg
-
+
-
-
- website.s_banner_default_image
- website.s_banner_default_image
- /theme_orchid/static/src/img/snippets/s_banner.jpg
-
-
-
- website.s_cover_default_image
- website.s_cover_default_image
- /theme_orchid/static/src/img/snippets/s_parallax.jpg
-
-
- website.s_text_image_default_image
- website.s_text_image_default_image
- /theme_orchid/static/src/img/snippets/s_media_list_3.jpg
-
-
- website.s_image_text_default_image
- website.s_image_text_default_image
- /theme_orchid/static/src/img/snippets/s_carousel_2.jpg
-
-
- website.s_picture_default_image
- website.s_picture_default_image
- /theme_orchid/static/src/img/snippets/s_picture.jpg
-
-
- website.library_image_11
- website.library_image_11
- /theme_orchid/static/src/img/snippets/library_image_11.jpg
-
-
- website.library_image_13
- website.library_image_13
- /theme_orchid/static/src/img/snippets/library_image_13.jpg
-
-
- website.library_image_07
- website.library_image_07
- /theme_orchid/static/src/img/snippets/library_image_07.jpg
-
-
- website.s_masonry_block_default_image_1
- website.s_masonry_block_default_image_1
- /theme_orchid/static/src/img/snippets/s_masonry_block.jpg
-
-
- website.s_carousel_default_image_1
- website.s_carousel_default_image_1
- /theme_orchid/static/src/img/snippets/s_carousel_1.jpg
-
-
- website.s_carousel_default_image_2
- website.s_carousel_default_image_2
- /theme_orchid/static/src/img/snippets/s_carousel_2.jpg
-
-
- website.s_carousel_default_image_3
- website.s_carousel_default_image_3
- /theme_orchid/static/src/img/snippets/s_carousel_3.jpg
-
-
- website.s_media_list_default_image_1
- website.s_media_list_default_image_1
- /theme_orchid/static/src/img/snippets/s_media_list_1.jpg
-
-
- website.s_media_list_default_image_2
- website.s_media_list_default_image_2
- /theme_orchid/static/src/img/snippets/s_media_list_2.jpg
-
-
- website.s_media_list_default_image_3
- website.s_media_list_default_image_3
- /theme_orchid/static/src/img/snippets/s_media_list_3.jpg
-
-
- website.s_parallax_default_image
- website.s_parallax_default_image
- /theme_orchid/static/src/img/snippets/s_parallax.jpg
-
-
- website.s_product_list_default_image_1
- website.s_product_list_default_image_1
- /theme_orchid/static/src/img/snippets/s_product_1.jpg
-
-
- website.s_product_list_default_image_2
- website.s_product_list_default_image_2
- /theme_orchid/static/src/img/snippets/s_product_2.jpg
-
-
- website.s_product_list_default_image_3
- website.s_product_list_default_image_3
- /theme_orchid/static/src/img/snippets/s_product_3.jpg
-
-
- website.s_product_list_default_image_4
- website.s_product_list_default_image_4
- /theme_orchid/static/src/img/snippets/s_product_4.jpg
-
-
- website.s_product_list_default_image_5
- website.s_product_list_default_image_5
- /theme_orchid/static/src/img/snippets/s_product_5.jpg
-
-
- website.s_product_list_default_image_6
- website.s_product_list_default_image_6
- /theme_orchid/static/src/img/snippets/s_product_6.jpg
-
-
- website.s_quotes_carousel_demo_image_1
- website.s_quotes_carousel_demo_image_1
- /theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg
-
-
- website.s_quotes_carousel_demo_image_2
- website.s_quotes_carousel_demo_image_2
- /theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg
-
-
- website.library_image_17
- website.library_image_17
- /theme_orchid/static/src/img/snippets/s_newsletter.jpg
-
-
-
+
+
+ theme_common.image_content_02
+ theme_common.image_content_02
+ /theme_orchid/static/src/img/content/content_img_02.jpg
+
+
+ theme_common.image_content_03
+ theme_common.image_content_03
+ /theme_orchid/static/src/img/content/content_img_03.jpg
+
+
+ theme_common.image_content_07
+ theme_common.image_content_07
+ /theme_orchid/static/src/img/content/content_img_07.jpg
+
+
+ theme_common.image_content_09
+ theme_common.image_content_09
+ /theme_orchid/static/src/img/content/content_img_09.jpg
+
+
+ theme_common.image_content_10
+ theme_common.image_content_10
+ /theme_orchid/static/src/img/content/content_img_10.jpg
+
+
+ theme_common.image_content_11
+ theme_common.image_content_11
+ /theme_orchid/static/src/img/content/content_img_11.jpg
+
+
+ theme_common.image_content_12
+ theme_common.image_content_12
+ /theme_orchid/static/src/img/content/content_img_12.jpg
+
+
+
+
+ website.s_banner_default_image
+ website.s_banner_default_image
+/theme_orchid/static/src/img/snippets/s_banner.jpg
+
+
+
+ website.s_cover_default_image
+ website.s_cover_default_image
+ /theme_orchid/static/src/img/snippets/s_parallax.jpg
+
+
+ website.s_text_image_default_image
+ website.s_text_image_default_image
+ /theme_orchid/static/src/img/snippets/s_media_list_3.jpg
+
+
+ website.s_image_text_default_image
+ website.s_image_text_default_image
+ /theme_orchid/static/src/img/snippets/s_carousel_2.jpg
+
+
+ website.s_picture_default_image
+ website.s_picture_default_image
+ /theme_orchid/static/src/img/snippets/s_picture.jpg
+
+
+ website.s_three_columns_default_image_1
+ website.s_three_columns_default_image_1
+ /theme_orchid/static/src/img/snippets/library_image_11.jpg
+
+
+ website.s_three_columns_default_image_2
+ website.s_three_columns_default_image_2
+ /theme_orchid/static/src/img/snippets/library_image_13.jpg
+
+
+ website.s_three_columns_default_image_3
+ website.s_three_columns_default_image_3
+ /theme_orchid/static/src/img/snippets/library_image_07.jpg
+
+
+ website.s_masonry_block_default_image_1
+ website.s_masonry_block_default_image_1
+ /theme_orchid/static/src/img/snippets/s_masonry_block.jpg
+
+
+ website.s_carousel_default_image_1
+ website.s_carousel_default_image_1
+ /theme_orchid/static/src/img/snippets/s_carousel_1.jpg
+
+
+ website.s_carousel_default_image_2
+ website.s_carousel_default_image_2
+ /theme_orchid/static/src/img/snippets/s_carousel_2.jpg
+
+
+ website.s_carousel_default_image_3
+ website.s_carousel_default_image_3
+ /theme_orchid/static/src/img/snippets/s_carousel_3.jpg
+
+
+ website.s_media_list_default_image_1
+ website.s_media_list_default_image_1
+ /theme_orchid/static/src/img/snippets/s_media_list_1.jpg
+
+
+ website.s_media_list_default_image_2
+ website.s_media_list_default_image_2
+ /theme_orchid/static/src/img/snippets/s_media_list_2.jpg
+
+
+ website.s_media_list_default_image_3
+ website.s_media_list_default_image_3
+ /theme_orchid/static/src/img/snippets/s_media_list_3.jpg
+
+
+ website.s_parallax_default_image
+ website.s_parallax_default_image
+ /theme_orchid/static/src/img/snippets/s_parallax.jpg
+
+
+ website.s_product_list_default_image_1
+ website.s_product_list_default_image_1
+ /theme_orchid/static/src/img/snippets/s_product_1.jpg
+
+
+ website.s_product_list_default_image_2
+ website.s_product_list_default_image_2
+ /theme_orchid/static/src/img/snippets/s_product_2.jpg
+
+
+ website.s_product_list_default_image_3
+ website.s_product_list_default_image_3
+ /theme_orchid/static/src/img/snippets/s_product_3.jpg
+
+
+ website.s_product_list_default_image_4
+ website.s_product_list_default_image_4
+ /theme_orchid/static/src/img/snippets/s_product_4.jpg
+
+
+ website.s_product_list_default_image_5
+ website.s_product_list_default_image_5
+ /theme_orchid/static/src/img/snippets/s_product_5.jpg
+
+
+ website.s_product_list_default_image_6
+ website.s_product_list_default_image_6
+ /theme_orchid/static/src/img/snippets/s_product_6.jpg
+
+
+ website.s_quotes_carousel_demo_image_1
+ website.s_quotes_carousel_demo_image_1
+ /theme_orchid/static/src/img/snippets/s_quotes_carousel_1.jpg
+
+
+ website.s_quotes_carousel_demo_image_2
+ website.s_quotes_carousel_demo_image_2
+ /theme_orchid/static/src/img/snippets/s_quotes_carousel_2.jpg
+
+
+ website.library_image_17
+ website.library_image_17
+ /theme_orchid/static/src/img/snippets/s_newsletter.jpg
+
+
+ website.s_product_catalog_default_image
+ website.s_product_catalog_default_image
+ /theme_orchid/static/src/img/snippets/s_product_catalog_default_image.jpg
+
+
+ website.library_image_08
+ website.library_image_08
+ /theme_orchid/static/src/img/snippets/library_image_08.jpg
+
+
+ website.library_image_03
+ website.library_image_03
+ /theme_orchid/static/src/img/snippets/library_image_03.jpg
+
+
+ website.library_image_02
+ website.library_image_02
+ /theme_orchid/static/src/img/snippets/library_image_02.jpg
+
+
+ website.library_image_10
+ website.library_image_10
+ /theme_orchid/static/src/img/snippets/library_image_10.jpg
+
+
+ website.library_image_05
+ website.library_image_05
+ /theme_orchid/static/src/img/snippets/library_image_05.jpg
+
+
+ website.library_image_14
+ website.library_image_14
+ /theme_orchid/static/src/img/snippets/library_image_14.jpg
+
+
+ website.library_image_16
+ website.library_image_16
+ /theme_orchid/static/src/img/snippets/library_image_16.jpg
+
+
+
diff --git a/theme_orchid/views/snippets/s_banner.xml b/theme_orchid/views/snippets/s_banner.xml
new file mode 100644
index 000000000..4547195e4
--- /dev/null
+++ b/theme_orchid/views/snippets/s_banner.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_call_to_action.xml b/theme_orchid/views/snippets/s_call_to_action.xml
index 2bd5e9e0d..e0ecc25c7 100644
--- a/theme_orchid/views/snippets/s_call_to_action.xml
+++ b/theme_orchid/views/snippets/s_call_to_action.xml
@@ -1,17 +1,16 @@
-
-
-
-
-
-
-
-
-
-
- There are always flowers for those who want to see them.
-
-
-
+
+
+
+
+
+
+
+
+ There are always flowers
for those who want to see them.
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_cover.xml b/theme_orchid/views/snippets/s_cover.xml
index afd88f9a4..9077859ca 100644
--- a/theme_orchid/views/snippets/s_cover.xml
+++ b/theme_orchid/views/snippets/s_cover.xml
@@ -1,22 +1,27 @@
-
-
-
-
- {"shape":"web_editor/Wavy/01_001","flip":[]}
-
-
-
-
-
- Live life in full bloom
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/01_001","flip":[]}
+
+
+
+
+
+
+
+
+
+
+
+ Live life in full bloom
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_image_text.xml b/theme_orchid/views/snippets/s_image_text.xml
index 6cac1da86..d0f10dee8 100644
--- a/theme_orchid/views/snippets/s_image_text.xml
+++ b/theme_orchid/views/snippets/s_image_text.xml
@@ -1,24 +1,39 @@
-
-
-
- {"shape":"web_editor/Wavy/07","flip":["y"]}
-
-
-
-
-
-
-
- The Orchid Concept
-
-
-
- From your local producer to your door, discover how we deliver happiness.
-
-
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/04","flip":["x"]}
+
+
+
+
+
+
+
+
+
+
+
+ The Orchid Concept
+
+
+
+
+
+
+ From your local producer to your door, discover how we deliver our multiple sorts of flowers and bring you happiness.
+
+
+
+ /web_editor/image_shape/website.s_image_text_default_image/web_editor/float/flt_primary_1.svg?c1=o-color-2&c2=o-color-2&c5=o-color-5
+ web_editor/float/flt_primary_1
+ image/jpeg
+ s_carousel_2.svg
+ o-color-2;o-color-2;;;o-color-5
+
+
+
diff --git a/theme_orchid/views/snippets/s_media_list.xml b/theme_orchid/views/snippets/s_media_list.xml
new file mode 100644
index 000000000..aceeb18f5
--- /dev/null
+++ b/theme_orchid/views/snippets/s_media_list.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_numbers.xml b/theme_orchid/views/snippets/s_numbers.xml
new file mode 100644
index 000000000..1f1f6ae38
--- /dev/null
+++ b/theme_orchid/views/snippets/s_numbers.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ {"shape":"web_editor/Floats/12","flip":[]}
+
+
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_product_catalog.xml b/theme_orchid/views/snippets/s_product_catalog.xml
new file mode 100644
index 000000000..330ae083e
--- /dev/null
+++ b/theme_orchid/views/snippets/s_product_catalog.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_quotes_carousel.xml b/theme_orchid/views/snippets/s_quotes_carousel.xml
index 22f43c84a..073a18e9c 100644
--- a/theme_orchid/views/snippets/s_quotes_carousel.xml
+++ b/theme_orchid/views/snippets/s_quotes_carousel.xml
@@ -1,17 +1,53 @@
-
-
-
- A wide range of high quality products and a warm welcome! I recommend this shop 200%!
-
-
-
- Very nice, colourful shop with many choices in the choir of a very pretty town.
-
-
-
- A small shop with a very large selection of roses. Nice prices and above all a very professional and friendly welcome.
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/22","flip":[]}
+
+
+
+
+
+
+
+ A wide range of high quality products and a warm welcome! I recommend this shop 200%!
+
+
+
+
+
+
+
+
+
+ Very nice, colourful shop with many choices in the choir of a very pretty town.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A small shop with a very large selection of roses. Nice prices and above all a very professional and friendly welcome.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_orchid/views/snippets/s_text_image.xml b/theme_orchid/views/snippets/s_text_image.xml
index 6cccd8a93..bc38678df 100644
--- a/theme_orchid/views/snippets/s_text_image.xml
+++ b/theme_orchid/views/snippets/s_text_image.xml
@@ -1,28 +1,48 @@
-
-
-
-
- {"shape":"web_editor/Wavy/05","flip":["x"]}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Our Mission
-
Deliver flowers to live up to your dedication for your loved ones. To do so, we collaborate with local producers who care about the environment and cultivate their flowers with love.
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/07","flip":["x"]}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Our Mission
+
+
+
+
+ Deliver flowers to live up to your dedication for your loved ones.
+
+
+ To do so, we collaborate with local producers who care about the environment and cultivate their flowers with love.
+
+
+
+
+
+
+
+ /web_editor/image_shape/website.s_text_image_default_image/web_editor/solid/sld_blob_shadow_2.svg?c2=o-color-2
+ web_editor/solid/sld_blob_shadow_2
+ image/jpeg
+ s_media_list_3.svg
+ ;o-color-2;;;
+
+
+
diff --git a/theme_orchid/views/snippets/s_three_columns.xml b/theme_orchid/views/snippets/s_three_columns.xml
index c2387d7d9..2bec381f8 100644
--- a/theme_orchid/views/snippets/s_three_columns.xml
+++ b/theme_orchid/views/snippets/s_three_columns.xml
@@ -1,43 +1,83 @@
-
-
-
-
- {"shape":"web_editor/Wavy/23","flip":[]}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Local Producers
-
As we use local growers, our flowers last longer and smell better. Just like the event you want to celebrate with flowers!
-
-
-
-
-
-
Bio Flowers
-
Don't offer pesticides to your beloved one! By choosing our flowers, we guarantee you organic flowers.
-
-
-
-
-
-
Eco-Friendly Packaging
-
We use 100% recycled materials. We believe the best gifts should also do good for the planet.
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/04","flip":[]}
+
+
+
+
+
+
+
+
+
+
+
+
+ border-width: 0px !important;
+
+
+
+ Local Producers
+
+
+
+ As we use local growers, our flowers last longer and smell better. Just like the event you want to celebrate with flowers!
+
+
+
+ /web_editor/image_shape/website.s_three_columns_default_image_1/web_editor/float/flt_square_1.svg?c1=o-color-1&c2=o-color-2
+ web_editor/float/flt_square_1
+ image/jpeg
+ library_image_11.svg
+ o-color-1;o-color-2;;;
+
+
+
+
+ border-width: 0px !important;
+
+
+
+ Bio Flowers
+
+
+
+ Don't offer pesticides to your beloved one! By choosing our flowers, we guarantee you organic flowers.
+
+
+
+ /web_editor/image_shape/website.s_three_columns_default_image_2/web_editor/float/flt_square_3.svg?c1=o-color-1&c5=o-color-5
+ web_editor/float/flt_square_3
+ image/jpeg
+ library_image_13.svg
+ o-color-1;;;;o-color-5
+
+
+
+
+ border-width: 0px !important;
+
+
+
+ Eco-Friendly Packaging
+
+
+
+ We use 100% recycled materials. We believe the best gifts should also do good for the planet.
+
+
+
+ /web_editor/image_shape/website.s_three_columns_default_image_3/web_editor/float/flt_square_2.svg?c2=o-color-1&c5=o-color-2
+ web_editor/float/flt_square_2
+ image/jpeg
+ library_image_07.svg
+ ;o-color-1;;;o-color-2
+
+
+