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

Footer #1124

Closed
wants to merge 5 commits into from
Closed

Footer #1124

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
4 changes: 4 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ footer .footerEnd a{
.footerEnd{
flex-flow: column;
}
}

.footerI:hover{
color: aqua;
}
19 changes: 10 additions & 9 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" type="image/x-icon" href="../img/flipkart_lite.png">
<title>footer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/footer.css">
Expand All @@ -16,7 +17,7 @@
<div class="row footer1">
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>ABOUT</h5>
<h5 style="color: aqua;">ABOUT</h5>
<ul>
<li><a href="">Contact Us</a></li>
<li><a href="">About Us</a></li>
Expand All @@ -30,7 +31,7 @@ <h5>ABOUT</h5>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>GROUP COMPANIES</h5>
<h5 style="color: aqua;">GROUP COMPANIES</h5>
<ul>
<li><a href="https://www.myntra.com/">Myntra</a></li>
<li><a href="https://www.flipkartwholesale.com/">Flipkart Wholesale</a></li>
Expand All @@ -41,7 +42,7 @@ <h5>GROUP COMPANIES</h5>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>HELP</h5>
<h5 style="color: aqua;">HELP</h5>
<ul>
<li><a href="">Payments</a></li>
<li><a href="">Shipping</a></li>
Expand All @@ -53,7 +54,7 @@ <h5>HELP</h5>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>CONSUMER POLICY</h5>
<h5 style="color: aqua;">CONSUMER POLICY</h5>
<ul>
<li><a href="">Cancellation & Returns</a></li>
<li><a href="">Terms Of Use</a></li>
Expand All @@ -68,15 +69,15 @@ <h5>CONSUMER POLICY</h5>
<div class="col-lg-2 col-md-4 col-sm-6 mailSocial">
<div class="footerI">
<div class="mail">
<h5>Mail Us:</h5>
<h5 style="color: aqua;">Mail Us:</h5>
<p>
Flipkart Internet Private Limited,
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India
</p>
</div>
<div class="social">
<h5>Social</h5>
<h5 style="color: aqua;">Social</h5>
<ul>
<li><a href="https://www.facebook.com/flipkart/"><img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjkzMzEgMjFDMTcuOTAzNyAyMSAyMS45MzMxIDE2Ljk3MDYgMjEuOTMzMSAxMkMyMS45MzMxIDcuMDI5NDQgMTcuOTAzNyAzIDEyLjkzMzEgM0M3Ljk2MjU0IDMgMy45MzMxMSA3LjAyOTQ0IDMuOTMzMTEgMTJDMy45MzMxMSAxNi45NzA2IDcuOTYyNTQgMjEgMTIuOTMzMSAyMVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjY4MzEgOC4yNUgxNS4xODMxQzE0LjU4NjQgOC4yNSAxNC4wMTQxIDguNDg3MDUgMTMuNTkyMSA4LjkwOTAxQzEzLjE3MDIgOS4zMzA5NyAxMi45MzMxIDkuOTAzMjYgMTIuOTMzMSAxMC41VjIxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjkzMzExIDEzLjVIMTUuOTMzMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K"
Expand All @@ -94,7 +95,7 @@ <h5>Social</h5>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footerI">
<h5>Registered Office Address:</h5>
<h5 style="color: aqua;">Registered Office Address:</h5>
<p>Flipkart Internet Private Limited,
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
Expand Down Expand Up @@ -132,7 +133,7 @@ <h5>Registered Office Address:</h5>
aria-label="Help Center"><span>Help Center</span></a>
</div>
<div class="col-auto">
<span>© 2007-2024 <span>Flipkart.com</span></span>
<span>© 2007-2024 <span>Flipkart.com</span> <img src="../img/flipkart_lite.png" alt="" width="15" height="15"></span>
</div>
<div class="col-auto ">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/payment-method-c454fb.svg"
Expand Down
2 changes: 2 additions & 0 deletions header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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_lite.png">
<title>Header</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">
Expand All @@ -22,6 +23,7 @@
<a class="navbar-brand" href="../">
<img src="../img/flipcartlogo.PNG" width="80px">
</a>
<img src="../img/flipkart_lite.png" alt="logo" width="30" height="30">
<div class="searchBar_h">
<input id="inputField_h" type="text" autocomplete="off"
placeholder="Search for products, brands and more">
Expand Down
45 changes: 23 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<a class="navbar-brand" href="https://flipkart-clone-seven-azure.vercel.app/">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/fkheaderlogo_exploreplus-44005d.svg"
width="160" height="40" title="Flipkart" alt="Flipkart" />
<img src="img/flipkart_lite.png" alt="logo" width="30" height="30">
</a>
<div id="navbarNav_">
<ul class="navbar-nav">
Expand Down Expand Up @@ -170,25 +171,25 @@
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/14691d790ec410a9.jpg" class="d-block w-100" alt="...">
<img src="img/14691d790ec410a9.jpg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/17a2c4ed00866b1a.jpg" class="d-block w-100" alt="...">
<img src="img/17a2c4ed00866b1a.jpg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/1f25201ced5d720d.jpg" class="d-block w-100" alt="...">
<img src="img/1f25201ced5d720d.jpg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/345037032e3daaaf.jpg" class="d-block w-100" alt="...">
<img src="img/345037032e3daaaf.jpg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/3dc8f265914a1426.jpeg" class="d-block w-100" alt="...">
<img src="img/3dc8f265914a1426.jpeg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/aa1b2bdcf519b468.jpg" class="d-block w-100" alt="...">
<img src="img/aa1b2bdcf519b468.jpg" class="d-block w-100" alt="image">
</div>
<div class="carousel-item">
<img src="img/f09f551230626a04.jpg" class="d-block w-100" alt="...">
<img src="img/f09f551230626a04.jpg" class="d-block w-100" alt="image">
</div>
</div>
<button class="carousel-control-prev bg-white" style="width: 35px; height: 45%; margin-top: 60px;"
Expand Down Expand Up @@ -229,7 +230,7 @@ <h4>Best of Electronics</h4>
<div id="bestOfElectronics-product" class="row m-1"></div>
</div>
<div class="col-md-2">
<img src="img/flytecafd87e5.webp" alt="" style="width: 100%; height: 100%; object-fit: contain" class="mdHide">
<img src="img/flytecafd87e5.webp" alt="image" style="width: 100%; height: 100%; object-fit: contain" class="mdHide">
</div>
</div>
</div>
Expand All @@ -255,16 +256,16 @@ <h4>Mobile Phone Under 15000 Rs</h4>
<!-- newsection for grid items -->
<section id="img-box">
<a href="">
<div class="img"><img src="img/grid-1.webp" alt="" /></div>
<div class="img"><img src="img/grid-1.webp" alt="image" /></div>
</a>
<a href="">
<div class="img"><img src="img/grid-2.jpg" alt="" /></div>
<div class="img"><img src="img/grid-2.jpg" alt="image" /></div>
</a>
<a href="">
<div class="img"><img src="img/grid-3.jpg" alt="" /></div>
<div class="img"><img src="img/grid-3.jpg" alt="image" /></div>
</a>
<a href="">
<div class="img"><img src="img/grid-1.webp" alt="" /></div>
<div class="img"><img src="img/grid-1.webp" alt="image" /></div>
</a>
</section>

