diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py
index 2f1bcb32e..8cfa909a2 100644
--- a/theme_notes/__manifest__.py
+++ b/theme_notes/__manifest__.py
@@ -4,7 +4,7 @@
'category': 'Theme/Retail',
'summary': 'Band, Musics, Sound, Concerts, Artists, Records, Event, Food, Stores',
'sequence': 280,
- 'version': '2.0.0',
+ 'version': '2.1.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
@@ -15,12 +15,36 @@
'views/snippets/s_image_text.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_company_team.xml',
+ 'views/snippets/s_masonry_block.xml',
+ 'views/snippets/s_product_catalog.xml',
+ 'views/snippets/s_banner.xml',
+ 'views/snippets/s_cover.xml',
+ 'views/snippets/s_text_image.xml',
+ 'views/snippets/s_numbers.xml',
+ 'views/snippets/s_three_columns.xml',
+ 'views/snippets/s_color_blocks_2.xml',
+ 'views/snippets/s_image_gallery.xml',
+ 'views/snippets/s_call_to_action.xml',
+ 'views/snippets/s_features_grid.xml',
+ 'views/snippets/s_product_list.xml',
+ 'views/snippets/s_parallax.xml',
+ 'views/snippets/s_comparisons.xml',
+ 'views/snippets/s_quotes_carousel.xml',
],
'images': [
- 'static/description/Notes_description.png',
+ 'static/description/notes_description.jpg',
'static/description/notes_screenshot.jpg',
],
+ 'images_preview_theme': {
+ 'website.s_carousel_default_image_1': '/theme_notes/static/src/img/content/content_img_22.jpg',
+ 'website.s_masonry_block_default_image_1': '/theme_notes/static/src/img/content/content_img_21.jpg',
+ 'website.s_text_image_default_image': '/theme_notes/static/src/img/content/content_img_15.jpg',
+ 'website.s_product_catalog_default_image': '/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg',
+ 'website.s_media_list_default_image_1': '/theme_notes/static/src/img/content/content_img_25.jpg',
+ 'website.s_media_list_default_image_2': '/theme_notes/static/src/img/content/content_img_26.jpg',
+ 'website.s_media_list_default_image_3': '/theme_notes/static/src/img/content/content_img_27.jpg',
+ },
'license': 'LGPL-3',
'live_test_url': 'https://theme-notes.odoo.com',
'assets': {
diff --git a/theme_notes/data/ir_asset.xml b/theme_notes/data/ir_asset.xml
index 6baf09f12..dca6c3c1b 100644
--- a/theme_notes/data/ir_asset.xml
+++ b/theme_notes/data/ir_asset.xml
@@ -1,52 +1,50 @@
-
-
- theme_notes.s_banner_parallax_000_variables_scss
- Banner parallax 000 variables SCSS
- web._assets_primary_variables
- theme_notes/static/src/old_snippets/s_banner_parallax/000_variables.scss
-
-
+
+ theme_notes.s_banner_parallax_000_variables_scss
+ Banner parallax 000 variables SCSS
+ web._assets_primary_variables
+ theme_notes/static/src/old_snippets/s_banner_parallax/000_variables.scss
+
+
-
- theme_notes.s_features_carousel_000_variables_scss
- Features carousel 000 variables SCSS
- web._assets_primary_variables
- theme_notes/static/src/old_snippets/s_features_carousel/000_variables.scss
-
-
+
+ theme_notes.s_features_carousel_000_variables_scss
+ Features carousel 000 variables SCSS
+ web._assets_primary_variables
+ theme_notes/static/src/old_snippets/s_features_carousel/000_variables.scss
+
+
-
- theme_notes.primary_variables_scss
- Primary variables SCSS
- web._assets_primary_variables
- theme_notes/static/src/scss/primary_variables.scss
-
+
+ theme_notes.primary_variables_scss
+ Primary variables SCSS
+ web._assets_primary_variables
+ theme_notes/static/src/scss/primary_variables.scss
+
-
- theme_notes.secondary_variables_scss
- Secondary variables SCSS
- web._assets_secondary_variables
- theme_notes/static/src/scss/secondary_variables.scss
-
+
+ theme_notes.secondary_variables_scss
+ Secondary variables SCSS
+ web._assets_secondary_variables
+ theme_notes/static/src/scss/secondary_variables.scss
+
-
- theme_notes.bootstrap_overridden_scss
- Bootstrap overridden SCSS
- web._assets_frontend_helpers
- prepend
- theme_notes/static/src/scss/bootstrap_overridden.scss
-
+
+ theme_notes.bootstrap_overridden_scss
+ Bootstrap overridden SCSS
+ web._assets_frontend_helpers
+ prepend
+ theme_notes/static/src/scss/bootstrap_overridden.scss
+
-
- theme_notes.compatibility_saas_11_4_variables_scss
- Compatibility saas 11 4 variables SCSS
- web._assets_primary_variables
- /theme_notes/static/src/scss/compatibility-saas-11.4-variables.scss
-
-
+
+ theme_notes.compatibility_saas_11_4_variables_scss
+ Compatibility saas 11 4 variables SCSS
+ web._assets_primary_variables
+ /theme_notes/static/src/scss/compatibility-saas-11.4-variables.scss
+
+
-
diff --git a/theme_notes/models/theme_notes.py b/theme_notes/models/theme_notes.py
index 435b48d1e..f63280a87 100644
--- a/theme_notes/models/theme_notes.py
+++ b/theme_notes/models/theme_notes.py
@@ -5,9 +5,6 @@ class ThemeNotes(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_notes_post_copy(self, mod):
- self.disable_view('website.template_header_default')
- self.enable_view('website.template_header_hamburger_full')
- self.enable_view('website.template_header_hamburger_align_right')
self.enable_header_off_canvas()
self.disable_view('website.footer_custom')
diff --git a/theme_notes/static/description/Notes_description.png b/theme_notes/static/description/Notes_description.png
deleted file mode 100644
index 3b5de9579..000000000
Binary files a/theme_notes/static/description/Notes_description.png and /dev/null differ
diff --git a/theme_notes/static/description/index.html b/theme_notes/static/description/index.html
index 8649acf6f..f0630f8eb 100644
--- a/theme_notes/static/description/index.html
+++ b/theme_notes/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.
-
+
Notes Customization Tool
diff --git a/theme_notes/static/description/notes_description.jpg b/theme_notes/static/description/notes_description.jpg
new file mode 100644
index 000000000..691752d53
Binary files /dev/null and b/theme_notes/static/description/notes_description.jpg differ
diff --git a/theme_notes/static/description/notes_screenshot.jpg b/theme_notes/static/description/notes_screenshot.jpg
index 712317943..9060d6485 100644
Binary files a/theme_notes/static/description/notes_screenshot.jpg and b/theme_notes/static/description/notes_screenshot.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_13.jpg b/theme_notes/static/src/img/content/content_img_13.jpg
index 7d5f92060..6767d1f26 100644
Binary files a/theme_notes/static/src/img/content/content_img_13.jpg and b/theme_notes/static/src/img/content/content_img_13.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_14.jpg b/theme_notes/static/src/img/content/content_img_14.jpg
index 82a0b3a5e..2011f374b 100644
Binary files a/theme_notes/static/src/img/content/content_img_14.jpg and b/theme_notes/static/src/img/content/content_img_14.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_15.jpg b/theme_notes/static/src/img/content/content_img_15.jpg
index 85b93fe8e..618e7ea67 100644
Binary files a/theme_notes/static/src/img/content/content_img_15.jpg and b/theme_notes/static/src/img/content/content_img_15.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_16.jpg b/theme_notes/static/src/img/content/content_img_16.jpg
index 4ec3ce566..2f2ea02ea 100644
Binary files a/theme_notes/static/src/img/content/content_img_16.jpg and b/theme_notes/static/src/img/content/content_img_16.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_17.jpg b/theme_notes/static/src/img/content/content_img_17.jpg
index 33ae1450d..a44d8d2e6 100644
Binary files a/theme_notes/static/src/img/content/content_img_17.jpg and b/theme_notes/static/src/img/content/content_img_17.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_18.jpg b/theme_notes/static/src/img/content/content_img_18.jpg
index 0668f7163..d4ae78763 100644
Binary files a/theme_notes/static/src/img/content/content_img_18.jpg and b/theme_notes/static/src/img/content/content_img_18.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_19.jpg b/theme_notes/static/src/img/content/content_img_19.jpg
index 54ae3a31b..50e4a0b1d 100644
Binary files a/theme_notes/static/src/img/content/content_img_19.jpg and b/theme_notes/static/src/img/content/content_img_19.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_20.jpg b/theme_notes/static/src/img/content/content_img_20.jpg
index 8316510ba..b29d5608a 100644
Binary files a/theme_notes/static/src/img/content/content_img_20.jpg and b/theme_notes/static/src/img/content/content_img_20.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_21.jpg b/theme_notes/static/src/img/content/content_img_21.jpg
index ce79589fb..bb9783e43 100644
Binary files a/theme_notes/static/src/img/content/content_img_21.jpg and b/theme_notes/static/src/img/content/content_img_21.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_22.jpg b/theme_notes/static/src/img/content/content_img_22.jpg
index 9a6a8ec35..84c2b6c5c 100644
Binary files a/theme_notes/static/src/img/content/content_img_22.jpg and b/theme_notes/static/src/img/content/content_img_22.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_23.jpg b/theme_notes/static/src/img/content/content_img_23.jpg
index b5b611510..7d894e29f 100644
Binary files a/theme_notes/static/src/img/content/content_img_23.jpg and b/theme_notes/static/src/img/content/content_img_23.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_24.jpg b/theme_notes/static/src/img/content/content_img_24.jpg
index b98ec7de0..e44375f29 100644
Binary files a/theme_notes/static/src/img/content/content_img_24.jpg and b/theme_notes/static/src/img/content/content_img_24.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_25.jpg b/theme_notes/static/src/img/content/content_img_25.jpg
index ecc3f3f0e..f3a8f9ecf 100644
Binary files a/theme_notes/static/src/img/content/content_img_25.jpg and b/theme_notes/static/src/img/content/content_img_25.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_26.jpg b/theme_notes/static/src/img/content/content_img_26.jpg
index b386d2054..a8e94e5d1 100644
Binary files a/theme_notes/static/src/img/content/content_img_26.jpg and b/theme_notes/static/src/img/content/content_img_26.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_27.jpg b/theme_notes/static/src/img/content/content_img_27.jpg
index 0dc80c071..eed1be6ee 100644
Binary files a/theme_notes/static/src/img/content/content_img_27.jpg and b/theme_notes/static/src/img/content/content_img_27.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_28.jpg b/theme_notes/static/src/img/content/content_img_28.jpg
index 9e865609b..02234c0a2 100644
Binary files a/theme_notes/static/src/img/content/content_img_28.jpg and b/theme_notes/static/src/img/content/content_img_28.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_29.jpg b/theme_notes/static/src/img/content/content_img_29.jpg
index bf603bcdd..844c5a2df 100644
Binary files a/theme_notes/static/src/img/content/content_img_29.jpg and b/theme_notes/static/src/img/content/content_img_29.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_30.jpg b/theme_notes/static/src/img/content/content_img_30.jpg
index 770f03f65..a4588b949 100644
Binary files a/theme_notes/static/src/img/content/content_img_30.jpg and b/theme_notes/static/src/img/content/content_img_30.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_31.jpg b/theme_notes/static/src/img/content/content_img_31.jpg
index f2377a2a4..9f68c3491 100644
Binary files a/theme_notes/static/src/img/content/content_img_31.jpg and b/theme_notes/static/src/img/content/content_img_31.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_32.jpg b/theme_notes/static/src/img/content/content_img_32.jpg
index 7981cfee2..921621d92 100644
Binary files a/theme_notes/static/src/img/content/content_img_32.jpg and b/theme_notes/static/src/img/content/content_img_32.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_33.jpg b/theme_notes/static/src/img/content/content_img_33.jpg
index c6464ae2f..9c7c51c5b 100644
Binary files a/theme_notes/static/src/img/content/content_img_33.jpg and b/theme_notes/static/src/img/content/content_img_33.jpg differ
diff --git a/theme_notes/static/src/img/content/content_img_34.jpg b/theme_notes/static/src/img/content/content_img_34.jpg
index 43bbfcdc9..c71598476 100644
Binary files a/theme_notes/static/src/img/content/content_img_34.jpg and b/theme_notes/static/src/img/content/content_img_34.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_02.jpg b/theme_notes/static/src/img/content/library_image_02.jpg
new file mode 100644
index 000000000..71453942c
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_02.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_03.jpg b/theme_notes/static/src/img/content/library_image_03.jpg
new file mode 100644
index 000000000..358bee17d
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_03.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_05.jpg b/theme_notes/static/src/img/content/library_image_05.jpg
new file mode 100644
index 000000000..a84a842db
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_05.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_08.jpg b/theme_notes/static/src/img/content/library_image_08.jpg
new file mode 100644
index 000000000..979647180
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_08.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_10.jpg b/theme_notes/static/src/img/content/library_image_10.jpg
new file mode 100644
index 000000000..7d6a8842e
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_10.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_14.jpg b/theme_notes/static/src/img/content/library_image_14.jpg
new file mode 100644
index 000000000..90be6c5fc
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_14.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_16.jpg b/theme_notes/static/src/img/content/library_image_16.jpg
new file mode 100644
index 000000000..5f2ced253
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_16.jpg differ
diff --git a/theme_notes/static/src/img/content/library_image_19.jpg b/theme_notes/static/src/img/content/library_image_19.jpg
new file mode 100644
index 000000000..e8230bba4
Binary files /dev/null and b/theme_notes/static/src/img/content/library_image_19.jpg differ
diff --git a/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg b/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg
new file mode 100644
index 000000000..184106f72
Binary files /dev/null and b/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg differ
diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg
new file mode 100644
index 000000000..78e58be03
Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_2.jpg differ
diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg
new file mode 100644
index 000000000..a76daa5cd
Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_3.jpg differ
diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg
new file mode 100644
index 000000000..d5c7ee1da
Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_4.jpg differ
diff --git a/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg b/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg
new file mode 100644
index 000000000..3d900ed6a
Binary files /dev/null and b/theme_notes/static/src/img/content/s_masonry_block_default_image_5.jpg differ
diff --git a/theme_notes/static/src/img/content/s_popup.jpg b/theme_notes/static/src/img/content/s_popup.jpg
index bfd04b748..4039b192c 100644
Binary files a/theme_notes/static/src/img/content/s_popup.jpg and b/theme_notes/static/src/img/content/s_popup.jpg differ
diff --git a/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg b/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg
new file mode 100644
index 000000000..3c41c855f
Binary files /dev/null and b/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg differ
diff --git a/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg b/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg
new file mode 100644
index 000000000..969f8f338
Binary files /dev/null and b/theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg differ
diff --git a/theme_notes/static/src/img/content/s_three_columns_default_image.jpg b/theme_notes/static/src/img/content/s_three_columns_default_image.jpg
new file mode 100644
index 000000000..3397fd15d
Binary files /dev/null and b/theme_notes/static/src/img/content/s_three_columns_default_image.jpg differ
diff --git a/theme_notes/static/src/img/content/uiface_01.jpg b/theme_notes/static/src/img/content/uiface_01.jpg
index 1074981d0..949cac28c 100644
Binary files a/theme_notes/static/src/img/content/uiface_01.jpg and b/theme_notes/static/src/img/content/uiface_01.jpg differ
diff --git a/theme_notes/static/src/img/content/uiface_02.jpg b/theme_notes/static/src/img/content/uiface_02.jpg
index 81c4d3813..e61815f0e 100644
Binary files a/theme_notes/static/src/img/content/uiface_02.jpg and b/theme_notes/static/src/img/content/uiface_02.jpg differ
diff --git a/theme_notes/static/src/img/content/uiface_03.jpg b/theme_notes/static/src/img/content/uiface_03.jpg
index 63a74cd24..5d7415c0d 100644
Binary files a/theme_notes/static/src/img/content/uiface_03.jpg and b/theme_notes/static/src/img/content/uiface_03.jpg differ
diff --git a/theme_notes/static/src/img/content/uiface_04.jpg b/theme_notes/static/src/img/content/uiface_04.jpg
index 9108c229d..086d5a3a6 100644
Binary files a/theme_notes/static/src/img/content/uiface_04.jpg and b/theme_notes/static/src/img/content/uiface_04.jpg differ
diff --git a/theme_notes/static/src/js/tour.js b/theme_notes/static/src/js/tour.js
index 436304407..4ba579657 100644
--- a/theme_notes/static/src/js/tour.js
+++ b/theme_notes/static/src/js/tour.js
@@ -1,10 +1,9 @@
-odoo.define("theme_notes.tour.notes", 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 = [
{
@@ -12,8 +11,16 @@ const snippets = [
name: 'Carousel',
},
{
- id: 's_image_text',
- name: 'Image - Text',
+ id: 's_masonry_block',
+ name: 'Masonry',
+ },
+ {
+ id: 's_text_image',
+ name: 'Text - Image',
+ },
+ {
+ id: 's_product_catalog',
+ name: 'Pricelist',
},
{
id: 's_media_list',
@@ -27,12 +34,14 @@ const snippets = [
wTourUtils.registerThemeHomepageTour("notes_tour", [
wTourUtils.dragNDrop(snippets[0]),
- wTourUtils.clickOnText(snippets[0], 'h2'),
+ wTourUtils.clickOnText(snippets[0], 'h1'),
wTourUtils.goBackToBlocks(),
wTourUtils.dragNDrop(snippets[1]),
wTourUtils.dragNDrop(snippets[2]),
- wTourUtils.dragNDrop(snippets[3]),
- wTourUtils.clickOnSnippet(snippets[3]),
+ wTourUtils.clickOnSnippet(snippets[2]),
wTourUtils.changeOption('ContainerWidth', 'we-button-group.o_we_user_value_widget', _t('width')),
+ wTourUtils.goBackToBlocks(),
+ wTourUtils.dragNDrop(snippets[3]),
+ wTourUtils.dragNDrop(snippets[4]),
+ wTourUtils.dragNDrop(snippets[5]),
]);
-});
diff --git a/theme_notes/static/src/scss/bootstrap_overridden.scss b/theme_notes/static/src/scss/bootstrap_overridden.scss
index 75244052c..94ef44996 100644
--- a/theme_notes/static/src/scss/bootstrap_overridden.scss
+++ b/theme_notes/static/src/scss/bootstrap_overridden.scss
@@ -12,3 +12,7 @@ $box-shadow-lg: 0 0 .3125rem rgba(0,0,0,.25) !default;
// Breadcrumbs
$breadcrumb-bg: o-color('white') !default;
+
+// Headings font weight
+
+$headings-font-weight: $o-theme-headings-font-weight !default;
diff --git a/theme_notes/static/src/scss/primary_variables.scss b/theme_notes/static/src/scss/primary_variables.scss
index 9cb7f8eed..ae24d7db5 100644
--- a/theme_notes/static/src/scss/primary_variables.scss
+++ b/theme_notes/static/src/scss/primary_variables.scss
@@ -54,13 +54,15 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
// Fonts
//------------------------------------------------------------------------------
-$o-theme-h1-font-size-multiplier: (40 / 16);
-$o-theme-h2-font-size-multiplier: (32 / 16);
+$o-theme-h1-font-size-multiplier: (62 / 16);
+$o-theme-h2-font-size-multiplier: (36 / 16);
$o-theme-h3-font-size-multiplier: (28 / 16);
$o-theme-h4-font-size-multiplier: (24 / 16);
$o-theme-h5-font-size-multiplier: (20 / 16);
$o-theme-h6-font-size-multiplier: 1;
+$o-theme-headings-font-weight: 700;
+
$o-theme-font-configs: (
'Cuprum': (
'family': ('Cuprum', sans-serif),
@@ -105,6 +107,10 @@ $o-theme-font-configs: (
'family': ('Lobster', cursive),
'url': 'Lobster:300,300i,400,400i,700,700i',
),
+ 'Montserrat': (
+ 'family': ('Montserrat', sans-serif),
+ 'url': 'Montserrat:300,300i,400,400i,700,700i',
+ ),
);
//------------------------------------------------------------------------------
@@ -114,18 +120,16 @@ $o-theme-font-configs: (
$o-website-values-palettes: (
(
'color-palettes-name': 'notes-1',
- 'header-font-size': 1.25rem,
+ 'header-font-size': 1rem,
'logo-height': 3rem,
'fixed-logo-height': 3rem,
'font': 'Oxygen',
- 'headings-font': 'Lobster',
- 'navbar-font': 'Lobster',
- 'buttons-font': 'Lobster',
+ 'headings-font': 'Montserrat',
+ 'navbar-font': 'Montserrat',
+ 'buttons-font': 'Montserrat',
'link-underline': 'never',
- 'header-template': 'hamburger-full',
+ 'header-template': 'template_header_default',
'footer-template': 'descriptive',
- 'hamburger-position': 'right',
- 'hamburger-type': 'off-canvas',
),
);
@@ -168,6 +172,14 @@ $o-theme-color-palettes-compatibility-indexes: (
// Shapes
//------------------------------------------------------------------------------
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/10', (1: 5, 2: 5));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/13_001', (1: 5));
+$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Wavy/13_001', (1: 'footer'));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/25', (1: 5, 2: 5));
+$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Wavy/25', 'second', (1: 2, 2: 2));
+$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Wavy/25', 'third', (1: 3, 2: 3));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/04', (5: 4));
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01', (2: 5));
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01_001', (2: 5));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01', (2: 2));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01_001', (2: 2));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/08', (5: 4));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/12', (5: 4));
diff --git a/theme_notes/views/images_library.xml b/theme_notes/views/images_library.xml
index a8d53258e..67dc6deb2 100644
--- a/theme_notes/views/images_library.xml
+++ b/theme_notes/views/images_library.xml
@@ -1,174 +1,236 @@
-
-
- website.s_banner_default_image
- website.s_banner_default_image
- /theme_notes/static/src/img/content/content_img_13.jpg
-
-
-
- website.s_cover_default_image
- website.s_cover_default_image
- /theme_notes/static/src/img/content/content_img_14.jpg
-
-
- website.s_text_image_default_image
- website.s_text_image_default_image
- /theme_notes/static/src/img/content/content_img_15.jpg
-
-
- website.s_image_text_default_image
- website.s_image_text_default_image
- /theme_notes/static/src/img/content/content_img_16.jpg
-
-
- website.s_picture_default_image
- website.s_picture_default_image
- /theme_notes/static/src/img/content/content_img_17.jpg
-
-
- website.library_image_11
- website.library_image_11
- /theme_notes/static/src/img/content/content_img_18.jpg
-
-
- website.library_image_13
- website.library_image_13
- /theme_notes/static/src/img/content/content_img_19.jpg
-
-
- website.library_image_07
- website.library_image_07
- /theme_notes/static/src/img/content/content_img_20.jpg
-
-
- website.s_masonry_block_default_image_1
- website.s_masonry_block_default_image_1
- /theme_notes/static/src/img/content/content_img_21.jpg
-
-
- website.s_carousel_default_image_1
- website.s_carousel_default_image_1
- /theme_notes/static/src/img/content/content_img_22.jpg
-
-
- website.s_carousel_default_image_2
- website.s_carousel_default_image_2
- /theme_notes/static/src/img/content/content_img_23.jpg
-
-
- website.s_carousel_default_image_3
- website.s_carousel_default_image_3
- /theme_notes/static/src/img/content/content_img_24.jpg
-
-
- website.s_media_list_default_image_1
- website.s_media_list_default_image_1
- /theme_notes/static/src/img/content/content_img_25.jpg
-
-
- website.s_media_list_default_image_2
- website.s_media_list_default_image_2
- /theme_notes/static/src/img/content/content_img_26.jpg
-
-
- website.s_media_list_default_image_3
- website.s_media_list_default_image_3
- /theme_notes/static/src/img/content/content_img_27.jpg
-
-
- website.s_parallax_default_image
- website.s_parallax_default_image
- /theme_notes/static/src/img/content/content_img_28.jpg
-
-
- website.s_company_team_image_1
- website.s_company_team_image_1
- /theme_notes/static/src/img/content/uiface_01.jpg
-
-
- website.s_company_team_image_2
- website.s_company_team_image_2
- /theme_notes/static/src/img/content/uiface_02.jpg
-
-
- website.s_company_team_image_3
- website.s_company_team_image_3
- /theme_notes/static/src/img/content/uiface_03.jpg
-
-
- website.s_company_team_image_4
- website.s_company_team_image_4
- /theme_notes/static/src/img/content/uiface_04.jpg
-
-
- website.s_product_list_default_image_1
- website.s_product_list_default_image_1
- /theme_notes/static/src/img/content/content_img_29.jpg
-
-
- website.s_product_list_default_image_2
- website.s_product_list_default_image_2
- /theme_notes/static/src/img/content/content_img_30.jpg
-
-
- website.s_product_list_default_image_3
- website.s_product_list_default_image_3
- /theme_notes/static/src/img/content/content_img_31.jpg
-
-
- website.s_product_list_default_image_4
- website.s_product_list_default_image_4
- /theme_notes/static/src/img/content/content_img_32.jpg
-
-
- website.s_product_list_default_image_5
- website.s_product_list_default_image_5
- /theme_notes/static/src/img/content/content_img_33.jpg
-
-
- website.s_product_list_default_image_6
- website.s_product_list_default_image_6
- /theme_notes/static/src/img/content/content_img_34.jpg
-
-
- website.s_quotes_carousel_demo_image_1
- website.s_quotes_carousel_demo_image_1
- /theme_notes/static/src/img/content/content_img_35.jpg
-
-
- website.s_quotes_carousel_demo_image_2
- website.s_quotes_carousel_demo_image_2
- /theme_notes/static/src/img/content/content_img_36.jpg
-
-
- website.s_quotes_carousel_demo_image_3
- website.s_quotes_carousel_demo_image_3
- /theme_notes/static/src/img/content/uiface_03.jpg
-
-
- website.s_quotes_carousel_demo_image_4
- website.s_quotes_carousel_demo_image_4
- /theme_notes/static/src/img/content/uiface_04.jpg
-
-
- website.s_quotes_carousel_demo_image_5
- website.s_quotes_carousel_demo_image_5
- /theme_notes/static/src/img/content/uiface_01.jpg
-
-
- website.library_image_17
- website.library_image_17
- /theme_notes/static/src/img/content/content_img_21.jpg
-
-
- website.s_blockquote_default_image
- website.s_blockquote_default_image
- /theme_notes/static/src/img/content/uiface_02.jpg
-
+
+
+
+ website.s_banner_default_image
+ website.s_banner_default_image
+ /theme_notes/static/src/img/content/content_img_13.jpg
+
+
+
+ website.s_cover_default_image
+ website.s_cover_default_image
+ /theme_notes/static/src/img/content/content_img_14.jpg
+
+
+ website.s_text_image_default_image
+ website.s_text_image_default_image
+ /theme_notes/static/src/img/content/content_img_15.jpg
+
+
+ website.s_image_text_default_image
+ website.s_image_text_default_image
+ /theme_notes/static/src/img/content/content_img_16.jpg
+
+
+ website.s_picture_default_image
+ website.s_picture_default_image
+ /theme_notes/static/src/img/content/content_img_17.jpg
+
+
+ website.library_image_11
+ website.library_image_11
+ /theme_notes/static/src/img/content/content_img_18.jpg
+
+
+ website.library_image_13
+ website.library_image_13
+ /theme_notes/static/src/img/content/content_img_19.jpg
+
+
+ website.library_image_07
+ website.library_image_07
+ /theme_notes/static/src/img/content/content_img_20.jpg
+
+
+ website.library_image_19
+ website.library_image_19
+ /theme_notes/static/src/img/content/library_image_19.jpg
+
+
+ website.library_image_10
+ website.library_image_10
+ /theme_notes/static/src/img/content/library_image_10.jpg
+
+
+ website.library_image_05
+ website.library_image_05
+ /theme_notes/static/src/img/content/library_image_05.jpg
+
+
+ website.library_image_14
+ website.library_image_14
+ /theme_notes/static/src/img/content/library_image_14.jpg
+
+
+ website.library_image_16
+ website.library_image_16
+ /theme_notes/static/src/img/content/library_image_16.jpg
+
+
+ website.s_masonry_block_default_image_1
+ website.s_masonry_block_default_image_1
+ /theme_notes/static/src/img/content/content_img_21.jpg
+
+
+ website.s_carousel_default_image_1
+ website.s_carousel_default_image_1
+ /theme_notes/static/src/img/content/content_img_22.jpg
+
+
+ website.s_carousel_default_image_2
+ website.s_carousel_default_image_2
+ /theme_notes/static/src/img/content/content_img_23.jpg
+
+
+ website.s_carousel_default_image_3
+ website.s_carousel_default_image_3
+ /theme_notes/static/src/img/content/content_img_24.jpg
+
+
+ website.s_media_list_default_image_1
+ website.s_media_list_default_image_1
+ /theme_notes/static/src/img/content/content_img_25.jpg
+
+
+ website.s_media_list_default_image_2
+ website.s_media_list_default_image_2
+ /theme_notes/static/src/img/content/content_img_26.jpg
+
+
+ website.s_media_list_default_image_3
+ website.s_media_list_default_image_3
+ /theme_notes/static/src/img/content/content_img_27.jpg
+
+
+ website.s_parallax_default_image
+ website.s_parallax_default_image
+ /theme_notes/static/src/img/content/content_img_28.jpg
+
+
+ website.s_company_team_image_1
+ website.s_company_team_image_1
+ /theme_notes/static/src/img/content/uiface_01.jpg
+
+
+ website.s_company_team_image_2
+ website.s_company_team_image_2
+ /theme_notes/static/src/img/content/uiface_02.jpg
+
+
+ website.s_company_team_image_3
+ website.s_company_team_image_3
+ /theme_notes/static/src/img/content/uiface_03.jpg
+
+
+ website.s_company_team_image_4
+ website.s_company_team_image_4
+ /theme_notes/static/src/img/content/uiface_04.jpg
+
+
+ website.s_product_list_default_image_1
+ website.s_product_list_default_image_1
+ /theme_notes/static/src/img/content/content_img_29.jpg
+
+
+ website.s_product_list_default_image_2
+ website.s_product_list_default_image_2
+ /theme_notes/static/src/img/content/content_img_30.jpg
+
+
+ website.s_product_list_default_image_3
+ website.s_product_list_default_image_3
+ /theme_notes/static/src/img/content/content_img_31.jpg
+
+
+ website.s_product_list_default_image_4
+ website.s_product_list_default_image_4
+ /theme_notes/static/src/img/content/content_img_32.jpg
+
+
+ website.s_product_list_default_image_5
+ website.s_product_list_default_image_5
+ /theme_notes/static/src/img/content/content_img_33.jpg
+
+
+ website.s_product_list_default_image_6
+ website.s_product_list_default_image_6
+ /theme_notes/static/src/img/content/content_img_34.jpg
+
+
+ website.s_quotes_carousel_demo_image_1
+ website.s_quotes_carousel_demo_image_1
+ /theme_notes/static/src/img/content/content_img_35.jpg
+
+
+ website.s_quotes_carousel_demo_image_2
+ website.s_quotes_carousel_demo_image_2
+ /theme_notes/static/src/img/content/content_img_36.jpg
+
+
+ website.s_quotes_carousel_demo_image_3
+ website.s_quotes_carousel_demo_image_3
+ /theme_notes/static/src/img/content/uiface_03.jpg
+
+
+ website.s_quotes_carousel_demo_image_4
+ website.s_quotes_carousel_demo_image_4
+ /theme_notes/static/src/img/content/uiface_04.jpg
+
+
+ website.s_quotes_carousel_demo_image_5
+ website.s_quotes_carousel_demo_image_5
+ /theme_notes/static/src/img/content/uiface_01.jpg
+
+
+ website.s_quotes_carousel_demo_image_6
+ website.s_quotes_carousel_demo_image_6
+ /theme_notes/static/src/img/content/s_quotes_carousel_demo_image_3.jpg
+
+
+ website.library_image_17
+ website.library_image_17
+ /theme_notes/static/src/img/content/content_img_21.jpg
+
+
+ website.s_blockquote_default_image
+ website.s_blockquote_default_image
+ /theme_notes/static/src/img/content/uiface_02.jpg
+
+
+ website.s_product_catalog_default_image
+ website.s_product_catalog_default_image
+ /theme_notes/static/src/img/content/s_product_catalog_default_image.jpg
+
+
+ website.s_three_columns_default_image
+ website.s_three_columns_default_image
+ /theme_notes/static/src/img/content/s_three_columns_default_image.jpg
+
+
+ website.library_image_08
+ website.library_image_08
+ /theme_notes/static/src/img/content/library_image_08.jpg
+
+
+ website.library_image_03
+ website.library_image_03
+ /theme_notes/static/src/img/content/library_image_03.jpg
+
+
+ website.library_image_02
+ website.library_image_02
+ /theme_notes/static/src/img/content/library_image_02.jpg
+
+
+ website.s_call_to_action_default_image
+ website.s_call_to_action_default_image
+ /theme_notes/static/src/img/content/s_call_to_action_default_image.jpg
+
+
diff --git a/theme_notes/views/snippets/s_banner.xml b/theme_notes/views/snippets/s_banner.xml
new file mode 100644
index 000000000..ecb2042ef
--- /dev/null
+++ b/theme_notes/views/snippets/s_banner.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ {"shape":"web_editor/Floats/08","flip":["x","y"]}
+
+
+
+
+
+
+
+
+
+
+
+
+ Enjoy the atmosphere
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_call_to_action.xml b/theme_notes/views/snippets/s_call_to_action.xml
new file mode 100644
index 000000000..274789af4
--- /dev/null
+++ b/theme_notes/views/snippets/s_call_to_action.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+ {"shape":"web_editor/Floats/12","flip":[]}
+ background-image: url('/web/image/website.s_call_to_action_default_image'); background-position: 50% 34%;
+
+
+
+
+
+
+
+
+ Live the Miraillet
Festival experience
+
+
+
+ Join us and make this weekend unforgettable!
+
+
+
+
+
+
+ Get your ticket
+
+
+
+
diff --git a/theme_notes/views/snippets/s_carousel.xml b/theme_notes/views/snippets/s_carousel.xml
index 1f3136090..e05882a7a 100644
--- a/theme_notes/views/snippets/s_carousel.xml
+++ b/theme_notes/views/snippets/s_carousel.xml
@@ -1,32 +1,58 @@
-
-
-
-
-
Miraillet Festival
-
From the 12th to the 17th of August, come and enjoy the atmosphere at the Mirallet Festival. Discover the line up below.
-
-
More Info
-
-
-
-
-
-
6 Days Pass
-
Tickets will be on sale soon. Do not miss our 6 Days Pass. Free camping!
-
-
More Info
-
-
-
-
-
-
Recent Editions
-
Discover what makes the reputation of the Miraillet festival through these after-movies.
-
-
More Info
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/25","flip":["y"]}
+
+
+
+
Miraillet Festival
+
From the 12th to the 17th of August, come and enjoy the atmosphere at the Miraillet Festival. Discover the line up below.
+
+
More Info
+
+
+
+
+
+
+
+
+
+ {"shape":"web_editor/Wavy/25","flip":[]}
+
+
+
+
6 Days Pass
+
Tickets will be on sale soon. Do not miss our 6 Days Pass. Free camping!
+
+
More Info
+
+
+
+
+
+
+
+
+
+ {"shape":"web_editor/Wavy/25","flip":["y"]}
+
+
+
+
Recent Editions
+
Discover what makes the reputation of the Miraillet festival through these after-movies.
+
+
More Info
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_color_blocks_2.xml b/theme_notes/views/snippets/s_color_blocks_2.xml
new file mode 100644
index 000000000..c9dd345e7
--- /dev/null
+++ b/theme_notes/views/snippets/s_color_blocks_2.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_company_team.xml b/theme_notes/views/snippets/s_company_team.xml
index 607f785a4..02cb55c8a 100644
--- a/theme_notes/views/snippets/s_company_team.xml
+++ b/theme_notes/views/snippets/s_company_team.xml
@@ -1,46 +1,44 @@
-
-
-
-
- {"shape":"web_editor/Blobs/08","flip":["x","y"]}
-
-
-
-
-
-
-
- Line Up
-
-
-
-
-
Tony
-
Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery.
-
-
-
-
-
-
Aline
-
Aline, is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her "radiance of French genius
-
-
-
-
-
-
Mich Starck
-
Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll.
-
-
-
-
-
-
Joseris
-
Joseris is a Belgian band that formed in October 1995. Though originally categorised as a trip hop group, they quickly expanded their sound to the point where they could no longer be described as a lone genre, but rather encompass alternative, electronica, electro-pop, rock, and a mixture of others
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/13_001","flip":[]}
+
+
+
+
+
+
+
+ Tony
+
+
+ Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery.
+
+
+
+ Aline
+
+
+ Aline, is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her "radiance of French genius.
+
+
+
+ Mich Starck
+
+
+ Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll.
+
+
+
+ Joseris
+
+
+ Joseris is a Belgian band that formed in October 1995. Though originally categorised as a trip hop group, they quickly expanded their sound to the point where they could no longer be described as a lone genre, but rather encompass alternative, electronica, electro-pop, rock, and a mixture of others.
+
+
+
diff --git a/theme_notes/views/snippets/s_comparisons.xml b/theme_notes/views/snippets/s_comparisons.xml
new file mode 100644
index 000000000..9a6aaa1dc
--- /dev/null
+++ b/theme_notes/views/snippets/s_comparisons.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+ {"shape":"web_editor/Floats/05","flip":[]}
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_cover.xml b/theme_notes/views/snippets/s_cover.xml
new file mode 100644
index 000000000..78cbe1ceb
--- /dev/null
+++ b/theme_notes/views/snippets/s_cover.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+ {"shape":"web_editor/Floats/12","flip":[]}
+
+
+
+
+
+
+
+ Discover
the Miraillet Festival
+
+
+
+
diff --git a/theme_notes/views/snippets/s_features_grid.xml b/theme_notes/views/snippets/s_features_grid.xml
new file mode 100644
index 000000000..ea57ced19
--- /dev/null
+++ b/theme_notes/views/snippets/s_features_grid.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+ {"shape":"web_editor/Wavy/13_001","flip":[]}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_image_gallery.xml b/theme_notes/views/snippets/s_image_gallery.xml
new file mode 100644
index 000000000..be511f110
--- /dev/null
+++ b/theme_notes/views/snippets/s_image_gallery.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ /web/image/website.library_image_19
+
+
+
+
diff --git a/theme_notes/views/snippets/s_image_text.xml b/theme_notes/views/snippets/s_image_text.xml
index d2fca0784..99d3a53d0 100644
--- a/theme_notes/views/snippets/s_image_text.xml
+++ b/theme_notes/views/snippets/s_image_text.xml
@@ -1,26 +1,30 @@
-
-
-
-
- {"shape":"web_editor/Blobs/04","flip":["x"]}
-
-
-
-
-
-
-
-
-
History
-
The Miraillet Festival was born in 2002 from a common will of cultural, touristic and institutional actors of the region to propose a major cultural event in the very heart of the region during the summer period.
-
Discover more
-
-
-
-
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Wavy/11","flip":[]}
+
+
+
+
+
+
+
+ The History
+
+
+
+
+
+ The Miraillet Festival was born in 2002 from a common will of cultural, touristic and institutional actors of the region to propose a major cultural event in the very heart of the region during the summer period.
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_masonry_block.xml b/theme_notes/views/snippets/s_masonry_block.xml
new file mode 100644
index 000000000..4ffd44107
--- /dev/null
+++ b/theme_notes/views/snippets/s_masonry_block.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+ Brussels
+
+
+
+ 21th of August
+
+
+
+
+
+ Paris
+
+
+
+ 24th of August
+
+
+
+
+
+ Barcelona
+
+
+
+ 27th of August
+
+
+
+
+
+ Amsterdam
+
+
+
+ 4th of September
+
+
+
+
diff --git a/theme_notes/views/snippets/s_media_list.xml b/theme_notes/views/snippets/s_media_list.xml
index 4da1dff63..1c625749c 100644
--- a/theme_notes/views/snippets/s_media_list.xml
+++ b/theme_notes/views/snippets/s_media_list.xml
@@ -1,55 +1,99 @@
-
-
-
-
- {"shape":"web_editor/Blobs/01_001","flip":["y"]}
-
-
-
-
-
-
-
-
-
-
-
Go to the Miraillet Festival
-
You will find here the different means of transport to get to the festival. The festival is accessible by bike. Be careful, you will be riding in the city centre where there are a lot of cars. Please make sure to park your bikes in the designated areas of the city.
-
Discover
-
-
-
-
-
-
-
-
-
Ticketing and ticketing timetables
-
Where and when to exchange your festival bracelets? Where to buy food and drink tickets? What is the price for children? The answer can be found here!
-
-
-
-
-
-
-
-
-
Wheelchair accessibility
-
Once again this year, the festival, with the support of the non-profit organisations that implement the necessary means to facilitate access to the event for people with reduced mobility and people affected by or carrying a disability.
-
- Continue reading
-
-
-
-
-
-
+
+
+
+
+
+ {"shape":"web_editor/Blobs/01_001","flip":["y"]}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to the
Miraillet Festival
+
+
+
+
+ You will find here the different means of transport to get to the festival. The festival is accessible by bike. Be careful, you will be riding in the city centre where there are a lot of cars. Please make sure to park your bikes in the designated areas of the city.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ticketing
& timetables
+
+
+
+
+ Where and when to exchange your festival bracelets? Where to buy food and drink tickets? What is the price for children? The answer can be found here!
+
+
+
+ More info
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheelchair
accessibility
+
+
+
+
+ Once again this year, the festival, with the support of the non-profit organisations that implement the necessary means to facilitate access to the event for people with reduced mobility and people affected by or carrying a disability.
+
+
+
+ More info
+
+
+
diff --git a/theme_notes/views/snippets/s_numbers.xml b/theme_notes/views/snippets/s_numbers.xml
new file mode 100644
index 000000000..b84abf934
--- /dev/null
+++ b/theme_notes/views/snippets/s_numbers.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Editions through the Europe
+
+
+
+
+
+
+
+ Artists from around the world
+
+
+
+
+
+
+
+ Scenes outdoor & indoor
+
+
+
+
+
+
+
+ Loyal partners
+
+
+
+
diff --git a/theme_notes/views/snippets/s_parallax.xml b/theme_notes/views/snippets/s_parallax.xml
new file mode 100644
index 000000000..193e9147c
--- /dev/null
+++ b/theme_notes/views/snippets/s_parallax.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+ {"shape":"web_editor/Rainy/08_001","flip":[]}
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_product_catalog.xml b/theme_notes/views/snippets/s_product_catalog.xml
new file mode 100644
index 000000000..e57e96bb1
--- /dev/null
+++ b/theme_notes/views/snippets/s_product_catalog.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+ 1
+ {"shape":"web_editor/Wavy/10","flip":[]}
+
+
+
+
+
+
+
+
+ Upcoming events
+
+
+ Brussels edition
+
+
+ Paris edition
+
+
+
+ Get your ticket now
+
+
+
+ Regular ticket
+
+
+ Regular ticket + hotel
+
+
+ VIP ticket
+
+
+
+ $19.00
+
+
+ $59.00
+
+
+ $109.50
+
+
+
+ Regular ticket
+
+
+ Regular ticket + hotel
+
+
+ VIP ticket
+
+
+
+ $25.00
+
+
+ $65.00
+
+
+ $115.50
+
+
+
+
diff --git a/theme_notes/views/snippets/s_product_list.xml b/theme_notes/views/snippets/s_product_list.xml
new file mode 100644
index 000000000..191fa23b7
--- /dev/null
+++ b/theme_notes/views/snippets/s_product_list.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_quotes_carousel.xml b/theme_notes/views/snippets/s_quotes_carousel.xml
new file mode 100644
index 000000000..d5d117f74
--- /dev/null
+++ b/theme_notes/views/snippets/s_quotes_carousel.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ background-image: url('/web/image/website.s_quotes_carousel_demo_image_6'); background-position: 50% 65%;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_text_image.xml b/theme_notes/views/snippets/s_text_image.xml
new file mode 100644
index 000000000..e6a146f2f
--- /dev/null
+++ b/theme_notes/views/snippets/s_text_image.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ {"shape":"web_editor/Wavy/11","flip":["x"]}
+
+
+
+ About the Festival
+
+
+
+
+
+ The Miraillet Festival was born in 2002 from a common will of cultural, touristic and institutional actors of the region to propose a major cultural event in the very heart of the region during the summer period.
+
+
+ Discover more
+
+
+
+
+
+
+
+
diff --git a/theme_notes/views/snippets/s_three_columns.xml b/theme_notes/views/snippets/s_three_columns.xml
new file mode 100644
index 000000000..1dde3ab97
--- /dev/null
+++ b/theme_notes/views/snippets/s_three_columns.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ background-image: url('/web/image/website.s_three_columns_default_image');
+
+
+
+
+
+
+
+