Skip to content

Commit

Permalink
Merge branch 'arghadipmanna101:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 authored Aug 8, 2024
2 parents 02f4675 + 7b381f7 commit 722a204
Show file tree
Hide file tree
Showing 15 changed files with 435 additions and 15 deletions.
4 changes: 3 additions & 1 deletion components/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<html>
<head>
<link rel="stylesheet" href="footer_.css">
</head>
Expand Down Expand Up @@ -105,4 +106,5 @@
src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/payment-method-c454fb.svg"
alt="Payment methods">
</div>
</div>
</div>
</html>
15 changes: 3 additions & 12 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ <h5>ABOUT</h5>
<li><a href="">Press</a></li>
<li><a href="../pages/Corporate_Information/index.html">Corporate Information</a></li>
<li><i><a href="">Explore Plus</a></i></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Flipkart Stories</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Corporate Information</a></li>
<li><i><a href="#">Explore Plus</a></i></li>

</ul>
</div>
</div>
Expand All @@ -58,10 +52,6 @@ <h5>HELP</h5>
<li><a href="../pages/Payments/index.html">Payments</a></li>
<li><a href="../pages/Shipping/index.html">Shipping</a></li>
<li><a href="../pages/Cancellation_and_Returns/index.html">Cancellation & Returns</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Payments</a></li>
<li><a href="">Shipping</a></li>
<li><a href="">Cancellation & Returns</a></li>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="">Report Infringement</a></li>

Expand All @@ -79,6 +69,7 @@ <h5>CONSUMER POLICY</h5>
<li><a href="">Sitemap</a></li>
<li><a href="">Grievance Redressal</a></li>
<li><a href="../pages/EPR_Page/epr.html">EPR Compilance</a></li>