Expand Down Expand Up @@ -293,7 +294,7 @@ <h4>Shop Now Under 500 Rs</h4>
<h4>Best for You</h4>
</div>
<div id="s1-product" class="row m-1">
<a href="Fashion-/"><img src="img/fk-default-image-75ff340b.png" alt=""></a>
<a href="Fashion-/"><img src=" img/fk-default-image-75ff340b.png " alt="image"></a>
</div>
</div>
<div class="col-md-9">
Expand All @@ -315,15 +316,15 @@ <h4>Top Selection</h4>
</div>

<section id="category-grid">
<img class="category" src="img/deal5.png" alt="deal1">
<img class="category" src="img/deal6.png" alt="deal1">
<img class="category" src="img/deal1.png" alt="deal1">
<img class="category" src="img/deal7.png" alt="deal1">
<img class="category" src="img/deal8.png" alt="deal1">
<img class="category" src="img/deal9.png" alt="deal1">
<img class="category" src="img/deal10.png" alt="deal1">
<img class="category" src="img/deal11.png" alt="deal1">
<img class="category" src="img/deal12.png" alt="deal1">
<img class="category" src=" img/deal5.png " alt="deal5_image">
<img class="category" src=" img/deal6.png " alt="deal6_image">
<img class="category" src=" img/deal1.png " alt="deal1_image">
<img class="category" src=" img/deal7.png " alt="deal7_image">
<img class="category" src=" img/deal8.png " alt="deal8_image">
<img class="category" src=" img/deal9.png " alt="deal9_image">
<img class="category" src=" img/deal10.png " alt="deal10_image">
<img class="category" src=" img/deal11.png " alt="deal11_image">
<img class="category" src=" img/deal12.png " alt="deal12_image">
</section>

<!-- Product Selection -->
Expand Down
Loading