diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 0881299be..a262d8504 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -56,6 +56,8 @@ 'views/snippets/s_shape_image.xml', 'views/snippets/s_text_cover.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_image_text_overlap.xml', + 'views/snippets/s_features.xml', 'views/new_page_template.xml', ], 'images': [ @@ -68,15 +70,20 @@ 'website.s_media_list_default_image_2': '/theme_yes/static/src/img/snippets/s_media_list_2.jpg', 'website.s_media_list_default_image_3': '/theme_yes/static/src/img/snippets/s_media_list_3.jpg', 'website.s_quotes_carousel_demo_image_0': '/theme_yes/static/src/img/snippets/s_quotes_carousel_1.jpg', - 'website.library_image_10': '/theme_yes/static/src/img/snippets/library_image_10.jpg', - 'website.library_image_05': '/theme_yes/static/src/img/snippets/library_image_05.jpg', + 'website.s_cover_default_image': '/theme_yes/static/src/img/snippets/s_cover.jpg', + 'website.s_picture_default_image': '/theme_yes/static/src/img/snippets/s_cover.jpg', + 'website.library_image_10': '/theme_yes/static/src/img/snippets/library_image_10.webp', + 'website.library_image_05': '/theme_yes/static/src/img/snippets/library_image_05.webp', 'website.library_image_08': '/theme_yes/static/src/img/snippets/library_image_08.jpg', - 'website.library_image_13': '/theme_yes/static/src/img/snippets/library_image_13.jpg', + 'website.library_image_13': '/theme_yes/static/src/img/snippets/library_image_13.webp', 'website.library_image_03': '/theme_yes/static/src/img/snippets/library_image_03.jpg', 'website.library_image_02': '/theme_yes/static/src/img/snippets/library_image_02.jpg', + 'website.library_image_14': '/theme_yes/static/src/img/snippets/library_image_14.webp', + 'website.library_image_16': '/theme_yes/static/src/img/snippets/library_image_16.webp', + 'website.s_parallax_default_image': '/theme_yes/static/src/img/snippets/s_parallax.jpg', }, 'configurator_snippets': { - 'homepage': ['s_cover', 's_title', 's_company_team', 's_media_list', 's_images_wall', 's_quotes_carousel'], + 'homepage': ['s_kickoff', 's_title', 's_company_team', 's_image_text_overlap', 's_features', 's_freegrid', 's_quotes_carousel', 's_call_to_action'], }, 'new_page_templates': { 'about': { diff --git a/theme_yes/static/description/theme_yes.svg b/theme_yes/static/description/theme_yes.svg index 4a138e848..fb6a1cc3d 100644 --- a/theme_yes/static/description/theme_yes.svg +++ b/theme_yes/static/description/theme_yes.svg @@ -1,212 +1,204 @@ - + - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - + + - - - + + + - - - + + + - - - - - - - - - - - - Contact - - LOGO + + + + + + + + + + + + + + + + - - - - - Welcome Message - - - - Details - - + + + + + + - - - - Section Title - - - Entry Title - - - - + + + + + - - - Entry Title - - - - + + + - - - - - - - - + + + + + + - - Entry Title - - - - - - - - - - - - Entry Title - - - - - - - - - - - - Entry Title - - - - + + + + + + - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - Section Title - - - - - - - - - Entry Title - - - Entry Title - - - - + + + + + + + + + + + - - - - + + + + Section Title + + + + + + + + + + + + + + + + + + + + + + + + + Welcome title + + + + + + + + + Large + + section title + + + + + + + + + + + - + + + + + diff --git a/theme_yes/static/description/yes_description.jpg b/theme_yes/static/description/yes_description.jpg new file mode 100644 index 000000000..e765236e4 Binary files /dev/null and b/theme_yes/static/description/yes_description.jpg differ diff --git a/theme_yes/static/description/yes_description.png b/theme_yes/static/description/yes_description.png deleted file mode 100644 index af05fad59..000000000 Binary files a/theme_yes/static/description/yes_description.png and /dev/null differ diff --git a/theme_yes/static/description/yes_screenshot.jpg b/theme_yes/static/description/yes_screenshot.jpg index 0d0d2cfb8..e4fb60d0a 100644 Binary files a/theme_yes/static/description/yes_screenshot.jpg and b/theme_yes/static/description/yes_screenshot.jpg differ diff --git a/theme_yes/static/src/img/snippets/library_image_03.jpg b/theme_yes/static/src/img/snippets/library_image_03.jpg index 8567470db..8e80d891c 100644 Binary files a/theme_yes/static/src/img/snippets/library_image_03.jpg and b/theme_yes/static/src/img/snippets/library_image_03.jpg differ diff --git a/theme_yes/static/src/img/snippets/library_image_05.webp b/theme_yes/static/src/img/snippets/library_image_05.webp new file mode 100644 index 000000000..ce8b52200 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_05.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_10.webp b/theme_yes/static/src/img/snippets/library_image_10.webp new file mode 100644 index 000000000..ba593501b Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_10.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_13.jpg b/theme_yes/static/src/img/snippets/library_image_13.jpg deleted file mode 100644 index c0bca56ec..000000000 Binary files a/theme_yes/static/src/img/snippets/library_image_13.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/library_image_13.webp b/theme_yes/static/src/img/snippets/library_image_13.webp new file mode 100644 index 000000000..9f2790e40 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_13.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_14.webp b/theme_yes/static/src/img/snippets/library_image_14.webp new file mode 100644 index 000000000..5fa75e057 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_14.webp differ diff --git a/theme_yes/static/src/img/snippets/library_image_16.webp b/theme_yes/static/src/img/snippets/library_image_16.webp new file mode 100644 index 000000000..a6b09c306 Binary files /dev/null and b/theme_yes/static/src/img/snippets/library_image_16.webp differ diff --git a/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg b/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg index e19c858bd..3411469aa 100644 Binary files a/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg and b/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg differ diff --git a/theme_yes/static/src/img/snippets/s_picture.jpg b/theme_yes/static/src/img/snippets/s_picture.jpg deleted file mode 100644 index 05d5b5289..000000000 Binary files a/theme_yes/static/src/img/snippets/s_picture.jpg and /dev/null differ diff --git a/theme_yes/static/src/img/snippets/s_picture.webp b/theme_yes/static/src/img/snippets/s_picture.webp new file mode 100644 index 000000000..5cfe6bfe2 Binary files /dev/null and b/theme_yes/static/src/img/snippets/s_picture.webp differ diff --git a/theme_yes/static/src/img/snippets/uiface_1.jpg b/theme_yes/static/src/img/snippets/uiface_1.jpg index b38f9a49a..2ba0869c9 100644 Binary files a/theme_yes/static/src/img/snippets/uiface_1.jpg and b/theme_yes/static/src/img/snippets/uiface_1.jpg differ diff --git a/theme_yes/static/src/js/tour.js b/theme_yes/static/src/js/tour.js index e99d425e3..2e8f25431 100644 --- a/theme_yes/static/src/js/tour.js +++ b/theme_yes/static/src/js/tour.js @@ -4,8 +4,8 @@ import * as wTourUtils from '@website/js/tours/tour_utils'; const snippets = [ { - id: 's_cover', - name: 'Cover', + id: 's_kickoff', + name: 'Kickoff', groupName: "Intro", }, { @@ -19,19 +19,19 @@ const snippets = [ groupName: "People", }, { - id: 's_media_list', - name: 'Media List', + id: 's_image_text_overlap', + name: 'Image - Text Overlap', groupName: "Content", }, { - id: 's_images_wall', - name: 'Images Wall', - groupName: "Images", + id: 's_features', + name: 'Features', + groupName: "Content>", }, { - id: 's_quotes_carousel', - name: 'Quotes', - groupName: "People", + id: 's_call_to_action', + name: 'Call to Action', + groupName: "Content", }, ]; diff --git a/theme_yes/static/src/scss/primary_variables.scss b/theme_yes/static/src/scss/primary_variables.scss index 851c39a78..3d556e606 100644 --- a/theme_yes/static/src/scss/primary_variables.scss +++ b/theme_yes/static/src/scss/primary_variables.scss @@ -53,9 +53,11 @@ $o-website-values-palettes: ( 'font': 'Quicksand', 'headings-font': 'Playfair Display', 'footer-template': 'descriptive', - 'btn-border-radius': 10rem, - 'btn-border-radius-sm': 10rem, - 'btn-border-radius-lg': 10rem, + 'btn-padding-y-lg': .5rem, + 'btn-padding-x-lg': 2rem, + 'btn-border-radius': 0, + 'btn-border-radius-sm': 0, + 'btn-border-radius-lg': 0, 'btn-ripple': true, ), ); diff --git a/theme_yes/views/images.xml b/theme_yes/views/images.xml index b41ce298c..c889602b7 100644 --- a/theme_yes/views/images.xml +++ b/theme_yes/views/images.xml @@ -84,7 +84,7 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.s_picture_default_image website.s_picture_default_image - /theme_yes/static/src/img/snippets/s_picture.jpg + /theme_yes/static/src/img/snippets/s_picture.webp @@ -106,27 +106,27 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.library_image_10 website.library_image_10 - /theme_yes/static/src/img/snippets/library_image_10.jpg + /theme_yes/static/src/img/snippets/library_image_10.webp website.library_image_13 website.library_image_13 - /theme_yes/static/src/img/snippets/library_image_13.jpg + /theme_yes/static/src/img/snippets/library_image_13.webp website.library_image_05 website.library_image_05 - /theme_yes/static/src/img/snippets/library_image_05.jpg + /theme_yes/static/src/img/snippets/library_image_05.webp website.library_image_14 website.library_image_14 - /theme_yes/static/src/img/snippets/library_image_14.jpg + /theme_yes/static/src/img/snippets/library_image_14.webp website.library_image_16 website.library_image_16 - /theme_yes/static/src/img/snippets/library_image_16.jpg + /theme_yes/static/src/img/snippets/library_image_16.webp website.library_image_20 diff --git a/theme_yes/views/snippets/s_call_to_action.xml b/theme_yes/views/snippets/s_call_to_action.xml index bce056828..73806355c 100644 --- a/theme_yes/views/snippets/s_call_to_action.xml +++ b/theme_yes/views/snippets/s_call_to_action.xml @@ -2,14 +2,26 @@
+ - - 345 couples trusted us to organize their wedding. + +

Discover how we can help you
making this day unforgettable.

- - Join them and let us help you make this day unforgettable. + +


+ + + Contact us + + + diff --git a/theme_yes/views/snippets/s_company_team.xml b/theme_yes/views/snippets/s_company_team.xml index e229aa94f..a8065b4ca 100644 --- a/theme_yes/views/snippets/s_company_team.xml +++ b/theme_yes/views/snippets/s_company_team.xml @@ -2,12 +2,17 @@ - - diff --git a/theme_yes/views/snippets/s_cover.xml b/theme_yes/views/snippets/s_cover.xml index 3a58e835a..c2a8a1ae6 100644 --- a/theme_yes/views/snippets/s_cover.xml +++ b/theme_yes/views/snippets/s_cover.xml @@ -33,15 +33,4 @@ - - diff --git a/theme_yes/views/snippets/s_features.xml b/theme_yes/views/snippets/s_features.xml new file mode 100644 index 000000000..244987ae1 --- /dev/null +++ b/theme_yes/views/snippets/s_features.xml @@ -0,0 +1,46 @@ + + + + + + diff --git a/theme_yes/views/snippets/s_freegrid.xml b/theme_yes/views/snippets/s_freegrid.xml index 7d9572ae8..a94e9a43d 100644 --- a/theme_yes/views/snippets/s_freegrid.xml +++ b/theme_yes/views/snippets/s_freegrid.xml @@ -2,18 +2,47 @@ diff --git a/theme_yes/views/snippets/s_image_text_overlap.xml b/theme_yes/views/snippets/s_image_text_overlap.xml new file mode 100644 index 000000000..55bee3be3 --- /dev/null +++ b/theme_yes/views/snippets/s_image_text_overlap.xml @@ -0,0 +1,25 @@ + + + + + + diff --git a/theme_yes/views/snippets/s_kickoff.xml b/theme_yes/views/snippets/s_kickoff.xml index e67a927a0..6f4798c16 100644 --- a/theme_yes/views/snippets/s_kickoff.xml +++ b/theme_yes/views/snippets/s_kickoff.xml @@ -2,13 +2,33 @@ diff --git a/theme_yes/views/snippets/s_quotes_carousel.xml b/theme_yes/views/snippets/s_quotes_carousel.xml index a71bf276b..3f2cdf59c 100644 --- a/theme_yes/views/snippets/s_quotes_carousel.xml +++ b/theme_yes/views/snippets/s_quotes_carousel.xml @@ -2,18 +2,20 @@ + +