</ul>
</div>
</div>
Expand Down Expand Up @@ -142,7 +133,7 @@ <h5>Registered Office Address:</h5>
<div class="col-auto">
<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjAlIiB4Mj0iODYuODc2JSIgeTE9IjAlIiB5Mj0iODAuMjAyJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGRkQ4MDAiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjRkZBRjAwIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTS0yLTNoMjB2MjBILTJ6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOS41IDNDNS4zNiAzIDIgNi4zNiAyIDEwLjUgMiAxNC42NCA1LjM2IDE4IDkuNSAxOGM0LjE0IDAgNy41LTMuMzYgNy41LTcuNUMxNyA2LjM2IDEzLjY0IDMgOS41IDN6bS43NSAxMi43NWgtMS41di0xLjVoMS41djEuNXptMS41NTMtNS44MTNsLS42NzYuNjljLS41NC41NDgtLjg3Ny45OTgtLjg3NyAyLjEyM2gtMS41di0uMzc1YzAtLjgyNS4zMzgtMS41NzUuODc3LTIuMTIzbC45My0uOTQ1Yy4yNzgtLjI3LjQ0My0uNjQ1LjQ0My0xLjA1NyAwLS44MjUtLjY3NS0xLjUtMS41LTEuNVM4IDcuNDI1IDggOC4yNUg2LjVhMyAzIDAgMSAxIDYgMGMwIC42Ni0uMjcgMS4yNi0uNjk3IDEuNjg4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTMpIi8+CiAgICA8L2c+Cjwvc3ZnPgo="
alt="Help Center" width="15" height="15">
<a href="https://www.flipkart.com/helpcentre?otracker=${otracker}_footer_navlinks"
<a href="../pages/help center/index.html"
aria-label="Help Center"><span>Help Center</span></a>
</div>
<div class="col-auto">
Expand Down
4 changes: 2 additions & 2 deletions js/categoryjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.addEventListener("DOMContentLoaded", function () {
icon.src = "img/" + categoryData.icon;

const nameLink = document.createElement("a");
nameLink.href = categoryData.name + "-/"; // find index.html
nameLink.href = "src/"+ categoryData.name+"/" ; // find index.html
nameLink.textContent = categoryData.name;

const name = document.createElement("span");
Expand All @@ -26,7 +26,7 @@ document.addEventListener("DOMContentLoaded", function () {
if (!categoryData.subcategories) {
const singleItem = document.createElement("div");
const singleLink = document.createElement("a");
singleLink.href = categoryData.name + "-/";
singleLink.href = "src/"+ categoryData.name+"/";
singleLink.textContent = categoryData.name;
singleItem.appendChild(singleLink);
subcategoriesList.appendChild(singleItem);
Expand Down
89 changes: 89 additions & 0 deletions pages/help center/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help Centre</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>

<header>
<h1>Flipkart Help Center | 24x7 Customer Care Supporty</h1>
</header>

<main>

<section>
The Flipkart Help Centre page lists out various types of issues that you may have encountered so that there can be quick
resolution and you can go back to shopping online. For example, you can get more information regarding order tracking,
delivery date changes, help with returns (and refunds), and much more. The Flipkart Help Centre also lists out more
information that you may need regarding Flipkart Plus, payment, shopping, and more. The page has various filters listed
out on the left-hand side so that you can get your queries solved quickly, efficiently, and without a hassle. You can
get the Flipkart Help Centre number or even access Flipkart Help Centre support if you need professional help regarding
various topics. The support executive will ensure speedy assistance so that your shopping experience is positive and
enjoyable. You can even inform your loved ones of the support page so that they can properly get their grievances
addressed as well. Once you have all your queries addressed, you can pull out your shopping list and shop for all your
essentials in one place. You can shop during festive sales to get your hands on some unbelievable deals online. This
information is updated on 08-Aug-24
</section>

<section>
<h4>Flipkart Help Centre: Get All Shopping Solutions Here</h4>
<p>Once you place your order on any online shopping store, the next obvious thing to do is wait for your product to arrive.
This wait can be quite anxiety-ridden if you do not get updates about your order or do not receive support post-delivery
of your order. However, with the Flipkart Help Centre, your wait becomes exciting, and your shopping experience becomes
joyful, thanks to all the support it provides related to your order. With websites, like Flipkart, the entire shopping
experience has gone through a major change. Now, you can conveniently shop any time, from anywhere, and anything that
you want. These websites are one-stop destinations for all your needs and requirements. From skincare products to home
appliances and groceries to baby care essentials, everything is just a few clicks away. These websites provide you
convenience, at the same time, a bitter experience can make online shopping a nightmare for many. To ensure that your
shopping experience is delightful, the Flipkart Help centre support offers every assistance that you need. From
reporting specific delivered product-related issues to letting you manage your orders, the Flipkart Helpcentre has
solutions to all your worries related to your orders. Furthermore, if you do not find a solution to your queries here,
then you can use the Flipkart Help Centre number to get your issues solved. Keep reading to know more about Flipkart
Help Centre and what all assistance you get here:</p>


<h4>24x7 Customer Care Support</h4>
<p>You can 24x7 Customer Care Support on the Flipkart Help Centre. Any query or issue that you may possibly have while
shopping on Flipkart is taken care here. This page is easy to navigate, and you can get support almost immediately. Once
you log onto your Flipkart account, this page shows you your recent orders and let you report any issue. By clicking on
the specific order, you can raise your query. It also has a chat option to ensure that your queries and issues are taken
care of. Similarly, there are other options on this page that are created to assist you and to make your shopping
experience hassle-free. You can get support any time and get a satisfactory solution to your queries and issues within
minutes.</p>

<h4>Types and Topics of Support in Flipkart Help Centre</h4>
<p>Apart from helping you with your orders and/or your delivered product-related issues, you can find various other support
at Flipkart Help Centre. You can select from three types of issues here - help with your issues, help with your order,
and help with other issues. You can track your orders here, manage your orders, get help with your returns and refunds
issues, and even get help related to various other issues, such as offers, payment, Flipkart Plus, etc. There are also
details about specific help topics, such as cancellations and returns, wallet, insurance, Flipkart Quick, SuperCoins,
Gift Card, etc. available here. So, log on to your Flipkart account and shop without hassles and with complete help and
support.</p>

<p>The Flipkart Help Centre is available on the Flipkart site to help every Flipkart customer with any grievance that they
may have. You can find solutions regarding the tracking of your order. It will also help edit your delivery date or
address and more. All your issues will be addressed at any time of the day or night (24/7 service). This way, you can
immediately get your grievances addressed. You can also get help regarding returns and refunds and many other issues
through the Flipkart Help Centre. In case you're not satisfied with the solution given, you can seek further assistance.
You can get in touch with a support assistant via the Flipkart Help Centre number. The next time you have any issue with
your order or if you want more clarity regarding payment options, Flipkart Plus, account-related queries, and more, you
can access Flipkart Help Centre support for further information. This way, you can shop without worry and have a
satisfying shopping experience. The support centre will do all that it can to address your grievance until you’re
completely satisfied. So, no matter the nature of your grievance, you must get in touch with the support forum. This
way, you won’t have to compromise in any way.</p>

</section>

<br>

</main>


<footer>
<p>&copy; 2024 Flipkart Clone. All rights reserved.</p>
</footer>
</body>
</html>
66 changes: 66 additions & 0 deletions pages/help center/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}

header {
background-color: #2874f0;
color: white;
padding: 1rem 0;
text-align: center;
}

h1 {
margin: 0;
}

main {
max-width: 1400px;
margin: 2rem auto;
padding: 1rem;
background-color: white;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section {
margin-bottom: 2rem;
}

h2 {
color: #2874f0;
}

h3 {
color: #2b2b2b;
margin-bottom: 0.5rem;
}

ul {
list-style-type: disc;
margin: 0;
padding-left: 1.5rem;
}

footer {
text-align: center;
padding: 1rem 0;
background-color: #2874f0;
color: white;
position: fixed;
width: 100%;
height: 1.5rem;
bottom: 0cqmax;
}

a {
color: #2874f0;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
30 changes: 30 additions & 0 deletions src/Fashion/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart</title>
</head>

<body>
<header id="header" class="text-center text-secondary fs-4"></header>
<h1 style="text-align: center;">Comming Soon</h1>
<footer id="footer" style="background-color: #203a61 !important"></footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
[
{ id: "footer", url: "../../components/footer.html" },
{ id: "header", url: "../../components/header.html" },
].forEach(({ id, url }) =>
fetch(url)
.then((res) => res.text())
.then((data) => (document.getElementById(id).innerHTML = data))
.catch((err) => console.error(`Error loading ${url}:`, err))
);
});

</script>
</body>

</html>
30 changes: 30 additions & 0 deletions src/Furniture/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart</title>
</head>

<body>
<header id="header" class="text-center text-secondary fs-4"></header>
<h1 style="text-align: center;">Comming Soon</h1>
<footer id="footer" style="background-color: #203a61 !important"></footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
[
{ id: "footer", url: "../../components/footer.html" },
{ id: "header", url: "../../components/header.html" },
].forEach(({ id, url }) =>
fetch(url)
.then((res) => res.text())
.then((data) => (document.getElementById(id).innerHTML = data))
.catch((err) => console.error(`Error loading ${url}:`, err))
);
});

</script>
</body>

</html>
30 changes: 30 additions & 0 deletions src/Grocery/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart</title>
</head>

<body>
<header id="header" class="text-center text-secondary fs-4"></header>
<h1 style="text-align: center;">Comming Soon</h1>
<footer id="footer" style="background-color: #203a61 !important"></footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
[
{ id: "footer", url: "../../components/footer.html" },
{ id: "header", url: "../../components/header.html" },
].forEach(({ id, url }) =>
fetch(url)
.then((res) => res.text())
.then((data) => (document.getElementById(id).innerHTML = data))
.catch((err) => console.error(`Error loading ${url}:`, err))
);
});

