diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index 319269e5e..b9ee05c12 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -4,7 +4,7 @@ 'category': 'Theme/Retail', 'summary': 'Furniture, Toys, Games, Kids, Boys, Girls, Stores', 'sequence': 130, - 'version': '2.0.0', + 'version': '2.1.0', 'author': 'Odoo S.A.', 'depends': ['theme_common'], 'data': [ @@ -14,15 +14,37 @@ 'views/snippets/s_cover.xml', 'views/snippets/s_text_image.xml', 'views/snippets/s_title.xml', - 'views/snippets/s_picture.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_call_to_action.xml', - - ], + 'views/snippets/s_image_gallery.xml', + 'views/snippets/s_banner.xml', + 'views/snippets/s_image_text.xml', + 'views/snippets/s_numbers.xml', + 'views/snippets/s_color_blocks_2.xml', + 'views/snippets/s_features.xml', + 'views/snippets/s_media_list.xml', + 'views/snippets/s_features_grid.xml', + 'views/snippets/s_comparisons.xml', + 'views/snippets/s_product_catalog.xml', + + ], 'images': [ - 'static/description/loftspace_description.png', + 'static/description/loftspace_description.jpg', 'static/description/loftspace_screenshot.jpg', ], + 'images_preview_theme': { + 'website.s_cover_default_image': '/theme_loftspace/static/src/img/snippets/s_cover.jpg', + 'website.s_banner_default_image': '/theme_loftspace/static/src/img/snippets/s_banner.jpg', + 'website.s_three_columns_default_image_1': '/theme_loftspace/static/src/img/snippets/library_image_11.jpg', + 'website.s_three_columns_default_image_2': '/theme_loftspace/static/src/img/snippets/library_image_13.jpg', + 'website.s_three_columns_default_image_3': '/theme_loftspace/static/src/img/snippets/library_image_07.jpg', + 'website.library_image_03': '/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg', + 'website.library_image_02': '/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg', + 'website.library_image_10': '/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg', + 'website.library_image_05': '/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg', + 'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg', + 'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg', + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-loftspace.odoo.com', 'assets': { diff --git a/theme_loftspace/data/ir_asset.xml b/theme_loftspace/data/ir_asset.xml index 4d45d652c..86e6c5b11 100644 --- a/theme_loftspace/data/ir_asset.xml +++ b/theme_loftspace/data/ir_asset.xml @@ -1,60 +1,58 @@ - - - theme_loftspace.s_banner_parallax_000_variables_scss - Banner parallax 000 variables SCSS - web._assets_primary_variables - theme_loftspace/static/src/old_snippets/s_banner_parallax/000_variables.scss - - + + theme_loftspace.s_banner_parallax_000_variables_scss + Banner parallax 000 variables SCSS + web._assets_primary_variables + theme_loftspace/static/src/old_snippets/s_banner_parallax/000_variables.scss + + - - theme_loftspace.s_features_carousel_000_variables_scss - Features carousel 000 variables SCSS - web._assets_primary_variables - theme_loftspace/static/src/old_snippets/s_features_carousel/000_variables.scss - - + + theme_loftspace.s_features_carousel_000_variables_scss + Features carousel 000 variables SCSS + web._assets_primary_variables + theme_loftspace/static/src/old_snippets/s_features_carousel/000_variables.scss + + - - theme_loftspace.s_products_carousel_000_variables_scss - Products carousel 000 variables SCSS - web._assets_primary_variables - theme_loftspace/static/src/old_snippets/s_products_carousel/000_variables.scss - - + + theme_loftspace.s_products_carousel_000_variables_scss + Products carousel 000 variables SCSS + web._assets_primary_variables + theme_loftspace/static/src/old_snippets/s_products_carousel/000_variables.scss + + - - theme_loftspace.primary_variables_scss - Primary variables SCSS - web._assets_primary_variables - theme_loftspace/static/src/scss/primary_variables.scss - + + theme_loftspace.primary_variables_scss + Primary variables SCSS + web._assets_primary_variables + theme_loftspace/static/src/scss/primary_variables.scss + - - theme_loftspace.secondary_variables_scss - Secondary variables SCSS - web._assets_secondary_variables - theme_loftspace/static/src/scss/secondary_variables.scss - + + theme_loftspace.secondary_variables_scss + Secondary variables SCSS + web._assets_secondary_variables + theme_loftspace/static/src/scss/secondary_variables.scss + - - theme_loftspace.bootstrap_overridden_scss - Bootstrap overridden SCSS - web._assets_frontend_helpers - prepend - theme_loftspace/static/src/scss/bootstrap_overridden.scss - + + theme_loftspace.bootstrap_overridden_scss + Bootstrap overridden SCSS + web._assets_frontend_helpers + prepend + theme_loftspace/static/src/scss/bootstrap_overridden.scss + - - theme_loftspace.compatibility_saas_11_4_variables_scss - Compatibility saas 11 4 variables SCSS - web._assets_primary_variables - /theme_loftspace/static/src/scss/compatibility-saas-11.4-variables.scss - - + + theme_loftspace.compatibility_saas_11_4_variables_scss + Compatibility saas 11 4 variables SCSS + web._assets_primary_variables + /theme_loftspace/static/src/scss/compatibility-saas-11.4-variables.scss + + - diff --git a/theme_loftspace/models/theme_loftspace.py b/theme_loftspace/models/theme_loftspace.py index 954eec5d4..7ef70cf97 100644 --- a/theme_loftspace/models/theme_loftspace.py +++ b/theme_loftspace/models/theme_loftspace.py @@ -5,6 +5,9 @@ class ThemeLoftspace(models.AbstractModel): _inherit = 'theme.utils' def _theme_loftspace_post_copy(self, mod): + self.disable_view('website.template_header_default') + self.enable_view('website.template_header_centered_logo') + # For compatibility # self.enable_asset('theme_common.compatibility_saas_10_1') pass diff --git a/theme_loftspace/static/description/loftspace_description.jpg b/theme_loftspace/static/description/loftspace_description.jpg new file mode 100644 index 000000000..acb62427e Binary files /dev/null and b/theme_loftspace/static/description/loftspace_description.jpg differ diff --git a/theme_loftspace/static/description/loftspace_description.png b/theme_loftspace/static/description/loftspace_description.png deleted file mode 100644 index 95a85821d..000000000 Binary files a/theme_loftspace/static/description/loftspace_description.png and /dev/null differ diff --git a/theme_loftspace/static/description/loftspace_screenshot.jpg b/theme_loftspace/static/description/loftspace_screenshot.jpg index c7d95e2a9..7a255ee7c 100644 Binary files a/theme_loftspace/static/description/loftspace_screenshot.jpg and b/theme_loftspace/static/description/loftspace_screenshot.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_banner.jpg b/theme_loftspace/static/src/img/snippets/s_banner.jpg index 45fd44462..d0a91b8eb 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_banner.jpg and b/theme_loftspace/static/src/img/snippets/s_banner.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_image_text.jpg b/theme_loftspace/static/src/img/snippets/s_image_text.jpg index 2b4b3a989..77134a15a 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_image_text.jpg and b/theme_loftspace/static/src/img/snippets/s_image_text.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg new file mode 100644 index 000000000..3d4738dc7 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg new file mode 100644 index 000000000..c9bd7359f Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg new file mode 100644 index 000000000..c9e1e9a6a Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg new file mode 100644 index 000000000..e5704f804 Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg new file mode 100644 index 000000000..bf55aba0d Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg b/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg new file mode 100644 index 000000000..a250244ae Binary files /dev/null and b/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg index 78d73531a..e1844c820 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg and b/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg index 2c37bbe4d..09e4d3380 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg and b/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg b/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg index d00bdf364..85ce7ca87 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg and b/theme_loftspace/static/src/img/snippets/s_media_list_3.jpg differ diff --git a/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg b/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg index 3a3e5ea24..60598683c 100644 Binary files a/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg and b/theme_loftspace/static/src/img/snippets/s_product_catalog.jpg differ diff --git a/theme_loftspace/static/src/js/tour.js b/theme_loftspace/static/src/js/tour.js index 866f39bd3..cc645ebb6 100644 --- a/theme_loftspace/static/src/js/tour.js +++ b/theme_loftspace/static/src/js/tour.js @@ -1,8 +1,6 @@ -odoo.define("theme_loftspace.tour.loftspace", 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 = [ { @@ -10,21 +8,17 @@ const snippets = [ name: 'Cover', }, { - id: 's_text_image', - name: 'Text - Image', + id: 's_three_columns', + name: 'Columns', }, { id: 's_title', name: 'Title', }, { - id: 's_picture', - name: 'Picture', - }, - { - id: 's_three_columns', - name: 'Columns', - }, + id: 's_images_wall', + name: 'Images Wall', + }, { id: 's_call_to_action', name: 'Call to Action', @@ -39,9 +33,7 @@ wTourUtils.registerThemeHomepageTour("loftspace_tour", [ wTourUtils.dragNDrop(snippets[2]), wTourUtils.dragNDrop(snippets[3]), wTourUtils.dragNDrop(snippets[4]), - wTourUtils.dragNDrop(snippets[5]), - wTourUtils.clickOnSnippet(snippets[5]), + wTourUtils.clickOnSnippet(snippets[4]), wTourUtils.changeBackgroundColor(), wTourUtils.selectColorPalette(), ]); -}); diff --git a/theme_loftspace/static/src/scss/primary_variables.scss b/theme_loftspace/static/src/scss/primary_variables.scss index a8ceb5842..4f961397b 100644 --- a/theme_loftspace/static/src/scss/primary_variables.scss +++ b/theme_loftspace/static/src/scss/primary_variables.scss @@ -71,11 +71,12 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes, // 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-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: (21 / 16); +$o-theme-h5-font-size-multiplier: (18 / 16); $o-theme-h6-font-size-multiplier: 1; $o-theme-font-configs: ( @@ -123,16 +124,20 @@ $o-theme-font-configs: ( $o-website-values-palettes: ( ( - 'color-palettes-name': 'loftspace-1', + 'color-palettes-name': 'graphene-2', 'header-font-size': .95rem, - 'btn-border-radius': 0, - 'btn-border-radius-lg': 0, - 'btn-border-radius-sm': 0, + 'btn-border-radius': 5px, + 'btn-border-radius-lg': 5px, + 'btn-border-radius-sm': 5px, + 'btn-padding-y': 8px, + 'btn-padding-x': 20px, + 'btn-padding-y-lg': 10px, + 'btn-padding-x-lg': 30px, 'font': 'Questrial', 'headings-font': 'Poppins', 'navbar-font': 'Poppins', 'buttons-font': 'Poppins', - 'header-template': 'default', + 'header-template': 'centered_logo', 'footer-template': 'default', 'link-underline': 'never', ), @@ -165,3 +170,15 @@ $o-color-palettes-compatibility-indexes: ( 22: 'generic-16', 23: 'generic-17', ); + +//------------------------------------------------------------------------------ +// Shapes +//------------------------------------------------------------------------------ + +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/13_001', (1: 5, 4: 5)); +$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Airy/13_001', (1: 5, 4: 'footer')); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/10', (5: 4)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/03_001', (5: 4)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/07', (2: 1, 5: 4)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/09', (2: 5, 3: 5)); +$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Airy/04_001', 'second', (1: 5)); diff --git a/theme_loftspace/views/images_content.xml b/theme_loftspace/views/images_content.xml index 1a08957a2..8c834b2a5 100644 --- a/theme_loftspace/views/images_content.xml +++ b/theme_loftspace/views/images_content.xml @@ -1,219 +1,249 @@ - - - - - theme_common.image_content_02 - theme_common.image_content_02 - /theme_loftspace/static/src/img/content/content_img_02.jpg - - - theme_common.image_content_03 - theme_common.image_content_03 - /theme_loftspace/static/src/img/content/content_img_03.jpg - - - theme_common.image_content_07 - theme_common.image_content_07 - /theme_loftspace/static/src/img/content/content_img_07.jpg - - - theme_common.image_content_09 - theme_common.image_content_09 - /theme_loftspace/static/src/img/content/content_img_09.jpg - - - theme_common.image_content_10 - theme_common.image_content_10 - /theme_loftspace/static/src/img/content/content_img_10.jpg - - - theme_common.image_content_11 - theme_common.image_content_11 - /theme_loftspace/static/src/img/content/content_img_11.jpg - - - theme_common.image_content_12 - theme_common.image_content_12 - /theme_loftspace/static/src/img/content/content_img_12.jpg - + - - - website.s_banner_default_image - website.s_banner_default_image - /theme_loftspace/static/src/img/snippets/s_banner.jpg - - - website.s_popup_default_image - website.s_popup_default_image - /theme_loftspace/static/src/img/snippets/s_popup.jpg - - - website.s_cover_default_image - website.s_cover_default_image - /theme_loftspace/static/src/img/snippets/s_cover.jpg - - - website.s_text_image_default_image - website.s_text_image_default_image - /theme_loftspace/static/src/img/snippets/s_text_image.jpg - - - website.s_image_text_default_image - website.s_image_text_default_image - /theme_loftspace/static/src/img/snippets/s_image_text.jpg - - - website.s_picture_default_image - website.s_picture_default_image - /theme_loftspace/static/src/img/snippets/s_picture.jpg - - - website.library_image_11 - website.library_image_11 - /theme_loftspace/static/src/img/snippets/library_image_11.jpg - - - website.library_image_13 - website.library_image_13 - /theme_loftspace/static/src/img/snippets/library_image_13.jpg - - - website.library_image_07 - website.library_image_07 - /theme_loftspace/static/src/img/snippets/library_image_07.jpg - - - website.s_masonry_block_default_image_1 - website.s_masonry_block_default_image_1 - /theme_loftspace/static/src/img/snippets/s_masonry_block.jpg - - - website.s_carousel_default_image_1 - website.s_carousel_default_image_1 - /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg - - - website.s_carousel_default_image_2 - website.s_carousel_default_image_2 - /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg - - - website.s_carousel_default_image_3 - website.s_carousel_default_image_3 - /theme_loftspace/static/src/img/snippets/s_carousel_3.jpg - - - website.s_media_list_default_image_1 - website.s_media_list_default_image_1 - /theme_loftspace/static/src/img/snippets/s_media_list_1.jpg - - - website.s_media_list_default_image_2 - website.s_media_list_default_image_2 - /theme_loftspace/static/src/img/snippets/s_media_list_2.jpg - - - website.s_media_list_default_image_3 - website.s_media_list_default_image_3 - /theme_loftspace/static/src/img/snippets/s_media_list_3.jpg - - - website.s_parallax_default_image - website.s_parallax_default_image - /theme_loftspace/static/src/img/snippets/s_parallax.jpg - - - website.s_company_team_image_1 - website.s_company_team_image_1 - /theme_loftspace/static/src/img/snippets/uiface_1.jpg - - - website.s_company_team_image_2 - website.s_company_team_image_2 - /theme_loftspace/static/src/img/snippets/uiface_2.jpg - - - website.s_company_team_image_3 - website.s_company_team_image_3 - /theme_loftspace/static/src/img/snippets/uiface_3.jpg - - - website.s_company_team_image_4 - website.s_company_team_image_4 - /theme_loftspace/static/src/img/snippets/uiface_4.jpg - - - website.s_product_catalog_default_image - website.s_product_catalog_default_image - /theme_loftspace/static/src/img/snippets/s_product_catalog.jpg - - - website.s_product_list_default_image_1 - website.s_product_list_default_image_1 - /theme_loftspace/static/src/img/snippets/s_product_1.jpg - - - website.s_product_list_default_image_2 - website.s_product_list_default_image_2 - /theme_loftspace/static/src/img/snippets/s_product_2.jpg - - - website.s_product_list_default_image_3 - website.s_product_list_default_image_3 - /theme_loftspace/static/src/img/snippets/s_product_3.jpg - - - website.s_product_list_default_image_4 - website.s_product_list_default_image_4 - /theme_loftspace/static/src/img/snippets/s_product_4.jpg - - - website.s_product_list_default_image_5 - website.s_product_list_default_image_5 - /theme_loftspace/static/src/img/snippets/s_product_5.jpg - - - website.s_product_list_default_image_6 - website.s_product_list_default_image_6 - /theme_loftspace/static/src/img/snippets/s_product_6.jpg - - - website.s_quotes_carousel_demo_image_1 - website.s_quotes_carousel_demo_image_1 - /theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg - - - website.s_quotes_carousel_demo_image_2 - website.s_quotes_carousel_demo_image_2 - /theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg - - - website.s_quotes_carousel_demo_image_3 - website.s_quotes_carousel_demo_image_3 - /theme_loftspace/static/src/img/snippets/uiface_3.jpg - - - website.s_quotes_carousel_demo_image_4 - website.s_quotes_carousel_demo_image_4 - /theme_loftspace/static/src/img/snippets/uiface_1.jpg - - - website.s_quotes_carousel_demo_image_5 - website.s_quotes_carousel_demo_image_5 - /theme_loftspace/static/src/img/snippets/uiface_4.jpg - - - website.library_image_17 - website.library_image_17 - /theme_loftspace/static/src/img/snippets/s_newsletter.jpg - - - website.s_blockquote_default_image - website.s_blockquote_default_image - /theme_loftspace/static/src/img/snippets/uiface_2.jpg - - - + + + theme_common.image_content_02 + theme_common.image_content_02 + /theme_loftspace/static/src/img/content/content_img_02.jpg + + + theme_common.image_content_03 + theme_common.image_content_03 + /theme_loftspace/static/src/img/content/content_img_03.jpg + + + theme_common.image_content_07 + theme_common.image_content_07 + /theme_loftspace/static/src/img/content/content_img_07.jpg + + + theme_common.image_content_09 + theme_common.image_content_09 + /theme_loftspace/static/src/img/content/content_img_09.jpg + + + theme_common.image_content_10 + theme_common.image_content_10 + /theme_loftspace/static/src/img/content/content_img_10.jpg + + + theme_common.image_content_11 + theme_common.image_content_11 + /theme_loftspace/static/src/img/content/content_img_11.jpg + + + theme_common.image_content_12 + theme_common.image_content_12 + /theme_loftspace/static/src/img/content/content_img_12.jpg + + + + + website.s_banner_default_image + website.s_banner_default_image +/theme_loftspace/static/src/img/snippets/s_banner.jpg + + + website.s_popup_default_image + website.s_popup_default_image + /theme_loftspace/static/src/img/snippets/s_popup.jpg + + + website.s_cover_default_image + website.s_cover_default_image + /theme_loftspace/static/src/img/snippets/s_cover.jpg + + + website.s_text_image_default_image + website.s_text_image_default_image + /theme_loftspace/static/src/img/snippets/s_text_image.jpg + + + website.s_image_text_default_image + website.s_image_text_default_image + /theme_loftspace/static/src/img/snippets/s_image_text.jpg + + + website.s_picture_default_image + website.s_picture_default_image + /theme_loftspace/static/src/img/snippets/s_picture.jpg + + + website.s_three_columns_default_image_2 + website.s_three_columns_default_image_2 + /theme_loftspace/static/src/img/snippets/library_image_13.jpg + + + website.library_image_11 + website.library_image_11 + /theme_loftspace/static/src/img/snippets/library_image_11.jpg + + + website.library_image_13 + website.library_image_13 + /theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg + + + website.library_image_07 + website.library_image_07 + /theme_loftspace/static/src/img/snippets/library_image_07.jpg + + + website.library_image_03 + website.library_image_03 + /theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg + + + website.library_image_10 + website.library_image_10 + /theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg + + + website.library_image_05 + website.library_image_05 + /theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg + + + website.library_image_14 + website.library_image_14 + /theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg + + + website.library_image_16 + website.library_image_16 + /theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg + + + website.s_masonry_block_default_image_1 + website.s_masonry_block_default_image_1 + /theme_loftspace/static/src/img/snippets/s_masonry_block.jpg + + + website.s_carousel_default_image_1 + website.s_carousel_default_image_1 + /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_default_image_2 + website.s_carousel_default_image_2 + /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_default_image_3 + website.s_carousel_default_image_3 + /theme_loftspace/static/src/img/snippets/s_carousel_3.jpg + + + website.s_media_list_default_image_1 + website.s_media_list_default_image_1 + /theme_loftspace/static/src/img/snippets/s_media_list_1.jpg + + + website.s_media_list_default_image_2 + website.s_media_list_default_image_2 + /theme_loftspace/static/src/img/snippets/s_media_list_2.jpg + + + website.s_media_list_default_image_3 + website.s_media_list_default_image_3 + /theme_loftspace/static/src/img/snippets/s_media_list_3.jpg + + + website.s_parallax_default_image + website.s_parallax_default_image + /theme_loftspace/static/src/img/snippets/s_parallax.jpg + + + website.s_company_team_image_1 + website.s_company_team_image_1 + /theme_loftspace/static/src/img/snippets/uiface_1.jpg + + + website.s_company_team_image_2 + website.s_company_team_image_2 + /theme_loftspace/static/src/img/snippets/uiface_2.jpg + + + website.s_company_team_image_3 + website.s_company_team_image_3 + /theme_loftspace/static/src/img/snippets/uiface_3.jpg + + + website.s_company_team_image_4 + website.s_company_team_image_4 + /theme_loftspace/static/src/img/snippets/uiface_4.jpg + + + website.s_product_catalog_default_image + website.s_product_catalog_default_image + /theme_loftspace/static/src/img/snippets/s_product_catalog.jpg + + + website.s_product_list_default_image_1 + website.s_product_list_default_image_1 + /theme_loftspace/static/src/img/snippets/s_product_1.jpg + + + website.s_product_list_default_image_2 + website.s_product_list_default_image_2 + /theme_loftspace/static/src/img/snippets/s_product_2.jpg + + + website.s_product_list_default_image_3 + website.s_product_list_default_image_3 + /theme_loftspace/static/src/img/snippets/s_product_3.jpg + + + website.s_product_list_default_image_4 + website.s_product_list_default_image_4 + /theme_loftspace/static/src/img/snippets/s_product_4.jpg + + + website.s_product_list_default_image_5 + website.s_product_list_default_image_5 + /theme_loftspace/static/src/img/snippets/s_product_5.jpg + + + website.s_product_list_default_image_6 + website.s_product_list_default_image_6 + /theme_loftspace/static/src/img/snippets/s_product_6.jpg + + + website.s_quotes_carousel_demo_image_1 + website.s_quotes_carousel_demo_image_1 + /theme_loftspace/static/src/img/snippets/s_quotes_carousel_1.jpg + + + website.s_quotes_carousel_demo_image_2 + website.s_quotes_carousel_demo_image_2 + /theme_loftspace/static/src/img/snippets/s_quotes_carousel_2.jpg + + + website.s_quotes_carousel_demo_image_3 + website.s_quotes_carousel_demo_image_3 + /theme_loftspace/static/src/img/snippets/uiface_3.jpg + + + website.s_quotes_carousel_demo_image_4 + website.s_quotes_carousel_demo_image_4 + /theme_loftspace/static/src/img/snippets/uiface_1.jpg + + + website.s_quotes_carousel_demo_image_5 + website.s_quotes_carousel_demo_image_5 + /theme_loftspace/static/src/img/snippets/uiface_4.jpg + + + website.library_image_17 + website.library_image_17 + /theme_loftspace/static/src/img/snippets/s_newsletter.jpg + + + website.s_blockquote_default_image + website.s_blockquote_default_image + /theme_loftspace/static/src/img/snippets/uiface_2.jpg + + + diff --git a/theme_loftspace/views/snippets/s_banner.xml b/theme_loftspace/views/snippets/s_banner.xml new file mode 100644 index 000000000..73d80f524 --- /dev/null +++ b/theme_loftspace/views/snippets/s_banner.xml @@ -0,0 +1,36 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_call_to_action.xml b/theme_loftspace/views/snippets/s_call_to_action.xml index 7954ae437..0d76b65c4 100644 --- a/theme_loftspace/views/snippets/s_call_to_action.xml +++ b/theme_loftspace/views/snippets/s_call_to_action.xml @@ -1,25 +1,36 @@ - + + + diff --git a/theme_loftspace/views/snippets/s_color_blocks_2.xml b/theme_loftspace/views/snippets/s_color_blocks_2.xml new file mode 100644 index 000000000..c84514803 --- /dev/null +++ b/theme_loftspace/views/snippets/s_color_blocks_2.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_comparisons.xml b/theme_loftspace/views/snippets/s_comparisons.xml new file mode 100644 index 000000000..a64e4da0f --- /dev/null +++ b/theme_loftspace/views/snippets/s_comparisons.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_cover.xml b/theme_loftspace/views/snippets/s_cover.xml index 85a5fc4bb..3ec60e3e6 100644 --- a/theme_loftspace/views/snippets/s_cover.xml +++ b/theme_loftspace/views/snippets/s_cover.xml @@ -1,24 +1,29 @@ - + + + diff --git a/theme_loftspace/views/snippets/s_features.xml b/theme_loftspace/views/snippets/s_features.xml new file mode 100644 index 000000000..4865b0bf2 --- /dev/null +++ b/theme_loftspace/views/snippets/s_features.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_features_grid.xml b/theme_loftspace/views/snippets/s_features_grid.xml new file mode 100644 index 000000000..f22590aa4 --- /dev/null +++ b/theme_loftspace/views/snippets/s_features_grid.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_image_gallery.xml b/theme_loftspace/views/snippets/s_image_gallery.xml new file mode 100644 index 000000000..b0b2e4907 --- /dev/null +++ b/theme_loftspace/views/snippets/s_image_gallery.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/theme_loftspace/views/snippets/s_image_text.xml b/theme_loftspace/views/snippets/s_image_text.xml new file mode 100644 index 000000000..8ebe9e722 --- /dev/null +++ b/theme_loftspace/views/snippets/s_image_text.xml @@ -0,0 +1,24 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_media_list.xml b/theme_loftspace/views/snippets/s_media_list.xml new file mode 100644 index 000000000..52ce95580 --- /dev/null +++ b/theme_loftspace/views/snippets/s_media_list.xml @@ -0,0 +1,42 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_numbers.xml b/theme_loftspace/views/snippets/s_numbers.xml new file mode 100644 index 000000000..2a2a5578d --- /dev/null +++ b/theme_loftspace/views/snippets/s_numbers.xml @@ -0,0 +1,16 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_picture.xml b/theme_loftspace/views/snippets/s_picture.xml deleted file mode 100644 index d2a105a63..000000000 --- a/theme_loftspace/views/snippets/s_picture.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - diff --git a/theme_loftspace/views/snippets/s_product_catalog.xml b/theme_loftspace/views/snippets/s_product_catalog.xml new file mode 100644 index 000000000..5be019eba --- /dev/null +++ b/theme_loftspace/views/snippets/s_product_catalog.xml @@ -0,0 +1,17 @@ + + + + + + diff --git a/theme_loftspace/views/snippets/s_text_image.xml b/theme_loftspace/views/snippets/s_text_image.xml index 8214c6b03..4ac49c444 100644 --- a/theme_loftspace/views/snippets/s_text_image.xml +++ b/theme_loftspace/views/snippets/s_text_image.xml @@ -1,21 +1,20 @@ - + + + diff --git a/theme_loftspace/views/snippets/s_three_columns.xml b/theme_loftspace/views/snippets/s_three_columns.xml index 92459f39e..7437fc577 100644 --- a/theme_loftspace/views/snippets/s_three_columns.xml +++ b/theme_loftspace/views/snippets/s_three_columns.xml @@ -1,29 +1,47 @@ - + + + diff --git a/theme_loftspace/views/snippets/s_title.xml b/theme_loftspace/views/snippets/s_title.xml index df560d2ad..b74c7ffc2 100644 --- a/theme_loftspace/views/snippets/s_title.xml +++ b/theme_loftspace/views/snippets/s_title.xml @@ -1,20 +1,21 @@ - + + +