Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Privacy page, header and footer links, and changed css files of pages created by me to enable fixed navbar. #1511

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<div class="footerI">
<h5>ABOUT</h5>
<ul>
<li><a href="../pages/contact_us/contact_us.html">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="../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>
Expand All @@ -48,22 +55,31 @@ <h5>GROUP COMPANIES</h5>
<div class="footerI">
<h5>HELP</h5>
<ul>
<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>

</ul>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>CONSUMER POLICY</h5>
<ul>


<li><a href="../pages/cancellation & return/index.html">Cancellation & Returns</a></li>
<li><a href="../pages/Cancellation_and_Returns/index.html">Cancellation & Returns</a></li>
<li><a href="">Terms Of Use</a></li>
<li><a href="../pages/Security_Page/index.html">Security</a></li>
<li><a href="../pages/Privacy/index.html">Privacy</a></li>
<li><a href="../pages/Sitemap/index.html">Sitemap</a></li>
<li><a href="">Grievance Redressal</a></li>
<li><a href="../pages/EPR_Page/epr.html">EPR Compilance</a></li>
<!-- <li><a href="../pages/cancellation & return/index.html">Cancellation & Returns</a></li> -->

<li><a href="">Cancellation & Returns</a></li>

Expand Down Expand Up @@ -124,7 +140,7 @@ <h5>Registered Office Address:</h5>
<div class="col-auto">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/sell-image-9de8ef.svg"
alt="Become a Seller" width="13" height="12">
<a href="https://seller.flipkart.com/?utm_source=fkwebsite&amp;utm_medium=websitedirect"
<a href="../pages/Sell_Online/sell_online.html"
aria-label="Become a Seller"><span>Become a Seller</span></a>
</div>
<div class="col-auto">
Expand Down
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,12 @@ <h4>Login</h4>
</a>
</li>
<li class="nav-item">
<a class="nav-link mr-5" href="sell-online/" style="font-size: 14px; margin-left: 30px; font-weight: 500;">
<a class="nav-link" href="./pages/Sell_Online/sell_online.html" style="font-size: 14px;">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/Store-9eeae2.svg"
style="width: 20px; height: 20px; margin-right: 5px;" /> Become a Seller
<!-- <a class="nav-link mr-5" href="sell-online/" style="font-size: 14px; margin-left: 30px; font-weight: 500;">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/Store-9eeae2.svg" style="width: 20px; height: 20px; margin-right: 5px;" /> Become a Seller
</a>
</a> -->
</li>
<li class="nav-item dropdown mr-5" style="margin-left: 50px;" id="moreLinksDropdown">
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
Expand Down
3 changes: 3 additions & 0 deletions pages/Cancellation_and_Returns/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ nav {
justify-content: space-between;
padding: 8px 5%;
background-color: #2874F0;
position: fixed;
top: 0rem;
}

.nav-left {
Expand Down Expand Up @@ -100,6 +102,7 @@ main
flex-direction: column;
justify-content: space-between;
padding: 2rem 5%;
margin-top: 4rem;
}

main > div > a::after
Expand Down
3 changes: 3 additions & 0 deletions pages/Corporate_Information/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ nav {
justify-content: space-between;
padding: 8px 5%;
background-color: #2874F0;
position: fixed;
top: 0rem;
}

.nav-left {
Expand Down Expand Up @@ -97,6 +99,7 @@ i {
main
{
display: flex;
margin-top: 4rem;
}
main > *
{
Expand Down
3 changes: 3 additions & 0 deletions pages/Payments/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ nav {
justify-content: space-between;
padding: 8px 5%;
background-color: #2874F0;
position: fixed;
top: 0rem;
}

.nav-left {
Expand Down Expand Up @@ -100,6 +102,7 @@ main
flex-direction: column;
justify-content: space-between;
padding: 2rem 5%;
margin-top: 4rem;
}

main > div > a::after
Expand Down
Binary file added pages/Privacy/images/flipkart_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading