diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index 6a3d5d95b..69d707823 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -11,17 +11,31 @@ 'data/ir_asset.xml', 'views/images_library.xml', + 'views/layout.xml', + + 'views/snippets/s_banner.xml', + 'views/snippets/s_columns.xml', 'views/snippets/s_cover.xml', 'views/snippets/s_features.xml', + 'views/snippets/s_image_text.xml', + 'views/snippets/s_media_list.xml', + 'views/snippets/s_numbers.xml', 'views/snippets/s_picture.xml', 'views/snippets/s_product_catalog.xml', 'views/snippets/s_quotes_carousel.xml', 'views/snippets/s_text_block.xml', + 'views/snippets/s_text_image.xml', ], 'images': [ 'static/description/bistro_cover.jpg', - 'static/description/bistro_screenshot.jpeg', + 'static/description/bistro_screenshot.jpg', ], + 'images_preview_theme': { + 'website.s_cover_default_image': '/theme_bistro/static/src/img/backgrounds/17.jpg', + 'website.s_picture_default_image': '/theme_bistro/static/src/img/content/picture.jpg', + 'website.s_product_catalog_default_image': '/theme_bistro/static/src/img/backgrounds/16.jpg', + 'website.s_quotes_carousel_demo_image_1': '/theme_bistro/static/src/img/backgrounds/19.jpg', + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-bistro.odoo.com', 'assets': { diff --git a/theme_bistro/data/ir_asset.xml b/theme_bistro/data/ir_asset.xml index 965c678f9..f1eaf0570 100644 --- a/theme_bistro/data/ir_asset.xml +++ b/theme_bistro/data/ir_asset.xml @@ -1,21 +1,19 @@ - - - theme_bistro.primary_variables_scss - Primary variables SCSS - web._assets_primary_variables - theme_bistro/static/src/scss/primary_variables.scss - + + theme_bistro.primary_variables_scss + Primary variables SCSS + web._assets_primary_variables + theme_bistro/static/src/scss/primary_variables.scss + - - theme_bistro.bootstrap_overridden_scss - Bootstrap overridden SCSS - web._assets_frontend_helpers - prepend - theme_bistro/static/src/scss/bootstrap_overridden.scss - + + theme_bistro.bootstrap_overridden_scss + Bootstrap overridden SCSS + web._assets_frontend_helpers + prepend + theme_bistro/static/src/scss/bootstrap_overridden.scss + - diff --git a/theme_bistro/models/theme_bistro.py b/theme_bistro/models/theme_bistro.py index a6b3f28f5..4fbeef902 100644 --- a/theme_bistro/models/theme_bistro.py +++ b/theme_bistro/models/theme_bistro.py @@ -9,6 +9,7 @@ class ThemeBistro(models.AbstractModel): self.enable_view('website.template_header_vertical') self.enable_view('website.template_header_default_align_right') self.enable_view('website.template_header_hamburger_align_right') + self.enable_view('website.header_navbar_pills_style') self.enable_header_off_canvas() self.disable_view('website.footer_custom') diff --git a/theme_bistro/static/description/bistro_screenshot.jpeg b/theme_bistro/static/description/bistro_screenshot.jpeg deleted file mode 100644 index 43d16a880..000000000 Binary files a/theme_bistro/static/description/bistro_screenshot.jpeg and /dev/null differ diff --git a/theme_bistro/static/description/bistro_screenshot.jpg b/theme_bistro/static/description/bistro_screenshot.jpg new file mode 100644 index 000000000..2e50ce3da Binary files /dev/null and b/theme_bistro/static/description/bistro_screenshot.jpg differ diff --git a/theme_bistro/static/src/img/backgrounds/19.jpg b/theme_bistro/static/src/img/backgrounds/19.jpg new file mode 100644 index 000000000..a95724f02 Binary files /dev/null and b/theme_bistro/static/src/img/backgrounds/19.jpg differ diff --git a/theme_bistro/static/src/js/tour.js b/theme_bistro/static/src/js/tour.js index f112bba57..e134b2ab0 100644 --- a/theme_bistro/static/src/js/tour.js +++ b/theme_bistro/static/src/js/tour.js @@ -1,8 +1,6 @@ -odoo.define("theme_bistro.tour.bistro", function (require) { -"use strict"; +/** @odoo-module */ -const wTourUtils = require("website.tour_utils"); -var tour = require("web_tour.tour"); +import wTourUtils from 'website.tour_utils'; const snippets = [ { @@ -37,11 +35,11 @@ wTourUtils.registerThemeHomepageTour("bistro_tour", [ wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[1]), wTourUtils.dragNDrop(snippets[2]), + wTourUtils.clickOnSnippet(snippets[2]), + wTourUtils.changeBackgroundColor(), + wTourUtils.selectColorPalette(), + wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[3]), wTourUtils.dragNDrop(snippets[4]), wTourUtils.dragNDrop(snippets[5]), - wTourUtils.clickOnSnippet(snippets[5], 'top'), - wTourUtils.changeBackgroundColor(), - wTourUtils.selectColorPalette(), ]); -}); diff --git a/theme_bistro/static/src/scss/bootstrap_overridden.scss b/theme_bistro/static/src/scss/bootstrap_overridden.scss index 49b2a355e..c7252cf04 100644 --- a/theme_bistro/static/src/scss/bootstrap_overridden.scss +++ b/theme_bistro/static/src/scss/bootstrap_overridden.scss @@ -59,6 +59,8 @@ $font-weight-bold: $o-theme-font-weight-bold !default; $headings-font-weight: $o-theme-headings-font-weight !default; +$blockquote-font-size: o-website-value('font-size-base') !default; + // Buttons + Forms // // Shared variables that are reassigned to `$input-` and `$btn-` specific variables. diff --git a/theme_bistro/static/src/scss/primary_variables.scss b/theme_bistro/static/src/scss/primary_variables.scss index db40f51b7..b5918df24 100644 --- a/theme_bistro/static/src/scss/primary_variables.scss +++ b/theme_bistro/static/src/scss/primary_variables.scss @@ -4,13 +4,15 @@ $o-website-values-palettes: ( ( - 'color-palettes-name': 'bistro-5', + 'color-palettes-name': 'bistro-5', // Header 'header-template': 'vertical', 'hamburger-position': 'right', 'logo-height': 3rem, 'fixed-logo-height': 2rem, + 'header-links-style': 'pills', + 'menu-box-shadow': none, // Font 'font': 'Poppins', @@ -19,7 +21,7 @@ $o-website-values-palettes: ( 'buttons-font': 'Poppins', // Buttons - 'btn-padding-y': .45rem, + 'btn-padding-y': .5rem, 'btn-padding-x': 1.35rem, 'btn-padding-y-sm': .3rem, 'btn-padding-x-sm': .9rem, @@ -125,46 +127,46 @@ $o-theme-btn-font-weight: 400; $o-theme-color-palettes: map-merge($o-theme-color-palettes, ( 'bistro-1': ( - 'alpha': #68b581, - 'beta': #00a388, - 'gamma': #046380, - 'delta': #4bb5c1, - 'epsilon': #beeb9f, + 'alpha': #68b581, + 'beta': #00a388, + 'gamma': #046380, + 'delta': #4bb5c1, + 'epsilon': #beeb9f, ), 'bistro-2': ( - 'alpha': #a3cc52, - 'beta': #cc4452, - 'gamma': #8e3557, - 'delta': #f7f2b2, - 'epsilon': #4a1a2c, + 'alpha': #a3cc52, + 'beta': #cc4452, + 'gamma': #8e3557, + 'delta': #f7f2b2, + 'epsilon': #4a1a2c, ), 'bistro-3': ( - 'alpha': #eebf3e, - 'beta': #e2ad3b, - 'gamma': #bf5c00, - 'delta': #77c4d3, - 'epsilon': #901811, + 'alpha': #eebf3e, + 'beta': #e2ad3b, + 'gamma': #bf5c00, + 'delta': #77c4d3, + 'epsilon': #901811, ), 'bistro-4': ( - 'alpha': #0092b2, - 'beta': #046380, - 'gamma': #a8c545, - 'delta': #fff6c5, - 'epsilon': #ffd55c, + 'alpha': #0092b2, + 'beta': #046380, + 'gamma': #a8c545, + 'delta': #fff6c5, + 'epsilon': #ffd55c, ), 'bistro-5': ( - 'alpha': #dd7e43, - 'beta': #d45c45, - 'gamma': #911146, - 'delta': #9cc264, - 'epsilon': #306e73, + 'alpha': #dd7e43, + 'beta': #d45c45, + 'gamma': #911146, + 'delta': #9cc264, + 'epsilon': #306e73, ), 'bistro-6': ( - 'alpha': #b7ca79, - 'beta': #677e52, - 'gamma': #b0cc99, - 'delta': #89725b, - 'epsilon': #f6e8b1, + 'alpha': #b7ca79, + 'beta': #677e52, + 'gamma': #b0cc99, + 'delta': #89725b, + 'epsilon': #f6e8b1, ), ) ); @@ -196,3 +198,11 @@ $o-color-palettes-compatibility-indexes: ( 22: 'generic-16', 23: 'generic-17', ); + +//------------------------------------------------------------------------------// +// Shapes +//------------------------------------------------------------------------------// + +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/04_001', (3: 5)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/09_001', (3: 3)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Zigs/06', (5: rgba(0,0,0,0))); diff --git a/theme_bistro/views/images_library.xml b/theme_bistro/views/images_library.xml index 608003bdc..a25093289 100644 --- a/theme_bistro/views/images_library.xml +++ b/theme_bistro/views/images_library.xml @@ -1,285 +1,345 @@ - - - theme_bistro.bg_img_01 - theme_bistro.background_img_01.jpg - /theme_bistro/static/src/img/backgrounds/01.jpg - - - theme_bistro.bg_img_02 - theme_bistro.background_img_02.jpg - /theme_bistro/static/src/img/backgrounds/02.jpg - - - theme_bistro.bg_img_03 - theme_bistro.background_img_03.jpg - /theme_bistro/static/src/img/backgrounds/03.jpg - - - theme_bistro.bg_img_04 - theme_bistro.background_img_04.jpg - /theme_bistro/static/src/img/backgrounds/04.jpg - - - theme_bistro.bg_img_05 - theme_bistro.background_img_05.jpg - /theme_bistro/static/src/img/backgrounds/05.jpg - - - theme_bistro.bg_img_06 - theme_bistro.background_img_06.jpg - /theme_bistro/static/src/img/backgrounds/06.jpg - - - theme_bistro.bg_img_07 - theme_bistro.background_img_07.jpg - /theme_bistro/static/src/img/backgrounds/07.jpg - - - theme_bistro.bg_img_08 - theme_bistro.background_img_08.jpg - /theme_bistro/static/src/img/backgrounds/08.jpg - - - theme_bistro.bg_img_09 - theme_bistro.background_img_09.jpg - /theme_bistro/static/src/img/backgrounds/09.jpg - - - theme_bistro.bg_img_10 - theme_bistro.background_img_10.jpg - /theme_bistro/static/src/img/backgrounds/10.jpg - - - theme_bistro.bg_img_11 - theme_bistro.background_img_11.jpg - /theme_bistro/static/src/img/backgrounds/11.jpg - - - theme_bistro.bg_img_12 - theme_bistro.background_img_12.jpg - /theme_bistro/static/src/img/backgrounds/12.jpg - - - theme_bistro.bg_img_13 - theme_bistro.background_img_13.jpg - /theme_bistro/static/src/img/backgrounds/13.jpg - - - theme_bistro.bg_img_14 - theme_bistro.background_img_14.jpg - /theme_bistro/static/src/img/backgrounds/14.jpg - - - theme_bistro.bg_img_15 - theme_bistro.background_img_15.jpg - /theme_bistro/static/src/img/backgrounds/15.jpg - - - theme_bistro.bg_img_16 - theme_bistro.background_img_16.jpg - /theme_bistro/static/src/img/backgrounds/16.jpg - - - theme_bistro.bg_img_17 - theme_bistro.background_img_17.jpg - /theme_bistro/static/src/img/backgrounds/17.jpg - - - theme_bistro.bg_img_18 - theme_bistro.background_img_18.jpg - /theme_bistro/static/src/img/backgrounds/18.jpg - - - - theme_bistro.bg_pattern_07 - theme_bistro.background_pattern_07.gif - /theme_bistro/static/src/img/patterns/01.gif - - - theme_bistro.bg_pattern_08 - theme_bistro.background_pattern_08.gif - /theme_bistro/static/src/img/patterns/02.gif - - - theme_bistro.bg_pattern_01 - theme_bistro.background_pattern_01.gif - /theme_bistro/static/src/img/patterns/03.gif - - - theme_bistro.bg_pattern_02 - theme_bistro.background_pattern_02.gif - /theme_bistro/static/src/img/patterns/07.gif - - - theme_bistro.bg_pattern_03 - theme_bistro.background_pattern_03.gif - /theme_bistro/static/src/img/patterns/04.gif - - - theme_bistro.bg_pattern_05 - theme_bistro.background_pattern_05.gif - /theme_bistro/static/src/img/patterns/05.png - - - theme_bistro.bg_pattern_06 - theme_bistro.background_pattern_06.gif - /theme_bistro/static/src/img/patterns/06.png - + + + theme_bistro.bg_img_01 + theme_bistro.background_img_01.jpg + /theme_bistro/static/src/img/backgrounds/01.jpg + + + theme_bistro.bg_img_02 + theme_bistro.background_img_02.jpg + /theme_bistro/static/src/img/backgrounds/02.jpg + + + theme_bistro.bg_img_03 + theme_bistro.background_img_03.jpg + /theme_bistro/static/src/img/backgrounds/03.jpg + + + theme_bistro.bg_img_04 + theme_bistro.background_img_04.jpg + /theme_bistro/static/src/img/backgrounds/04.jpg + + + theme_bistro.bg_img_05 + theme_bistro.background_img_05.jpg + /theme_bistro/static/src/img/backgrounds/05.jpg + + + theme_bistro.bg_img_06 + theme_bistro.background_img_06.jpg + /theme_bistro/static/src/img/backgrounds/06.jpg + + + theme_bistro.bg_img_07 + theme_bistro.background_img_07.jpg + /theme_bistro/static/src/img/backgrounds/07.jpg + + + theme_bistro.bg_img_08 + theme_bistro.background_img_08.jpg + /theme_bistro/static/src/img/backgrounds/08.jpg + + + theme_bistro.bg_img_09 + theme_bistro.background_img_09.jpg + /theme_bistro/static/src/img/backgrounds/09.jpg + + + theme_bistro.bg_img_10 + theme_bistro.background_img_10.jpg + /theme_bistro/static/src/img/backgrounds/10.jpg + + + theme_bistro.bg_img_11 + theme_bistro.background_img_11.jpg + /theme_bistro/static/src/img/backgrounds/11.jpg + + + theme_bistro.bg_img_12 + theme_bistro.background_img_12.jpg + /theme_bistro/static/src/img/backgrounds/12.jpg + + + theme_bistro.bg_img_13 + theme_bistro.background_img_13.jpg + /theme_bistro/static/src/img/backgrounds/13.jpg + + + theme_bistro.bg_img_14 + theme_bistro.background_img_14.jpg + /theme_bistro/static/src/img/backgrounds/14.jpg + + + theme_bistro.bg_img_15 + theme_bistro.background_img_15.jpg + /theme_bistro/static/src/img/backgrounds/15.jpg + + + theme_bistro.bg_img_16 + theme_bistro.background_img_16.jpg + /theme_bistro/static/src/img/backgrounds/16.jpg + + + theme_bistro.bg_img_17 + theme_bistro.background_img_17.jpg + /theme_bistro/static/src/img/backgrounds/17.jpg + + + theme_bistro.bg_img_18 + theme_bistro.background_img_18.jpg + /theme_bistro/static/src/img/backgrounds/18.jpg + - - - website.s_banner_default_image - website.s_banner_default_image - /theme_bistro/static/src/img/backgrounds/02.jpg - + + + theme_bistro.bg_pattern_07 + theme_bistro.background_pattern_07.gif + /theme_bistro/static/src/img/patterns/01.gif + + + theme_bistro.bg_pattern_08 + theme_bistro.background_pattern_08.gif + /theme_bistro/static/src/img/patterns/02.gif + + + theme_bistro.bg_pattern_01 + theme_bistro.background_pattern_01.gif + /theme_bistro/static/src/img/patterns/03.gif + + + theme_bistro.bg_pattern_02 + theme_bistro.background_pattern_02.gif + /theme_bistro/static/src/img/patterns/07.gif + + + theme_bistro.bg_pattern_03 + theme_bistro.background_pattern_03.gif + /theme_bistro/static/src/img/patterns/04.gif + + + theme_bistro.bg_pattern_05 + theme_bistro.background_pattern_05.gif + /theme_bistro/static/src/img/patterns/05.png + + + theme_bistro.bg_pattern_06 + theme_bistro.background_pattern_06.gif + /theme_bistro/static/src/img/patterns/06.png + - - - website.s_cover_default_image - website.s_cover_default_image - /theme_bistro/static/src/img/backgrounds/17.jpg - + + + website.s_banner_default_image + website.s_banner_default_image + /theme_bistro/static/src/img/backgrounds/02.jpg + - - - website.s_text_image_default_image - website.s_text_image_default_image - /theme_bistro/static/src/img/content/text_image.jpg - + + + website.s_cover_default_image + website.s_cover_default_image + /theme_bistro/static/src/img/backgrounds/17.jpg + - - - website.s_image_text_default_image - website.s_image_text_default_image - /theme_bistro/static/src/img/content/image_text.jpg - + + + website.s_text_image_default_image + website.s_text_image_default_image + /theme_bistro/static/src/img/content/text_image.jpg + - - - website.s_picture_default_image - website.s_picture_default_image - /theme_bistro/static/src/img/content/picture.jpg - + + + website.s_image_text_default_image + website.s_image_text_default_image + /theme_bistro/static/src/img/content/image_text.jpg + - - - website.s_three_columns_default_image_1 - website.s_three_columns_default_image_1 - /theme_bistro/static/src/img/content/three_columns_01.jpg - - - website.s_three_columns_default_image_2 - website.s_three_columns_default_image_2 - /theme_bistro/static/src/img/content/three_columns_02.jpg - - - website.s_three_columns_default_image_3 - website.s_three_columns_default_image_3 - /theme_bistro/static/src/img/content/three_columns_03.jpg - + + + website.s_picture_default_image + website.s_picture_default_image + /theme_bistro/static/src/img/content/picture.jpg + - - - website.s_masonry_block_default_image_1 - website.s_masonry_block_default_image_1 - /theme_bistro/static/src/img/backgrounds/09.jpg - + + + website.s_three_columns_default_image_1 + website.s_three_columns_default_image_1 + /theme_bistro/static/src/img/content/three_columns_01.jpg + + + website.s_three_columns_default_image_2 + website.s_three_columns_default_image_2 + /theme_bistro/static/src/img/content/three_columns_02.jpg + + + website.s_three_columns_default_image_3 + website.s_three_columns_default_image_3 + /theme_bistro/static/src/img/content/three_columns_03.jpg + - - - website.s_carousel_default_image_1 - website.s_carousel_default_image_1 - /theme_bistro/static/src/img/backgrounds/18.jpg - - - website.s_carousel_default_image_2 - website.s_carousel_default_image_2 - /theme_bistro/static/src/img/backgrounds/05.jpg - - - website.s_carousel_default_image_3 - website.s_carousel_default_image_3 - /theme_bistro/static/src/img/backgrounds/07.jpg - + + + website.s_masonry_block_default_image_1 + website.s_masonry_block_default_image_1 + /theme_bistro/static/src/img/backgrounds/09.jpg + - - - website.s_media_list_default_image_1 - website.s_media_list_default_image_1 - /theme_bistro/static/src/img/content/media_list_01.jpg - - - website.s_media_list_default_image_2 - website.s_media_list_default_image_2 - /theme_bistro/static/src/img/content/media_list_02.jpg - - - website.s_media_list_default_image_3 - website.s_media_list_default_image_3 - /theme_bistro/static/src/img/content/media_list_03.jpg - + + + website.s_carousel_default_image_1 + website.s_carousel_default_image_1 + /theme_bistro/static/src/img/backgrounds/18.jpg + + + website.s_carousel_default_image_2 + website.s_carousel_default_image_2 + /theme_bistro/static/src/img/backgrounds/05.jpg + + + website.s_carousel_default_image_3 + website.s_carousel_default_image_3 + /theme_bistro/static/src/img/backgrounds/07.jpg + - - - website.s_parallax_default_image - website.s_parallax_default_image - /theme_bistro/static/src/img/backgrounds/16.jpg - + + + website.s_quotes_carousel_demo_image_1 + website.s_quotes_carousel_demo_image_1 + /theme_bistro/static/src/img/backgrounds/19.jpg + - - - website.s_company_team_image_1 - website.s_company_team_default_image_1 - /theme_bistro/static/src/img/content/company_team_01.jpg - - - website.s_company_team_image_2 - website.s_company_team_default_image_2 - /theme_bistro/static/src/img/content/company_team_02.jpg - - - website.s_company_team_image_3 - website.s_company_team_default_image_3 - /theme_bistro/static/src/img/content/company_team_03.jpg - - - website.s_company_team_image_4 - website.s_company_team_default_image_4 - /theme_bistro/static/src/img/content/company_team_04.jpg - + + + website.s_media_list_default_image_1 + website.s_media_list_default_image_1 + /theme_bistro/static/src/img/content/media_list_01.jpg + + + website.s_media_list_default_image_2 + website.s_media_list_default_image_2 + /theme_bistro/static/src/img/content/media_list_02.jpg + + + website.s_media_list_default_image_3 + website.s_media_list_default_image_3 + /theme_bistro/static/src/img/content/media_list_03.jpg + + + + + website.s_parallax_default_image + website.s_parallax_default_image + /theme_bistro/static/src/img/backgrounds/16.jpg + + + + + website.s_company_team_image_1 + website.s_company_team_default_image_1 + /theme_bistro/static/src/img/content/company_team_01.jpg + + + website.s_company_team_image_2 + website.s_company_team_default_image_2 + /theme_bistro/static/src/img/content/company_team_02.jpg + + + website.s_company_team_image_3 + website.s_company_team_default_image_3 + /theme_bistro/static/src/img/content/company_team_03.jpg + + + website.s_company_team_image_4 + website.s_company_team_default_image_4 + /theme_bistro/static/src/img/content/company_team_04.jpg + + + + + website.s_reference_demo_image_1 + website.s_reference_default_image_1 + /theme_bistro/static/src/img/content/reference_01.png + + + website.s_reference_demo_image_2 + website.s_reference_default_image_2 + /theme_bistro/static/src/img/content/reference_02.png + + + website.s_reference_demo_image_3 + website.s_reference_default_image_3 + /theme_bistro/static/src/img/content/reference_03.png + + + website.s_reference_demo_image_4 + website.s_reference_default_image_4 + /theme_bistro/static/src/img/content/reference_04.png + + + website.s_reference_demo_image_5 + website.s_reference_default_image_5 + /theme_bistro/static/src/img/content/reference_05.png + + + website.s_reference_default_image_6 + website.s_reference_default_image_6 + /theme_bistro/static/src/img/content/reference_06.png + + + + + website.s_product_catalog_default_image + website.s_product_catalog_default_image + /theme_bistro/static/src/img/backgrounds/16.jpg + + + + + website.library_image_02 + website.library_image_02 + /theme_bistro/static/src/img/backgrounds/06.jpg + + + website.library_image_08 + website.library_image_08 + /theme_bistro/static/src/img/backgrounds/04.jpg + + + website.library_image_03 + website.library_image_03 + /theme_bistro/static/src/img/backgrounds/05.jpg + + + + + website.library_image_10 + website.library_image_10 + /theme_bistro/static/src/img/backgrounds/07.jpg + + + website.library_image_13 + website.library_image_13 + /theme_bistro/static/src/img/backgrounds/10.jpg + + + website.library_image_05 + website.library_image_05 + /theme_bistro/static/src/img/backgrounds/11.jpg + + + website.library_image_14 + website.library_image_14 + /theme_bistro/static/src/img/backgrounds/15.jpg + + + website.library_image_16 + website.library_image_16 + /theme_bistro/static/src/img/backgrounds/08.jpg + - - - website.s_reference_demo_image_1 - website.s_reference_default_image_1 - /theme_bistro/static/src/img/content/reference_01.png - - - website.s_reference_demo_image_2 - website.s_reference_default_image_2 - /theme_bistro/static/src/img/content/reference_02.png - - - website.s_reference_demo_image_3 - website.s_reference_default_image_3 - /theme_bistro/static/src/img/content/reference_03.png - - - website.s_reference_demo_image_4 - website.s_reference_default_image_4 - /theme_bistro/static/src/img/content/reference_04.png - - - website.s_reference_demo_image_5 - website.s_reference_default_image_5 - /theme_bistro/static/src/img/content/reference_05.png - - - website.s_reference_default_image_6 - website.s_reference_default_image_6 - /theme_bistro/static/src/img/content/reference_06.png - diff --git a/theme_bistro/views/layout.xml b/theme_bistro/views/layout.xml new file mode 100644 index 000000000..65f59bead --- /dev/null +++ b/theme_bistro/views/layout.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/theme_bistro/views/snippets/s_banner.xml b/theme_bistro/views/snippets/s_banner.xml new file mode 100644 index 000000000..e49c692f0 --- /dev/null +++ b/theme_bistro/views/snippets/s_banner.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/theme_bistro/views/snippets/s_columns.xml b/theme_bistro/views/snippets/s_columns.xml new file mode 100644 index 000000000..a03f6b5f1 --- /dev/null +++ b/theme_bistro/views/snippets/s_columns.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_bistro/views/snippets/s_cover.xml b/theme_bistro/views/snippets/s_cover.xml index 7cd9960f4..613575f0c 100644 --- a/theme_bistro/views/snippets/s_cover.xml +++ b/theme_bistro/views/snippets/s_cover.xml @@ -1,30 +1,35 @@ - + + + diff --git a/theme_bistro/views/snippets/s_features.xml b/theme_bistro/views/snippets/s_features.xml index 072cd7f18..3578ca6b6 100644 --- a/theme_bistro/views/snippets/s_features.xml +++ b/theme_bistro/views/snippets/s_features.xml @@ -1,35 +1,37 @@ - + + + diff --git a/theme_bistro/views/snippets/s_image_text.xml b/theme_bistro/views/snippets/s_image_text.xml new file mode 100644 index 000000000..10aef932b --- /dev/null +++ b/theme_bistro/views/snippets/s_image_text.xml @@ -0,0 +1,16 @@ + + + + + + diff --git a/theme_bistro/views/snippets/s_media_list.xml b/theme_bistro/views/snippets/s_media_list.xml new file mode 100644 index 000000000..0734f524f --- /dev/null +++ b/theme_bistro/views/snippets/s_media_list.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_bistro/views/snippets/s_numbers.xml b/theme_bistro/views/snippets/s_numbers.xml new file mode 100644 index 000000000..a243be880 --- /dev/null +++ b/theme_bistro/views/snippets/s_numbers.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_bistro/views/snippets/s_picture.xml b/theme_bistro/views/snippets/s_picture.xml index db951c980..52a6099d3 100644 --- a/theme_bistro/views/snippets/s_picture.xml +++ b/theme_bistro/views/snippets/s_picture.xml @@ -1,25 +1,31 @@ - + + + diff --git a/theme_bistro/views/snippets/s_product_catalog.xml b/theme_bistro/views/snippets/s_product_catalog.xml index c5e2d82e7..abe7ea75b 100644 --- a/theme_bistro/views/snippets/s_product_catalog.xml +++ b/theme_bistro/views/snippets/s_product_catalog.xml @@ -1,19 +1,34 @@ - + + + + + diff --git a/theme_bistro/views/snippets/s_quotes_carousel.xml b/theme_bistro/views/snippets/s_quotes_carousel.xml index a512b21d9..62005be91 100644 --- a/theme_bistro/views/snippets/s_quotes_carousel.xml +++ b/theme_bistro/views/snippets/s_quotes_carousel.xml @@ -1,39 +1,45 @@ - + + + diff --git a/theme_bistro/views/snippets/s_text_block.xml b/theme_bistro/views/snippets/s_text_block.xml index badf9bac1..5aca4fb1c 100644 --- a/theme_bistro/views/snippets/s_text_block.xml +++ b/theme_bistro/views/snippets/s_text_block.xml @@ -1,13 +1,23 @@ - + + + diff --git a/theme_bistro/views/snippets/s_text_image.xml b/theme_bistro/views/snippets/s_text_image.xml new file mode 100644 index 000000000..b222f29b5 --- /dev/null +++ b/theme_bistro/views/snippets/s_text_image.xml @@ -0,0 +1,18 @@ + + + + + +