From 583eb430de42855f7dd7faf7407b50fe0e84762a Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:51:48 +0000 Subject: [PATCH 01/16] Update from Shopify for theme SHX-Theme/main Committed from shop: Quickstart (e8822a71) --- templates/page.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.json b/templates/page.json index b1539ae..dd16b26 100644 --- a/templates/page.json +++ b/templates/page.json @@ -43,7 +43,7 @@ "custom_liquid_pL6Gqt": { "type": "custom-liquid", "settings": { - "custom_liquid": "{% render \"shx-landingpage-banner\", mobile_image: \"IMG_2822mobi2.jpg\" %}", + "custom_liquid": "{% render \"shx-landingpage-banner\", desktop_image: \"IMG_2822mobi2.jpg\", mobile_image: \"IMG_2822mobi2.jpg\" %}", "color_scheme": "", "padding_top": 0, "padding_bottom": 52 From 2bbc9767e7b7528d9c384225007b2738d2710749 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 13:52:20 +0200 Subject: [PATCH 02/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 62ec19d..944ceab 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -1,5 +1,9 @@
+ + \ No newline at end of file From bf653f5125630e952c520eedb74e3ad2ef45f80d Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:01:38 +0200 Subject: [PATCH 09/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 05d17cb..fb942f0 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -15,12 +15,14 @@ background-size: cover; background-position: center; background-repeat: no-repeat; + transform: scale(1.2); } @media screen and (min-width: 750px) { .shx-landingpage-banner { height: 450px; background-image: url("{{ desktop_image | file_url }}"); + transform: scale(1); } } From 75c575a285001a29623da5f49ea297ec57e07f13 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:02:06 +0200 Subject: [PATCH 10/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index fb942f0..6981b59 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -15,7 +15,7 @@ background-size: cover; background-position: center; background-repeat: no-repeat; - transform: scale(1.2); + transform: scale(1.1); } @media screen and (min-width: 750px) { From e7a41167a594a87f095efb3616dac26c91e659ee Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:02:23 +0200 Subject: [PATCH 11/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 6981b59..05d17cb 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -15,14 +15,12 @@ background-size: cover; background-position: center; background-repeat: no-repeat; - transform: scale(1.1); } @media screen and (min-width: 750px) { .shx-landingpage-banner { height: 450px; background-image: url("{{ desktop_image | file_url }}"); - transform: scale(1); } } From 4124efb335951a81eab38dae9aa0f71ede40a070 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:03:52 +0200 Subject: [PATCH 12/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 05d17cb..a450bf9 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -1,11 +1,7 @@
- +
- - \ No newline at end of file From 0249a133f51edb2794892d49738738aa665f85ee Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:05:01 +0200 Subject: [PATCH 14/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 8d7effd..88aa485 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -22,7 +22,7 @@ @media screen and (min-width: 1630px) { .shx-landingpage-banner { - height: 700px; + height: 750px; } } \ No newline at end of file From f95933bf1e0ba821931987bf6b28bb8849fd248c Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:06:18 +0200 Subject: [PATCH 15/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 88aa485..917d5fb 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -1,6 +1,4 @@ -
- -
+
\ No newline at end of file From 26db22da611877b4227609ebf0e782deb2789765 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:06:29 +0200 Subject: [PATCH 16/16] landing page banner --- snippets/shx-landingpage-banner.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 917d5fb..51abd61 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -1,4 +1,6 @@ -
+
+ +