-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #970 from purvathnere/main
add new feature
- Loading branch information
Showing
331 changed files
with
8,830 additions
and
1,633 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Mobile Phones Online at Best Prices in India</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/appliances-style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-appliance"></header> | ||
|
||
|
||
<!-- data fetch --> | ||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Appliance</h4> | ||
</div> | ||
<div id="appliances-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<footer id="footer-appliance" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/appliances-script.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Flipkart | Beauty Toys & more Online at Best Prices in India</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/beautyToys&more.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-beautyToys"></header> | ||
|
||
|
||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Beauty products and toys </h4> | ||
</div> | ||
<div id="Beauty-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<footer id="footer-beautyToys" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/beautyToys&more-script.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Electronics Online at Best Prices in India</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/electronics-style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-electronics"></header> | ||
|
||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Electronics</h4> | ||
</div> | ||
<div id="electronics-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<footer id="footer-electronics" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/electronics-script.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Flipkart | Fashion</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/fashion-style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-fashion"></header> | ||
|
||
|
||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Fashion</h4> | ||
</div> | ||
<div id="fashions-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<footer id="footer-fashion" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/fashion-script.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Grocery Online at Best Prices in India</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/grocery-store-style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-grocery"></header> | ||
|
||
|
||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Grocery</h4> | ||
</div> | ||
<div id="grocery-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<footer id="footer-grocery" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/grocery-store-script.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="theme-color" content="#2874F0" id="themeColor"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico"> | ||
<title>Flipkart | Home Furniture Online at Best Prices in India</title> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="../css/home&furniture-style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<header id="header-home&furniture"></header> | ||
|
||
<div class="containter-fluid bg-white"> | ||
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;"> | ||
<h4>Home & Furniture</h4> | ||
</div> | ||
<div id="home&Furniture-product" class="row m-1"></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<footer id="footer-home&furniture" style="background-color: #292d33;"> </footer> | ||
<!-- javaScript --> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/home&furniture-script.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.