From 5a8a1806e3ac3000048a7ff8b7c44e0500c48d79 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Fri, 3 May 2024 18:19:22 -0400 Subject: [PATCH] added landing page image --- themes/geoweaver/layouts/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/geoweaver/layouts/index.html b/themes/geoweaver/layouts/index.html index ec40a4a..7c13de0 100755 --- a/themes/geoweaver/layouts/index.html +++ b/themes/geoweaver/layouts/index.html @@ -3,7 +3,7 @@ {{ with .Params.banner }}
-
+
{{ partial "image" (dict "Src" .geoweaverBrandLanding "Alt" "geoweaver brand logo" "Loading" "eager" "Class" "large-image w-1/2 mx-auto") }}

Build workflows that scale

@@ -44,11 +44,11 @@
-
-
- {{ partial "image" (dict "Src" .landingpageSideImage "Alt" "geoweaver brand logo" "Loading" "eager" "Class" "w-full h-full object-cover overflow-hidden") }} -
+ +
+ {{ partial "image" (dict "Src" .landingpageSideImage "Alt" "geoweaver brand logo" "Loading" "eager" "Class" "w-full h-full object-cover overflow-hidden") }}
+
@@ -60,7 +60,7 @@
-
+
{{ partial "image" (dict "Src" .zeroToProdImage "Alt" "zero to production image" "Loading" "eager" "Class" "large-image absoulte right-0" ) }}