diff --git a/theme_vehicle/__manifest__.py b/theme_vehicle/__manifest__.py index 15e860d28..289513b3f 100644 --- a/theme_vehicle/__manifest__.py +++ b/theme_vehicle/__manifest__.py @@ -19,14 +19,20 @@ ], 'images_preview_theme': { 'website.s_cover_default_image': '/theme_vehicle/static/src/img/snippets/s_cover.jpg', - 'website.s_text_image_default_image': '/theme_vehicle/static/src/img/snippets/s_text_image.jpg', - 'website.s_masonry_block_default_image_1': '/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg', - 'website.s_image_text_default_image': '/theme_vehicle/static/src/img/snippets/s_image_text.jpg', - 'website.s_parallax_default_image': '/theme_vehicle/static/src/img/snippets/s_parallax.jpg', + 'website.s_three_columns_default_image_1': '/theme_vehicle/static/src/img/snippets/s_three_columns_1.jpg', + 'website.s_three_columns_default_image_2': '/theme_vehicle/static/src/img/snippets/s_three_columns_2.jpg', + 'website.s_three_columns_default_image_3': '/theme_vehicle/static/src/img/snippets/s_three_columns_3.jpg', 'website.s_picture_default_image': '/theme_vehicle/static/src/img/snippets/s_picture.jpg', + 'website.s_key_images_default_image_1': '/theme_vehicle/static/src/img/snippets/s_images_wall_5.jpg', + 'website.s_key_images_default_image_2': '/theme_vehicle/static/src/img/snippets/s_img_gallery_1.jpg', + 'website.s_key_images_default_image_3': '/theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg', + 'website.s_key_images_default_image_4': '/theme_vehicle/static/src/img/snippets/s_images_wall_2.jpg', + 'website.s_media_list_default_image_1': '/theme_vehicle/static/src/img/snippets/s_media_list_1.jpg', + 'website.s_media_list_default_image_2': '/theme_vehicle/static/src/img/snippets/s_media_list_2.jpg', + 'website.s_media_list_default_image_3': '/theme_vehicle/static/src/img/snippets/s_media_list_3.jpg', }, 'configurator_snippets': { - 'homepage': ['s_cover', 's_text_image', 's_image_text', 's_picture', 's_masonry_block', 's_call_to_action'], + 'homepage': ['s_cover', 's_title', 's_three_columns', 's_picture', 's_key_images', 's_numbers_charts', 's_media_list'], }, 'new_page_templates': { 'about': { diff --git a/theme_vehicle/static/description/theme_vehicle.svg b/theme_vehicle/static/description/theme_vehicle.svg index 42c3870ab..72765ec4a 100644 --- a/theme_vehicle/static/description/theme_vehicle.svg +++ b/theme_vehicle/static/description/theme_vehicle.svg @@ -1,203 +1,260 @@ -> + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - + + + - - + + + - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + Welcome Message + + + - - - - - - - - - - - - - - - - + + + + Section title + - - - - - - - - - - - --> + + + + + + + + + + Entry Title + + + + + + + + + + + + + Entry Title + + + + + + + + + + + + + Entry Title + - - - - - - - - - - - - - - - + + + + Section title + + - - /> - - - - - - - - - - - - - + + + + + 01 + + + + + + + + 02 + + + + + + + + 03 + + + + + + + + 04 + + + + + + + Section title + + + + + + + + + + $ 2.4B + + + + + + + + + +300,000 + + + + + + + + 75% + + + + + - - - - - - - - - - + + + Section title + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + Section title + + + + + + + + Entry Title + + + + + + + + + + Entry Title + + + + + + + + + + Entry Title + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/theme_vehicle/static/description/vehicle_screenshot.png b/theme_vehicle/static/description/vehicle_screenshot.png index 2a0b08de1..5ff2be3aa 100644 Binary files a/theme_vehicle/static/description/vehicle_screenshot.png and b/theme_vehicle/static/description/vehicle_screenshot.png differ diff --git a/theme_vehicle/static/src/js/tour.js b/theme_vehicle/static/src/js/tour.js index 129eaa7be..2ac3c39a0 100644 --- a/theme_vehicle/static/src/js/tour.js +++ b/theme_vehicle/static/src/js/tour.js @@ -9,14 +9,14 @@ const snippets = [ groupName: "Intro", }, { - id: 's_text_image', - name: 'Text - Image', - groupName: "Content", + id: 's_title', + name: 'Title', + groupName: "Text", }, { - id: 's_image_text', - name: 'Image - Text', - groupName: "Content", + id: 's_three_columns', + name: 'Columns', + groupName: "Columns", }, { id: 's_picture', @@ -24,28 +24,29 @@ const snippets = [ groupName: "Images", }, { - id: 's_masonry_block', - name: 'Masonry', - groupName: "Images", + id: 's_key_images', + name: 'Key Images', + groupName: "Columns", }, { - id: 's_call_to_action', - name: 'Call to Action', + id: 's_numbers_charts', + name: 'Numbers Charts', + groupName: "Content", + }, + { + id: 's_media_list', + name: 'Media List', groupName: "Content", }, ]; wTourUtils.registerThemeHomepageTour("vehicle_tour", () => [ wTourUtils.assertCssVariable('--color-palettes-name', '"vehicle-1"'), - ...wTourUtils.dragNDrop(snippets[0], 'top'), - ...wTourUtils.clickOnText(snippets[0], 'h1', 'top'), - wTourUtils.goBackToBlocks(), - ...wTourUtils.dragNDrop(snippets[1], 'top'), - ...wTourUtils.dragNDrop(snippets[2], 'top'), - ...wTourUtils.dragNDrop(snippets[3], 'top'), - ...wTourUtils.dragNDrop(snippets[4], 'top'), - ...wTourUtils.dragNDrop(snippets[5], 'top'), - ...wTourUtils.clickOnSnippet(snippets[5]), - wTourUtils.changeBackgroundColor(), - wTourUtils.selectColorPalette(), + ...wTourUtils.dragNDrop(snippets[0]), + ...wTourUtils.dragNDrop(snippets[1]), + ...wTourUtils.dragNDrop(snippets[2]), + ...wTourUtils.dragNDrop(snippets[3]), + ...wTourUtils.dragNDrop(snippets[4]), + ...wTourUtils.dragNDrop(snippets[5]), + ...wTourUtils.dragNDrop(snippets[6]), ]); diff --git a/theme_vehicle/static/src/scss/primary_variables.scss b/theme_vehicle/static/src/scss/primary_variables.scss index f6a6c9292..8a359fa1b 100644 --- a/theme_vehicle/static/src/scss/primary_variables.scss +++ b/theme_vehicle/static/src/scss/primary_variables.scss @@ -59,13 +59,13 @@ $o-theme-h5-font-size-multiplier: (18 / 16); $o-theme-headings-font-weight: 600; $o-theme-font-configs: ( - 'Fira Code': ( - 'family': ('Fira Code', mono), - 'url': 'Fira+Code:300,300i,400,400i,700,700i', + 'Oswald': ( + 'family': ('Oswald', sans-serif), + 'url': 'Oswald:300,300i,400,400i,700,700i', ), - 'Fira Sans': ( - 'family': ('Fira Sans', sans-serif), - 'url': 'Fira Sans:300,300i,400,400i,700,700i', + 'Inter': ( + 'family': ('Inter', sans-serif), + 'url': 'Inter:300,300i,,400,400i,700,700i', ), 'Droid Sans': ( 'family': ('Droid Sans', sans-serif), @@ -86,10 +86,6 @@ $o-theme-font-configs: ( 'family': ('Open Sans Condensed', sans-serif), 'url': 'Open+Sans+Condensed:300,300i,400,400i,700,700i', ), - 'Oswald': ( - 'family': ('Oswald', sans-serif), - 'url': 'Oswald:300,300i,400,400i,700,700i', - ), 'Roboto': ( 'family': ('Roboto', sans-serif), 'url': 'Roboto:300,300i,400,400i,700,700i', @@ -104,11 +100,11 @@ $o-website-values-palettes: ( ( 'color-palettes-name': 'vehicle-1', - 'font': 'Fira Code', - 'headings-font': 'Fira Sans', - 'navbar-font': 'Fira Sans', + 'font': 'Inter', + 'headings-font': 'Oswald', + 'navbar-font': 'Inter', - 'buttons-font': 'Fira Sans', + 'buttons-font': 'Inter', 'btn-secondary-outline': true, 'btn-border-width': 2px, diff --git a/theme_vehicle/views/customizations.xml b/theme_vehicle/views/customizations.xml index ba3889e36..303986252 100644 --- a/theme_vehicle/views/customizations.xml +++ b/theme_vehicle/views/customizations.xml @@ -4,17 +4,19 @@

The New KORAN X

- Take it all. Compliments too. + Take it all. Compliments too.

Start the engine + + + + + + @@ -281,28 +300,34 @@ + + + + + @@ -133,7 +140,7 @@ @@ -162,7 +169,7 @@ @@ -186,7 +193,7 @@