</script>
</body>

</html>
30 changes: 30 additions & 0 deletions src/Home & Kitchen/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart</title>
</head>

<body>
<header id="header" class="text-center text-secondary fs-4"></header>
<h1 style="text-align: center;">Comming Soon</h1>
<footer id="footer" style="background-color: #203a61 !important"></footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
[
{ id: "footer", url: "../../components/footer.html" },
{ id: "header", url: "../../components/header.html" },
].forEach(({ id, url }) =>
fetch(url)
.then((res) => res.text())
.then((data) => (document.getElementById(id).innerHTML = data))
.catch((err) => console.error(`Error loading ${url}:`, err))
);
});

</script>
</body>

</html>
30 changes: 30 additions & 0 deletions src/Mobiles & Tablets - Copy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart</title>
</head>

<body>
<header id="header" class="text-center text-secondary fs-4"></header>
<h1 style="text-align: center;">Comming Soon</h1>
<footer id="footer" style="background-color: #203a61 !important"></footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
[
{ id: "footer", url: "../../components/footer.html" },
{ id: "header", url: "../../components/header.html" },
].forEach(({ id, url }) =>
fetch(url)
.then((res) => res.text())
.then((data) => (document.getElementById(id).innerHTML = data))
.catch((err) => console.error(`Error loading ${url}:`, err))
);
});

</script>
</body>

</html>
Loading

0 comments on commit 722a204

Please sign in to comment.