Skip to content

Commit

Permalink
added Payments page, changed css files in pages created by me to enab…
Browse files Browse the repository at this point in the history
…le fixed navbar, added footer and header links to my pages
  • Loading branch information
ShubhamPaliwal03 committed Jul 28, 2024
1 parent 4ec00cd commit 4b7071b
Show file tree
Hide file tree
Showing 12 changed files with 324 additions and 12 deletions.
22 changes: 11 additions & 11 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<div class="footerI">
<h5>ABOUT</h5>
<ul>
<li><a href="">Contact Us</a></li>
<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="">Corporate Information</a></li>
<li><a href="../pages/Corporate_Information/index.html">Corporate Information</a></li>
<li><i><a href="">Explore Plus</a></i></li>
</ul>
</div>
Expand All @@ -43,9 +43,9 @@ <h5>GROUP COMPANIES</h5>
<div class="footerI">
<h5>HELP</h5>
<ul>
<li><a href="">Payments</a></li>
<li><a href="">Shipping</a></li>
<li><a href="">Cancellation & Returns</a></li>
<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="">Report Infringement</a></li>
</ul>
Expand All @@ -55,13 +55,13 @@ <h5>HELP</h5>
<div class="footerI">
<h5>CONSUMER POLICY</h5>
<ul>
<li><a href="">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="">Security</a></li>
<li><a href="../pages/privacypolicy/index.html">Privacy</a></li>
<li><a href="">Sitemap</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="">EPR Compilance</a></li>
<li><a href="../pages/EPR_Page/epr.html">EPR Compilance</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -114,7 +114,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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h4>Login</h4>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sell-online/" style="font-size: 14px;">
<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>
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

0 comments on commit 4b7071b

Please sign in to comment.