diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 36c3f5f51..0c9c542ad 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -2,7 +2,7 @@ 'name': 'Kea Theme', 'description': 'Kea Theme', 'category': 'Theme/Technology', - 'summary': 'Technology, Tech, IT, Computers, Stores', + 'summary': 'Technology, Tech, IT, Computers, Stores, Virtual Reality', 'sequence': 200, 'version': '2.0.0', 'author': 'Odoo S.A.', @@ -12,17 +12,31 @@ 'views/images_content.xml', 'views/snippets/s_cover.xml', - 'views/snippets/s_picture.xml', 'views/snippets/s_image_text.xml', + 'views/snippets/s_text_image.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_media_list.xml', 'views/snippets/s_references.xml', - + 'views/snippets/s_color_blocks_2.xml', + 'views/snippets/s_picture.xml', + 'views/snippets/s_title.xml', + 'views/snippets/s_numbers.xml', + 'views/snippets/s_features.xml', + 'views/snippets/s_image_gallery.xml', ], 'images': [ 'static/description/kea_description.png', 'static/description/kea_screenshot.jpg', ], + 'images_preview_theme': { + 'website.s_cover_default_image': '/theme_kea/static/src/img/snippets/s_cover.jpg', + 'website.s_picture_default_image': '/theme_kea/static/src/img/snippets/s_picture.jpg', + 'website.s_quotes_carousel_demo_image_1': '/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg', + 'website.s_quotes_carousel_demo_image_2': '/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg', + 'website.s_media_list_default_image_1': '/theme_kea/static/src/img/snippets/s_media_list_1.jpg', + 'website.s_media_list_default_image_2': '/theme_kea/static/src/img/snippets/s_media_list_2.jpg', + 'website.s_media_list_default_image_3': '/theme_kea/static/src/img/snippets/s_media_list_3.jpg', + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-kea.odoo.com', 'assets': { diff --git a/theme_kea/data/ir_asset.xml b/theme_kea/data/ir_asset.xml index 9002014ac..b42467690 100644 --- a/theme_kea/data/ir_asset.xml +++ b/theme_kea/data/ir_asset.xml @@ -1,52 +1,50 @@ - - - theme_kea.s_banner_parallax_000_variables_scss - Banner parallax 000 variables SCSS - web._assets_primary_variables - theme_kea/static/src/old_snippets/s_banner_parallax/000_variables.scss - - + + theme_kea.s_banner_parallax_000_variables_scss + Banner parallax 000 variables SCSS + web._assets_primary_variables + theme_kea/static/src/old_snippets/s_banner_parallax/000_variables.scss + + - - theme_kea.s_features_carousel_000_variables_scss - Features carousel 000 variables SCSS - web._assets_primary_variables - theme_kea/static/src/old_snippets/s_features_carousel/000_variables.scss - - + + theme_kea.s_features_carousel_000_variables_scss + Features carousel 000 variables SCSS + web._assets_primary_variables + theme_kea/static/src/old_snippets/s_features_carousel/000_variables.scss + + - - theme_kea.primary_variables_scss - Primary variables SCSS - web._assets_primary_variables - theme_kea/static/src/scss/primary_variables.scss - + + theme_kea.primary_variables_scss + Primary variables SCSS + web._assets_primary_variables + theme_kea/static/src/scss/primary_variables.scss + - - theme_kea.secondary_variables_scss - Secondary variables SCSS - web._assets_secondary_variables - theme_kea/static/src/scss/secondary_variables.scss - + + theme_kea.secondary_variables_scss + Secondary variables SCSS + web._assets_secondary_variables + theme_kea/static/src/scss/secondary_variables.scss + - - theme_kea.bootstrap_overridden_scss - Bootstrap overridden SCSS - web._assets_frontend_helpers - prepend - theme_kea/static/src/scss/bootstrap_overridden.scss - + + theme_kea.bootstrap_overridden_scss + Bootstrap overridden SCSS + web._assets_frontend_helpers + prepend + theme_kea/static/src/scss/bootstrap_overridden.scss + - - theme_kea.compatibility_saas_11_4_variables_scss - Compatibility saas 11 4 variables SCSS - web._assets_primary_variables - /theme_kea/static/src/scss/compatibility-saas-11.4-variables.scss - - + + theme_kea.compatibility_saas_11_4_variables_scss + Compatibility saas 11 4 variables SCSS + web._assets_primary_variables + /theme_kea/static/src/scss/compatibility-saas-11.4-variables.scss + + - diff --git a/theme_kea/models/theme_kea.py b/theme_kea/models/theme_kea.py index 153f83f55..a9f4d77fd 100644 --- a/theme_kea/models/theme_kea.py +++ b/theme_kea/models/theme_kea.py @@ -6,7 +6,7 @@ class ThemeKea(models.AbstractModel): def _theme_kea_post_copy(self, mod): self.disable_view('website.footer_custom') - self.enable_view('website.template_footer_call_to_action') + self.enable_view('website.template_footer_minimalist') # For compatibility # self.enable_asset('theme_common.compatibility_saas_10_1') diff --git a/theme_kea/static/description/icon.png b/theme_kea/static/description/icon.png new file mode 100644 index 000000000..242fbbd59 Binary files /dev/null and b/theme_kea/static/description/icon.png differ diff --git a/theme_kea/static/description/kea_description.png b/theme_kea/static/description/kea_description.png index 62e8efe56..090e63439 100644 Binary files a/theme_kea/static/description/kea_description.png and b/theme_kea/static/description/kea_description.png differ diff --git a/theme_kea/static/description/kea_screenshot.jpg b/theme_kea/static/description/kea_screenshot.jpg index 46b38c51f..b94c1a006 100644 Binary files a/theme_kea/static/description/kea_screenshot.jpg and b/theme_kea/static/description/kea_screenshot.jpg differ diff --git a/theme_kea/static/shapes/s_image_text.svg b/theme_kea/static/shapes/s_image_text.svg new file mode 100644 index 000000000..c1d04a0cb --- /dev/null +++ b/theme_kea/static/shapes/s_image_text.svg @@ -0,0 +1 @@ +vr_chat \ No newline at end of file diff --git a/theme_kea/static/shapes/s_text_image.svg b/theme_kea/static/shapes/s_text_image.svg new file mode 100644 index 000000000..9c14dbdf6 --- /dev/null +++ b/theme_kea/static/shapes/s_text_image.svg @@ -0,0 +1 @@ + Virtual_reality_SVG \ No newline at end of file diff --git a/theme_kea/static/src/img/snippets/library_image_07.jpg b/theme_kea/static/src/img/snippets/library_image_07.jpg index 791caeba8..c61f7ed4b 100644 Binary files a/theme_kea/static/src/img/snippets/library_image_07.jpg and b/theme_kea/static/src/img/snippets/library_image_07.jpg differ diff --git a/theme_kea/static/src/img/snippets/library_image_11.jpg b/theme_kea/static/src/img/snippets/library_image_11.jpg index e558d0ef8..112a8515f 100644 Binary files a/theme_kea/static/src/img/snippets/library_image_11.jpg and b/theme_kea/static/src/img/snippets/library_image_11.jpg differ diff --git a/theme_kea/static/src/img/snippets/library_image_13.jpg b/theme_kea/static/src/img/snippets/library_image_13.jpg index da2602d92..a68f2e9f4 100644 Binary files a/theme_kea/static/src/img/snippets/library_image_13.jpg and b/theme_kea/static/src/img/snippets/library_image_13.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_banner.jpg b/theme_kea/static/src/img/snippets/s_banner.jpg deleted file mode 100644 index 4b99a00fa..000000000 Binary files a/theme_kea/static/src/img/snippets/s_banner.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_banner2.jpg b/theme_kea/static/src/img/snippets/s_banner2.jpg new file mode 100644 index 000000000..edf3eb86c Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_banner2.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_1.jpg b/theme_kea/static/src/img/snippets/s_carousel_1.jpg index 9fc2c86ae..c95ef8a2e 100644 Binary files a/theme_kea/static/src/img/snippets/s_carousel_1.jpg and b/theme_kea/static/src/img/snippets/s_carousel_1.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_2.jpg b/theme_kea/static/src/img/snippets/s_carousel_2.jpg index 7c27b2004..718a01996 100644 Binary files a/theme_kea/static/src/img/snippets/s_carousel_2.jpg and b/theme_kea/static/src/img/snippets/s_carousel_2.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_carousel_3.jpg b/theme_kea/static/src/img/snippets/s_carousel_3.jpg index 58af7691f..d068f938b 100644 Binary files a/theme_kea/static/src/img/snippets/s_carousel_3.jpg and b/theme_kea/static/src/img/snippets/s_carousel_3.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg b/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg new file mode 100644 index 000000000..5667c36b4 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_color_blocks_1.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg b/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg new file mode 100644 index 000000000..532add619 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_cover.jpg b/theme_kea/static/src/img/snippets/s_cover.jpg index f1140645c..b65132578 100644 Binary files a/theme_kea/static/src/img/snippets/s_cover.jpg and b/theme_kea/static/src/img/snippets/s_cover.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_image_text.jpg b/theme_kea/static/src/img/snippets/s_image_text.jpg deleted file mode 100644 index 02f6be022..000000000 Binary files a/theme_kea/static/src/img/snippets/s_image_text.jpg and /dev/null differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_01.jpg b/theme_kea/static/src/img/snippets/s_image_wall_01.jpg new file mode 100644 index 000000000..435416fc0 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_01.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_02.jpg b/theme_kea/static/src/img/snippets/s_image_wall_02.jpg new file mode 100644 index 000000000..8306795ae Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_02.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_03.jpg b/theme_kea/static/src/img/snippets/s_image_wall_03.jpg new file mode 100644 index 000000000..aa8f25eb6 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_03.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_04.jpg b/theme_kea/static/src/img/snippets/s_image_wall_04.jpg new file mode 100644 index 000000000..e5251448c Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_04.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_image_wall_05.jpg b/theme_kea/static/src/img/snippets/s_image_wall_05.jpg new file mode 100644 index 000000000..857ffaa03 Binary files /dev/null and b/theme_kea/static/src/img/snippets/s_image_wall_05.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_masonry_block.jpg b/theme_kea/static/src/img/snippets/s_masonry_block.jpg index 6d4cb2f84..a7786439a 100644 Binary files a/theme_kea/static/src/img/snippets/s_masonry_block.jpg and b/theme_kea/static/src/img/snippets/s_masonry_block.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_1.jpg b/theme_kea/static/src/img/snippets/s_media_list_1.jpg index 28444a858..07897d95e 100644 Binary files a/theme_kea/static/src/img/snippets/s_media_list_1.jpg and b/theme_kea/static/src/img/snippets/s_media_list_1.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_2.jpg b/theme_kea/static/src/img/snippets/s_media_list_2.jpg index bfd8f023a..fade72093 100644 Binary files a/theme_kea/static/src/img/snippets/s_media_list_2.jpg and b/theme_kea/static/src/img/snippets/s_media_list_2.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_media_list_3.jpg b/theme_kea/static/src/img/snippets/s_media_list_3.jpg index 6f2d83143..e01180abc 100644 Binary files a/theme_kea/static/src/img/snippets/s_media_list_3.jpg and b/theme_kea/static/src/img/snippets/s_media_list_3.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_newsletter.jpg b/theme_kea/static/src/img/snippets/s_newsletter.jpg index 404a6bba2..0436e3d51 100644 Binary files a/theme_kea/static/src/img/snippets/s_newsletter.jpg and b/theme_kea/static/src/img/snippets/s_newsletter.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_parallax.jpg b/theme_kea/static/src/img/snippets/s_parallax.jpg index 0ac4c0c99..d420545ba 100644 Binary files a/theme_kea/static/src/img/snippets/s_parallax.jpg and b/theme_kea/static/src/img/snippets/s_parallax.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_picture.jpg b/theme_kea/static/src/img/snippets/s_picture.jpg index b62cd4113..79378c44b 100644 Binary files a/theme_kea/static/src/img/snippets/s_picture.jpg and b/theme_kea/static/src/img/snippets/s_picture.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_popup.jpg b/theme_kea/static/src/img/snippets/s_popup.jpg index 10a26a8d6..be97f3fa8 100644 Binary files a/theme_kea/static/src/img/snippets/s_popup.jpg and b/theme_kea/static/src/img/snippets/s_popup.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_1.jpg b/theme_kea/static/src/img/snippets/s_product_1.jpg index aaba4333f..f6a9a216c 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_1.jpg and b/theme_kea/static/src/img/snippets/s_product_1.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_2.jpg b/theme_kea/static/src/img/snippets/s_product_2.jpg index 10e70b2b1..77e2cc75e 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_2.jpg and b/theme_kea/static/src/img/snippets/s_product_2.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_3.jpg b/theme_kea/static/src/img/snippets/s_product_3.jpg index 4cbf64a66..7f9cd5d60 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_3.jpg and b/theme_kea/static/src/img/snippets/s_product_3.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_4.jpg b/theme_kea/static/src/img/snippets/s_product_4.jpg index 8457fadd5..bcdbd3d99 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_4.jpg and b/theme_kea/static/src/img/snippets/s_product_4.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_5.jpg b/theme_kea/static/src/img/snippets/s_product_5.jpg index 9a895c9f7..c3d9ff083 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_5.jpg and b/theme_kea/static/src/img/snippets/s_product_5.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_6.jpg b/theme_kea/static/src/img/snippets/s_product_6.jpg index ec61c44f9..48350212d 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_6.jpg and b/theme_kea/static/src/img/snippets/s_product_6.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_product_catalog.jpg b/theme_kea/static/src/img/snippets/s_product_catalog.jpg index 3aba12fad..610ca46c3 100644 Binary files a/theme_kea/static/src/img/snippets/s_product_catalog.jpg and b/theme_kea/static/src/img/snippets/s_product_catalog.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg b/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg index 09ca450d1..604d6ee0c 100644 Binary files a/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg and b/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg b/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg index 447772979..e2716a9f6 100644 Binary files a/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg and b/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg differ diff --git a/theme_kea/static/src/img/snippets/s_text_image.jpg b/theme_kea/static/src/img/snippets/s_text_image.jpg deleted file mode 100644 index 6fd668e04..000000000 Binary files a/theme_kea/static/src/img/snippets/s_text_image.jpg and /dev/null differ diff --git a/theme_kea/static/src/js/tour.js b/theme_kea/static/src/js/tour.js index c3117cc8f..1d046c0c8 100644 --- a/theme_kea/static/src/js/tour.js +++ b/theme_kea/static/src/js/tour.js @@ -1,16 +1,16 @@ -odoo.define("theme_kea.tour.kea", function (require) { -"use strict"; +/** @odoo-module */ -const core = require("web.core"); -const _t = core._t; -const wTourUtils = require("website.tour_utils"); -var tour = require("web_tour.tour"); +import wTourUtils from 'website.tour_utils'; const snippets = [ { id: 's_cover', name: 'Cover', }, + { + id: 's_text_image', + name: 'Text - Image', + }, { id: 's_picture', name: 'Picture', @@ -20,17 +20,13 @@ const snippets = [ name: 'Image - Text', }, { - id: 's_three_columns', - name: 'Columns', + id: 's_color_blocks_2', + name: 'Big Boxes', }, { id: 's_media_list', name: 'Media List', }, - { - id: 's_references', - name: 'References', - }, ]; wTourUtils.registerThemeHomepageTour("kea_tour", [ @@ -40,10 +36,9 @@ wTourUtils.registerThemeHomepageTour("kea_tour", [ wTourUtils.dragNDrop(snippets[1]), wTourUtils.dragNDrop(snippets[2]), wTourUtils.dragNDrop(snippets[3]), - wTourUtils.clickOnSnippet(snippets[3]), - wTourUtils.changeOption('ContainerWidth', 'we-button-group.o_we_user_value_widget', _t('width')), - wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[4]), wTourUtils.dragNDrop(snippets[5]), + wTourUtils.clickOnSnippet(snippets[5], 'top'), + wTourUtils.changeBackgroundColor(), + wTourUtils.selectColorPalette(), ]); -}); diff --git a/theme_kea/static/src/scss/primary_variables.scss b/theme_kea/static/src/scss/primary_variables.scss index 30038a06a..18ff4c071 100644 --- a/theme_kea/static/src/scss/primary_variables.scss +++ b/theme_kea/static/src/scss/primary_variables.scss @@ -61,17 +61,19 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes, // Fonts //------------------------------------------------------------------------------ -$o-theme-h1-font-size-multiplier: (36 / 12); -$o-theme-h2-font-size-multiplier: (30 / 12); -$o-theme-h3-font-size-multiplier: (24 / 12); -$o-theme-h4-font-size-multiplier: (18 / 12); -$o-theme-h5-font-size-multiplier: (14 / 12); -$o-theme-h6-font-size-multiplier: 1; +$o-theme-h1-font-size-multiplier: (62 / 16); +$o-theme-h2-font-size-multiplier: (48 / 16); +$o-theme-h3-font-size-multiplier: (36 / 16); +$o-theme-h4-font-size-multiplier: (24 / 16); +$o-theme-h5-font-size-multiplier: (20 / 16); +$o-theme-h6-font-size-multiplier: (18 / 16); + +$headings-font-weight:700; $o-theme-font-configs: ( - 'Spartan': ( - 'family': ('Spartan', sans-serif), // font update - SinKinSans -> Spartan - 'url': 'Spartan:300,300i,400,400i,700,700i', + 'Poppins': ( + 'family': ('Poppins', sans-serif), + 'url': 'Poppins:300,300i,400,400i,700,700i', ), 'Rajdhani': ( 'family': ('Rajdhani', sans-serif), @@ -109,21 +111,19 @@ $o-theme-font-configs: ( $o-website-values-palettes: ( ( - 'color-palettes-name': 'kea-1', - - 'header-font-size': 1.25rem, - 'logo-height': 3rem, - 'fixed-logo-height': 3rem, - 'font-size-base': .925rem, + 'color-palettes-name': 'bewise-2', + // Fonts 'font': 'Roboto', - 'headings-font': 'Barlow Condensed', - 'navbar-font': 'Barlow Condensed', - 'buttons-font': 'Barlow Condensed', + 'headings-font': 'Poppins', + 'navbar-font': 'Poppins', + 'buttons-font': 'Poppins', + // Links / Buttons 'link-underline': 'never', - 'header-links-style': 'outline', - 'btn-primary-outline': true, - 'header-template': 'default', - 'footer-template': 'call_to_action', + 'btn-border-radius': 10rem, + // Footer + 'footer-template': 'minimalist', + 'footer-effect': 'slideout_slide_hover', + 'footer-scrolltop': true, ), ); @@ -166,6 +166,14 @@ $o-theme-color-palettes-compatibility-indexes: ( // Shapes //------------------------------------------------------------------------------ +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/22', (3: 3)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/02', (1: 4, 2: 3, 3: 2, 4: 3, 5: 5)); +$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Wavy/22', 'second', (3: 3)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/03', (1: 4, 2: 3)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/01', (1: 4, 2: 3, 3: 3, 4: 1, 5: 5)); +$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14_001', (3: 1, 4: 1)); + +// Keep for compatibility $o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/03', (3: 5)); $o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_001', (3: 'menu')); $o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_002', (3: 'menu', 4: rgba(255, 255, 255, 0))); diff --git a/theme_kea/views/images_content.xml b/theme_kea/views/images_content.xml index 6ae279e9b..1771388a7 100644 --- a/theme_kea/views/images_content.xml +++ b/theme_kea/views/images_content.xml @@ -39,11 +39,6 @@ - - website.s_banner_default_image - website.s_banner_default_image - /theme_kea/static/src/img/snippets/s_banner.jpg - website.s_popup_default_image website.s_popup_default_image @@ -84,6 +79,41 @@ website.library_image_07 /theme_kea/static/src/img/snippets/library_image_07.jpg + + website.library_image_08 + website.library_image_08 + /theme_kea/static/src/img/snippets/s_image_wall_03.jpg + + + website.library_image_02 + website.library_image_02 + /theme_kea/static/src/img/snippets/s_image_wall_04.jpg + + + website.library_image_03 + website.library_image_03 + /theme_kea/static/src/img/snippets/s_image_wall_01.jpg + + + website.library_image_10 + website.library_image_10 + /theme_kea/static/src/img/snippets/s_image_wall_02.jpg + + + website.library_image_05 + website.library_image_05 + /theme_kea/static/src/img/snippets/s_image_wall_03.jpg + + + website.library_image_14 + website.library_image_14 + /theme_kea/static/src/img/snippets/s_image_wall_04.jpg + + + website.library_image_16 + website.library_image_16 + /theme_kea/static/src/img/snippets/s_image_wall_05.jpg + website.s_masonry_block_default_image_1 website.s_masonry_block_default_image_1 @@ -214,4 +244,9 @@ website.s_blockquote_default_image /theme_kea/static/src/img/snippets/uiface_2.jpg + + website.s_banner_default_image + website.s_banner_default_image + /theme_kea/static/src/img/snippets/s_banner2.jpg + diff --git a/theme_kea/views/snippets/s_color_blocks_2.xml b/theme_kea/views/snippets/s_color_blocks_2.xml new file mode 100644 index 000000000..6f3314a36 --- /dev/null +++ b/theme_kea/views/snippets/s_color_blocks_2.xml @@ -0,0 +1,43 @@ + + + + + + diff --git a/theme_kea/views/snippets/s_cover.xml b/theme_kea/views/snippets/s_cover.xml index b74a352fe..ac5fe929c 100644 --- a/theme_kea/views/snippets/s_cover.xml +++ b/theme_kea/views/snippets/s_cover.xml @@ -1,25 +1,33 @@ - + + + diff --git a/theme_kea/views/snippets/s_features.xml b/theme_kea/views/snippets/s_features.xml new file mode 100644 index 000000000..604a5794f --- /dev/null +++ b/theme_kea/views/snippets/s_features.xml @@ -0,0 +1,50 @@ + + + + + + diff --git a/theme_kea/views/snippets/s_image_gallery.xml b/theme_kea/views/snippets/s_image_gallery.xml new file mode 100644 index 000000000..604f2665f --- /dev/null +++ b/theme_kea/views/snippets/s_image_gallery.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_kea/views/snippets/s_image_text.xml b/theme_kea/views/snippets/s_image_text.xml index 228eb6dd9..d46774cf1 100644 --- a/theme_kea/views/snippets/s_image_text.xml +++ b/theme_kea/views/snippets/s_image_text.xml @@ -1,21 +1,24 @@ - + + + diff --git a/theme_kea/views/snippets/s_media_list.xml b/theme_kea/views/snippets/s_media_list.xml index 1657b220e..445b24249 100644 --- a/theme_kea/views/snippets/s_media_list.xml +++ b/theme_kea/views/snippets/s_media_list.xml @@ -1,54 +1,88 @@ - + diff --git a/theme_kea/views/snippets/s_numbers.xml b/theme_kea/views/snippets/s_numbers.xml new file mode 100644 index 000000000..b40f846da --- /dev/null +++ b/theme_kea/views/snippets/s_numbers.xml @@ -0,0 +1,24 @@ + + + + + + diff --git a/theme_kea/views/snippets/s_picture.xml b/theme_kea/views/snippets/s_picture.xml index fd865df49..8caba5cbc 100644 --- a/theme_kea/views/snippets/s_picture.xml +++ b/theme_kea/views/snippets/s_picture.xml @@ -1,24 +1,39 @@ - + + + diff --git a/theme_kea/views/snippets/s_references.xml b/theme_kea/views/snippets/s_references.xml index dc57a9c5b..bcab698af 100644 --- a/theme_kea/views/snippets/s_references.xml +++ b/theme_kea/views/snippets/s_references.xml @@ -1,14 +1,16 @@ - + + + diff --git a/theme_kea/views/snippets/s_text_image.xml b/theme_kea/views/snippets/s_text_image.xml new file mode 100644 index 000000000..8c32d65bd --- /dev/null +++ b/theme_kea/views/snippets/s_text_image.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/theme_kea/views/snippets/s_three_columns.xml b/theme_kea/views/snippets/s_three_columns.xml index a9df5407e..c8d60c773 100644 --- a/theme_kea/views/snippets/s_three_columns.xml +++ b/theme_kea/views/snippets/s_three_columns.xml @@ -1,42 +1,32 @@ - + + + diff --git a/theme_kea/views/snippets/s_title.xml b/theme_kea/views/snippets/s_title.xml new file mode 100644 index 000000000..d733b3c06 --- /dev/null +++ b/theme_kea/views/snippets/s_title.xml @@ -0,0 +1,11 @@ + + + + + +