-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Anushkabh:main' into main
- Loading branch information
Showing
18 changed files
with
897 additions
and
801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
||
<!-- Favicon --> | ||
<link rel="shortcut icon" href="assets/img/logo/krishiconnect-high-resolution-logo_black.png" type="image/x-icon"> | ||
<!--<link rel="shortcut icon" href="assets/img/logo/krishiconnect-high-resolution-logo_black.png" type="image/x-icon">--> | ||
<link rel="shortcut icon" href="assets/img/logo/log.png" type="image/x-icon"> | ||
|
||
<!-- BoxIcons v2.1.2 --> | ||
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet"> | ||
|
@@ -237,7 +238,8 @@ | |
position: relative; | ||
z-index: 100; | ||
} | ||
|
||
|
||
|
||
@media (max-width: 1200px) and (min-width:995px) { | ||
.card-title { | ||
font-size: 1.25rem; | ||
|
@@ -275,7 +277,17 @@ | |
margin: 10px; | ||
box-sizing: border-box; | ||
} | ||
|
||
.navbar .container{ | ||
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; | ||
} | ||
@media (max-width:768px) { | ||
.navbar .container{ | ||
padding: 0px 20px; | ||
} | ||
} | ||
.nav-item{ | ||
margin-top: 5px; | ||
} | ||
#products .card img { | ||
width: 100%; | ||
height: 200px; | ||
|
@@ -303,7 +315,7 @@ | |
position: absolute; | ||
background-color: #f9f9f9; | ||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | ||
z-index: 1; | ||
z-index: 6; | ||
width: 200px; | ||
font-size: 14px; | ||
padding: 10px; | ||
|
@@ -491,7 +503,7 @@ <h3>FRESH !</h3> | |
</div> | ||
<div class="page-header"> | ||
<!--=============== Navbar ===============--> | ||
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" id="page-navigation"> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-dark" id="page-navigation"> | ||
<div class="container"> | ||
<!-- Navbar Brand --> | ||
|
||
|
@@ -513,15 +525,13 @@ <h3>FRESH !</h3> | |
<!-- Navbar Menu --> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item" style="border: 2px solid white" id="nav-link1"> | ||
<a href="src/login.html" class="nav-link"><i class="ri-user-3-fill"></i> Are You A | ||
Seller?</a> | ||
<a href="./src/login.html" class="nav-link"><i class="ri-user-3-fill"></i> Are You A Seller?</a> | ||
</li> | ||
<li class="nav-item" id="nav-link2"> | ||
<a href="src/shop.html" class="nav-link"><i class="ri-shopping-bag-fill"></i> Shop</a> | ||
<a href="./src/shop.html" class="nav-link"><i class="ri-shopping-bag-fill"></i> Shop</a> | ||
</li> | ||
<li class="nav-item" id="nav-link3"> | ||
<a href="src/transaction.html" class="nav-link"><i class="ri-bank-card-fill"></i> | ||
Transactions</a> | ||
<a href="./src/transaction.html" class="nav-link"><i class="ri-bank-card-fill"></i> Transactions</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" id="wishlistDropdown" role="button" | ||
|
@@ -535,18 +545,17 @@ <h3>FRESH !</h3> | |
</div> | ||
</li> | ||
<li class="nav-item" id="nav-link5"> | ||
|
||
<a href="src/cart.html" class="nav-link"><i class="ri-shopping-cart-2-fill"></i> My Cart</a> | ||
<a href="./src/cart.html" class="nav-link"><i class="ri-shopping-cart-2-fill"></i> My Cart</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="src/faq.html" class="nav-link"><i class="fa fa-question-circle" | ||
style="font-size:24px"></i>FAQ</a> | ||
<a href="./src/faq.html" class="nav-link"><i class="fa fa-question-circle" style="margin-right: 7px; font-size: 22px;"></i>FAQ</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="src/contact.html" class="nav-link"><i class="ri-user-fill"></i>Contact</a> | ||
<a href="./src/contact.html" class="nav-link"><i class="ri-user-fill"></i>Contact</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="src/rateus.html" class="nav-link"><i class="ri-user-star-fill"></i>Rate Us</a> | ||
<a href="./src/rateus.html" class="nav-link"><i class="ri-user-star-fill"></i>Rate Us</a> | ||
</li> | ||
</ul> | ||
<input type="checkbox" id="toggle"> | ||
|
Oops, something went wrong.