diff --git a/.github/build-package-pages.sh b/.github/build-package-pages.sh old mode 100755 new mode 100644 diff --git a/.github/prepare-thumb-images.sh b/.github/prepare-thumb-images.sh old mode 100755 new mode 100644 diff --git a/src/layouts/index.html b/src/layouts/index.html index 4639ae9..b070954 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -2,142 +2,9 @@ - - - - -
-
-
-
-
-
+{{- partial "mobile-art-home" -}}
- - -
diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html index 46c923e..9ecc14b 100644 --- a/src/layouts/page/products.html +++ b/src/layouts/page/products.html @@ -2,12 +2,7 @@ -
-
-
-
-
-
+
@@ -97,9 +92,11 @@
-

Products

-

Just like the perfect cup of tea, greatness takes time to steep. But the wait is over… it’s time to take your first sip.

- grid +

Products

+
+

Just like the perfect cup of tea, greatness takes time to steep. But the wait is over… it’s time to take your first sip.

+ grid +
diff --git a/src/layouts/partials/mobile-art-home.html b/src/layouts/partials/mobile-art-home.html new file mode 100644 index 0000000..3c6d9fc --- /dev/null +++ b/src/layouts/partials/mobile-art-home.html @@ -0,0 +1,108 @@ + + +
+
+
+
+
+
diff --git a/src/static/Images/prouct-x-large-grid-generative-art.gif b/src/static/Images/prouct-x-large-grid-generative-art.gif new file mode 100644 index 0000000..6c2905a Binary files /dev/null and b/src/static/Images/prouct-x-large-grid-generative-art.gif differ diff --git a/src/static/css/products.css b/src/static/css/products.css index 8426c56..c4b0372 100644 --- a/src/static/css/products.css +++ b/src/static/css/products.css @@ -4,20 +4,14 @@ @media only screen and (min-width: 1200px) { - .products-hero{ - background-image: url("Images/x-large-grid.svg"); + .product-hero-section{ + background-image: url("/Images/prouct-x-large-grid-generative-art.gif") !important; background-attachment: scroll; background-position: top; background-repeat: repeat; background-size: cover; } - .lead-container{ - padding-left: 25vw; - padding-right: 25vw; - margin-bottom: -2.7vw; - } - } @media only screen and (min-width: 992px) and (max-width: 1200px) { diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 408e287..faaf19e 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -80,7 +80,6 @@ a:hover{ line-height: 12.4vw; margin-top: -1.116vw; margin-left: -0.837vw; - margin-bottom: 1.2vw; } h2{