From eba682fdaaccf2437a5d85bfbff4e8c2af0eefb2 Mon Sep 17 00:00:00 2001
From: jatin
Date: Thu, 4 Jul 2024 16:20:23 +0530
Subject: [PATCH] fix: add cta links, change img link, hero section positioning
---
assets/css/theme.css | 142 ++++++++++------------
templates/layouts/layout-both-columns.tpl | 108 ++--------------
2 files changed, 79 insertions(+), 171 deletions(-)
diff --git a/assets/css/theme.css b/assets/css/theme.css
index e330326..a558249 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -847,18 +847,6 @@ select {
z-index: 10;
}
-.z-0 {
- z-index: 0;
-}
-
-.z-auto {
- z-index: auto;
-}
-
-.z-50 {
- z-index: 50;
-}
-
.col-span-1 {
grid-column: span 1 / span 1;
}
@@ -961,6 +949,11 @@ select {
margin-bottom: 2rem;
}
+.my-16 {
+ margin-top: 4rem;
+ margin-bottom: 4rem;
+}
+
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -1065,10 +1058,6 @@ select {
margin-top: 2.25rem;
}
-.box-border {
- box-sizing: border-box;
-}
-
.block {
display: block;
}
@@ -1137,6 +1126,10 @@ select {
height: 20px;
}
+.h-\[30px\] {
+ height: 30px;
+}
+
.h-\[50px\] {
height: 50px;
}
@@ -1153,48 +1146,24 @@ select {
height: 100%;
}
-.h-\[700px\] {
- height: 700px;
+.h-4\/5 {
+ height: 80%;
}
-.h-\[400px\] {
- height: 400px;
+.h-\[80vh\] {
+ height: 80vh;
}
-.h-\[500px\] {
- height: 500px;
+.h-\[70vh\] {
+ height: 70vh;
}
-.h-\[180px\] {
- height: 180px;
+.h-\[40vh\] {
+ height: 40vh;
}
-.h-\[100px\] {
- height: 100px;
-}
-
-.h-\[70px\] {
- height: 70px;
-}
-
-.h-\[30px\] {
- height: 30px;
-}
-
-.h-32 {
- height: 8rem;
-}
-
-.h-96 {
- height: 24rem;
-}
-
-.h-\[300px\] {
- height: 300px;
-}
-
-.h-\[600px\] {
- height: 600px;
+.h-\[30vh\] {
+ height: 30vh;
}
.max-h-\[40px\] {
@@ -1480,10 +1449,6 @@ select {
border-width: 2px;
}
-.border-4 {
- border-width: 4px;
-}
-
.border-t {
border-top-width: 1px;
}
@@ -1596,13 +1561,23 @@ select {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
-.bg-red-700 {
+.bg-neutral-400 {
--tw-bg-opacity: 1;
- background-color: rgb(185 28 28 / var(--tw-bg-opacity));
+ background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
-.bg-cover {
- background-size: cover;
+.bg-neutral-100 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity));
+}
+
+.bg-\[\#E6DFD4\] {
+ --tw-bg-opacity: 1;
+ background-color: rgb(230 223 212 / var(--tw-bg-opacity));
+}
+
+.bg-transparent {
+ background-color: transparent;
}
.stroke-black {
@@ -1629,11 +1604,21 @@ select {
stroke-width: 3px;
}
+.object-contain {
+ -o-object-fit: contain;
+ object-fit: contain;
+}
+
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
+.object-fill {
+ -o-object-fit: fill;
+ object-fit: fill;
+}
+
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
@@ -2406,6 +2391,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
display: none;
}
+ .md\:h-\[200px\] {
+ height: 200px;
+ }
+
.md\:h-\[300px\] {
height: 300px;
}
@@ -2418,16 +2407,16 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
height: 40px;
}
- .md\:h-\[100px\] {
- height: 100px;
+ .md\:h-\[80vh\] {
+ height: 80vh;
}
- .md\:h-\[180px\] {
- height: 180px;
+ .md\:h-\[70vh\] {
+ height: 70vh;
}
- .md\:h-\[200px\] {
- height: 200px;
+ .md\:h-full {
+ height: 100%;
}
.md\:w-1\/2 {
@@ -2518,6 +2507,15 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
gap: 1rem;
}
+ .md\:bg-transparent {
+ background-color: transparent;
+ }
+
+ .md\:object-cover {
+ -o-object-fit: cover;
+ object-fit: cover;
+ }
+
.md\:p-2 {
padding: 0.5rem;
}
@@ -2704,6 +2702,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
display: none;
}
+ .lg\:h-\[300px\] {
+ height: 300px;
+ }
+
.lg\:h-\[400px\] {
height: 400px;
}
@@ -2720,14 +2722,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
height: 90vh;
}
- .lg\:h-\[460px\] {
- height: 460px;
- }
-
- .lg\:h-\[300px\] {
- height: 300px;
- }
-
.lg\:w-1\/3 {
width: 33.333333%;
}
@@ -2922,10 +2916,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
right: 14rem;
}
- .xl\:h-\[500px\] {
- height: 500px;
- }
-
.xl\:h-\[460px\] {
height: 460px;
}
diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl
index 3bd562d..587f255 100644
--- a/templates/layouts/layout-both-columns.tpl
+++ b/templates/layouts/layout-both-columns.tpl
@@ -54,16 +54,6 @@
{block name='displayBeforeWrapper'}
{hook h='displayBeforeWrapper'}
{/block}
-
-
{block name='breadcrumb'}
@@ -95,21 +85,20 @@
{/block}
{if $page.page_name == 'index'}
-
-
-
-

+
-
-
+
Design and Visualize what you need
Choose what looks good on you
-

+
+
+
@@ -126,7 +115,7 @@
@@ -155,8 +144,8 @@
@@ -308,7 +297,7 @@
-
-
-
-
-
-
-
-
-
+ {/block}