-
Notifications
You must be signed in to change notification settings - Fork 3
/
footwear.html
248 lines (230 loc) · 9.82 KB
/
footwear.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FootWear</title>
<link rel="stylesheet" href="./css/product.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/header.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>
<script
src="https://kit.fontawesome.com/6c1f5c4092.js"
crossorigin="anonymous"
></script>
<link
rel="icon"
href="https://seeklogo.com/images/F/flipkart-logo-3F33927DAA-seeklogo.com.png"
/>
</head>
<body>
<!-- Header -->
<div id="Header">
<div id="logo">
<a href="#home.html" id="logo-attribute">
<img id="logo-Flip" src="https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/flipkart-plus_8d85f4.png" alt="Flip-Logo">
</a>
<div id="logo-explore">
<p>Explore</p>
<p id="plus-logo">Plus</p>
<img id="flip-plus" src="https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/plus_aef861.png" alt="Flip-plus">
</div>
</div>
<div class="search-input">
<input type="text" class="search-holder" placeholder="Search for products, brands, and more" />
<button id="srch" class="btn_srch">
<i class="fa-solid fa-magnifying-glass fa-lg" style="color: #2874f0"></i
><span class="glasss"></span>
</button>
</div>
<div id="Login-box">
<div id="login">
<a href="#Login.html">Login</a>
</div>
</div>
<div id="seller-box">
<div id="seller">
<a href="#seller.html">Become a seller</a>
</div>
</div>
<div id="more-box">
<div id="more">
<a href="#">More
<i id="down" class="fa-solid fa-chevron-down fa-2xs"></i>
<i id="up" class="fa-sharp fa-solid fa-chevron-up fa-2xs" style="display: none;"></i>
<i class="fa-solid fa-caret-up fa-2xl" id="more-arrow" style="display: none;"></i>
<div id="more-show" style="display: none;">
<div><p><i id="more-i"class="fa-solid fa-bell" style="color: #2874f0"></i> Notification Prefrences</p></div>
<div><p ><i id="more-i" class="fa-solid fa-clipboard-question" style="color: #2874f0"></i> 24*7 Customer Care</p></div>
<div><p ><i id="more-i" class="fa-solid fa-chart-line" style="color: #2874f0"></i> Advertise</p></div>
<div><p ><i id="more-i" class="fa-solid fa-download" style="color: #2874f0"></i> Download App</p></div>
</div>
</a>
</div>
</div>
<div id="cart-box">
<div id="cart" >
<a href="#cart.html"><i class="fa-solid fa-cart-shopping"></i> Cart</a>
</div>
</div>
</div>
<!-- Main Body -->
<div id="outer">
<div id="section">
<div id="disc_img" onclick="location.href='./ethnic.html'">
<img src="https://rukminim1.flixcart.com/image/612/612/xif0q/kurta/1/h/g/m-pw333-purshottam-wala-original-imag8zf6ybkmhehy-bb.jpeg?q=70" alt="">
<hr id="separator">
<div>
<h3>Upto 70% Off</h3>
<p>Enthic Wears</p>
</div>
</div>
<div id="filters">
<h2>Filters</h2>
<hr>
<h3>CATEGORIES</h3>
<div>
<h3 id="heading">Clothing and Accessories</h3>
<li onclick="location.href='./sarees.html'">Saree</li>
<li onclick="location.href='./girls.html'">Kids-Wear </li>
<li onclick="location.href='./ethnic.html'">Ethic-Wear</li>
<li onclick="location.href='./footwear.html'">Footwear</li>
<li onclick="location.href='./sarees.html'" id="showMore"> Show 3 more</li>
<hr>
</div>
<h3>BY BRANDS</h3>
<div>
<h3 id="heading">Clothing and Accessories</h3>
<li class="brand-filter"> XE Looks</li>
<li class="brand-filter"> Sayera </li>
<li class="brand-filter">Soken</li>
<li class="brand-filter">X Xiota</li>
<li class="brand-filter" id="showMore"> Show 3 more</li>
<hr>
</div>
</div>
</div>
<div id="container">
<div id="description">
<p class="page_desc">Rangriti Clothing and Accessories ,Sleepwear ,Avirate Clothing and Accessories ,KHUSHAL K Clothing and Accessories ,OXOLLOXO Clothing and Accessories ,Only Clothing and Accessories ,Clothing Accessories ,new balance Clothing and Accessories ,GAS Clothing and Accessories ,PEPE Clothing and Accessories</p>
<div>
<h2>Women Ethnic Wear</h2>
<p>(Showing 1 – 40 products of 30,543 products)</p>
</div>
<div id="sort">
<h2>SORT BY</h2>
<h3 id="popularity">Popularity</h3>
<h3 id="LtH">Price -- Low to High</h3>
<h3 id="HtL">Price -- High to Low</h3>
</div>
</div>
<div id="collection">
</div>
</div>
</div>
<!-- Pagination -->
<div id="outerPaginationDiv">
<div class="pagination">
<button class="btn1" onclick="backBtn()">Previous</button>
<ul class="pages">
<li class="link" value="1" onclick="activeLink()" active >1</li>
<li class="link" value="2" onclick="activeLink()">2</li>
<li class="link" value="3" onclick="activeLink()">3</li>
<li class="link" value="4" onclick="activeLink()">4</li>
<li class="link" value="5" onclick="activeLink()">5</li>
</ul>
<button class="btn2" onclick="nextBtn()">Next</button>
</div>
</div>
<!-- Footer -->
<div id="footer-div">
<footer id="footer">
<div class="footer1">
<div class="footer-list">
<header>ABOUT</header>
<ul>
<li>Contact Us</li>
<li>About Us</li>
<li>Careers</li>
<li>Flipkart Stories</li>
<li>Press</li>
<li>Flipkart Wholesale</li>
<li>Corporate Information</li>
</ul>
</div>
<div class="footer-list">
<header>HELP</header>
<ul>
<li>Payments</li>
<li>Shipping</li>
<li>Cancellation & Returns</li>
<li>FAQ</li>
<li>Report Infringement</li>
</ul>
</div>
<div class="footer-list">
<header>POLICY</header>
<ul>
<li>Return Policy</li>
<li>Terms Of Use</li>
<li>Security</li>
<li>Privacy</li>
<li>Sitemap</li>
<li>EPR Compliance</li>
</ul>
</div>
<div class="footer-list">
<header>SOCIAL</header>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>YouTube</li>
</ul>
</div>
</div>
<div class="footer2">
<header>Mail Us:</header>
<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="footer3">
<header>Registered Office Address:</header>
<p>Flipkart Internet Private Limited,Buildings Alyssa, Begonia &Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village,Bengaluru, 560103,Karnataka,
India CIN : U51109KA2012PTC066107 <br> Telephone: <a href="#">044-45614700</a>
</p>
</div>
</footer>
<footer id="footer-b">
<div class="footer-b1">
<i class="fa-solid fa-suitcase" style="color: #ffbb00"></i>
<p>Become a Seller</p>
</div>
<div class="footer-b1">
<i class="fa-solid fa-star" style="color: #ffbb00"></i>
<p>Adverstise</p>
</div>
<div class="footer-b1">
<i class="fa-solid fa-gift" style="color: #ffbb00"></i>
<p>Gift Cards</p>
</div>
<div class="footer-b1">
<i class="fa-solid fa-circle-info" style="color: #ffbb00"></i>
<p>Help Center</p>
</div>
<div class="footer-b1">
<p>© 2007-2023 Flipkart.com</p>
</div>
<div class="footer-b1">
<img src="https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/payment-method_69e7ec.svg" alt="">
</div>
</footer>
</div>
</body>
<script src="./src/footwear.js">
</script>
</html>