From 6c21a9aeab21e7aba67e9fc0f045c2ae3bdcea4b Mon Sep 17 00:00:00 2001 From: ananthvijay Date: Tue, 31 Jan 2023 16:27:05 +0530 Subject: [PATCH] Home and shopping cart pages --- dist/html/pages/index.html | 11 +++++++++-- dist/html/pages/shopping-cart.html | 21 ++++++++++----------- styles/pages/_home.scss | 21 +++++++++++++++++++-- styles/pages/_shopping-cart.scss | 10 +++++++++- 4 files changed, 47 insertions(+), 16 deletions(-) diff --git a/dist/html/pages/index.html b/dist/html/pages/index.html index dcb7bd2..fd4523d 100644 --- a/dist/html/pages/index.html +++ b/dist/html/pages/index.html @@ -31,17 +31,24 @@
AIO24 - 1700N

All-in-One

Extraordinary Performance and Unparalleled Flexibility
- Learn + Know More +
+ mobile-all-in-one +
-

Flat 4,500 Instant Discount with HDFC credit card

+

Flat 4,500 Instant Discount with HDFC Credit Card

+
+ Know + More +
diff --git a/dist/html/pages/shopping-cart.html b/dist/html/pages/shopping-cart.html index eeb5f8e..4c79023 100644 --- a/dist/html/pages/shopping-cart.html +++ b/dist/html/pages/shopping-cart.html @@ -45,10 +45,10 @@
-
All
+
All
-
Product Name
+
Product Name
Price
@@ -111,12 +111,12 @@
-
+
+
+ shopping-cart-item-img +
-
- shopping-cart-item-img -

Mi NoteBook Pro Lustrous Gray i5 11th Gen + Iris Xe Graphics 16GB RAM + 512GB NVMe SSD.

@@ -164,8 +164,8 @@
-
-
+ @@ -304,7 +303,7 @@
-
+
Delivery to diff --git a/styles/pages/_home.scss b/styles/pages/_home.scss index e55fc70..aaeeb11 100644 --- a/styles/pages/_home.scss +++ b/styles/pages/_home.scss @@ -128,17 +128,25 @@ margin-top: 40px; } .banner-main-container { - height: 275px; + text-align: center; .col-md-6 { margin-top: 0px; + .button_dark{ + display: none; + } } h1 { font-size: 2rem; } } .hero-banner { - background: #cccccc; + // background: url(../../dist/assets/imgs/Home/All-in-one.png); + // background-size: cover; + background-position: 0; + } + .aw-main-features{ + display: none; } .mobile-text-center { text-align: center; @@ -186,6 +194,15 @@ padding: 0 !important; } } + .offer-main-sec{ + margin-bottom: 0 !important; + padding: 0 !important; + } + .offer-sec{ + p{ + font-size: 0.85rem; + } + } } .footer-wrapper { .accordion-button, diff --git a/styles/pages/_shopping-cart.scss b/styles/pages/_shopping-cart.scss index 7b484e6..4e81511 100644 --- a/styles/pages/_shopping-cart.scss +++ b/styles/pages/_shopping-cart.scss @@ -16,9 +16,14 @@ } .alert-display-sec { z-index: 1; + .alert-dismissible{ + background:rgb(255 255 255 / 66%) + } } } - +.warrenty-sec img{ + width: 40px; +} #footer-head { .footer-wrapper.sec-space-1 { margin-top: 0; @@ -42,4 +47,7 @@ padding: 10px; } } + .mobile-cart-img img{ + width: 200px; + } } \ No newline at end of file