-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
269 lines (262 loc) · 10.4 KB
/
product.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!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>Document</title>
<link rel="icon" href="./images/l1.png" />
<link href="product.css" rel="stylesheet" />
</head>
<body>
<header>
<div class="logo-cntainer">
<div class="logo">
<img
src="https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/flipkart-plus_8d85f4.png"
/>
</div>
<div class="explore">
<a href="https://www.flipkart.com/plus">
<p>Explore <span class="plus"> Plus</span></p>
<img
src="https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/plus_aef861.png"
/>
</a>
</div>
</div>
<div class="search">
<form id="search-form">
<input
type="text"
id="seach-input"
placeholder="Search for products brand and more"
autocomplete="off"
/>
</form>
<i class="fa-solid fa-magnifying-glass"></i>
<!--recent search-->
<div class="recent_Search">
<div class="recent_search_list">
<i class="fa-solid fa-clock-rotate-left"></i>
<p>Mobile</p>
</div>
</div>
</div>
<div class="loginBtn_container">
<a href="#" class="lgin">Login</a>
<div class="login_menu">
<div class="login_menu_list">
<div class="login_menu_top">
<p>New Customer?</p>
<a href="#" class="sgin"> Sign Up</a>
</div>
<div class="menu_nav_link">
<a href="#">
<i class="fa-solid fa-circle-user"></i>
<p>My Profile</p>
</a>
<a href="#">
<img src="./icon/plusBlue.svg" class="menu_nav_icon" />
<p>Flipkart plus zone</p>
</a>
<a href="#">
<img src="./icon/orderIcon.svg" class="menu_nav_icon" />
<p>Order</p>
</a>
<a href="#">
<img src="./icon/wishlistIcon.svg" class="menu_nav_icon" />
<p>Wishlist</p>
</a>
<a href="#">
<img src="./icon/rewardIcon.svg" class="menu_nav_icon" />
<p>Rewards</p>
</a>
<a href="#">
<img src="./icon/giftIcon.svg" class="menu_nav_icon" />
<p>Gift Cards</p>
</a>
<div class="logout">
<a href="#">
<i class="fa-solid fa-right-from-bracket"></i>
<p class="lgout">Logout</p>
</a>
</div>
</div>
</div>
</div>
</div>
<a
class="seller-page"
href="https://seller.flipkart.com/sell-online/?utm_source=fkwebsite&utm_medium=websitedirect"
>
Become a Seller</a
>
<div class="more_link">
More
<i class="fa-solid fa-angle-down icon_more"></i>
<div class="more_menu">
<div class="more_menu_list">
<a
href="https://www.flipkart.com/communication-preferences/push?t=all"
>
<img src="./icon/notificationIcon.svg" class="menu_nav_icon" />
<p>Notification Preferences</p>
</a>
<a href="https://www.flipkart.com/helpcentre">
<img src="./icon/customerIcon.svg" class="menu_nav_icon" />
<p>24 X 7 Customer Care</p>
</a>
<a
href="https://advertising.flipkart.com/login?returl=/?otracker=ch_vn_advertise_header"
>
<img src="./icon/advertiseIcon.svg" class="menu_nav_icon" />
<p>Advertise</p>
</a>
<a
href="https://www.flipkart.com/mobile-apps?otracker=ch_vn_mobile_apps"
>
<img src="./icon/downloadIcon.svg" class="menu_nav_icon" />
<p>Download App</p>
</a>
</div>
</div>
</div>
<div class="cart-page">
<i class="fa-solid fa-cart-shopping"></i>
<p>Cart</p>
</div>
</header>
<div id="top">
<a href="#">TVs & Appliances</a>
<a href="product2.html">Electronic</a>
<a href="product.html">Men</a>
<a href="">Baby & Kids </a>
<a href="">Home & Furniture</a>
<a href="">Sports, Books & More</a>
<a href="">Flights</a>
<a href="">Offer Zone</a>
</div>
<br />
<div id="divide">
<div class="filter">
<div id="image_left_top">
<img src="./images/a6.webp" height="300px" />
</div>
<h2>Min. 50% Off</h2>
<p>Men shirts</p>
<br />
<hr />
<h2>Filter</h2>
<hr />
<h4>Filter Based On Price</h4>
<input type="checkbox" id="filter-less-than-50" /> less than Rs.700<br /><br />
<input type="checkbox" id="filter-more-than-equal-50" /> more than or
equal Rs.700<br /><br />
<img src="./images/Flipkart-logo.png" height="100px" width="200px" />
<br />
<h3>BRAND</h3>
<hr />
<h3>OFFERS</h3>
<hr />
<h3>DISCOUNT</h3>
<hr />
<h3>SIZE</h3>
<hr />
<h3>OCCASION</h3>
<hr />
<h3>COLOR</h3>
<hr />
<h3>FIT</h3>
<hr />
<h3>PATTERN</h3>
<hr />
<h3>FABRIC</h3>
<hr />
<h3>AVAILABILITY</h3>
</div>
<div class="product">
<a href=""
>Home > Clothing and Accessories > Topwear > T-shirts > Men's
T-shirts</a
>
<p id="big_baragpaph">
If you want to stay on top of the fashion trends, then you need to
shop for the latest and trendiest topwear from an e-commerce site
Flipkart. Check out the amazing collection of topwear for women online
and select the ones that suit you the best. Browse through stylish
women’s topwear that are offered by popular brands, such as Only,
Jockey, U&F, Darzi, Ann Springs, and more. Women can style a trendy
tops with jeggings and sandals to nail the perfect casual look. Try
pairing crop tops with denim shorts for the perfect summer look.Also,
check out trendy topwear for men online that are sold by brands, such
as Allen Solly, Wildcraft, FastColors, Smartees, Adidas, and more. Men
can pair polo shirts & T-shirts with chinos and loafers for the
perfect brunch or picnic look. To nail the perfect office look, men
can pair formal shirts with trousers and formal shoes to look dapper
and stylish. You can also buy trendy and fashionable topwear for kids
from your favorite online shopping site. From T-shirts and tops to
shirts and frocks, you can find fashionable and comfortable clothes
online for your little ones. The information you are reading has been
last updated on 06-Mar-23.
</p>
<h4>Topwear (Showing 1 – 40 products of 47,075 products)</h4>
<div id="sorting_div">
<h5>Sort By</h5>
<div id="sort-low-to-high">Price -- Low to High</div>
<div id="sort-high-to-low">Price -- High to Low</div>
</div>
<br /><br />
<div id="items"></div>
</div>
</div>
<div id="discription">
<h4>Browse Through Latest Topwear for Men, Women, and Kids</h4>
<p>
Are you looking for ways to refresh your wardrobe? Stay up-to-date with
the latest fashion trends by shopping for topwear from your favorite
online shopping site Flipkart. Tops, shirts, vests, tank tops, blouses,
T-shirts, crop tops, and more, name it and you can find the one you’re
looking for on an online shopping store. Browse through the vast
collection of men’s wear, women’s wear, and kid’s wear online and enjoy
a hassle-free online shopping experience. You can avail amazing deals
and discounts on your purchases when you shop online. Also, these
clothes will be safely delivered to your doorstep in a couple of days.
Look stunning and stylish at every event, party, or occasion by wearing
trendy tops. Pair them with coordinating bottom wear and the right kind
of footwear, and be ready to receive a ton of compliments wherever you
go. When you wear the right type of clothing, you can nail any look, be
it casual, formal, or party wear.
</p>
<h4>Explore Topwear Collections Online</h4>
<p>
Whether you’re looking for office wear, party wear, casual wear, or home
wear, online shopping sites have all types of tops that you’re looking
for. Check out the trendy and sophisticated women’s tops online that are
sold by brands, such as Vero Moda, People, Fleximaa, U&F, Tokyo Talkies,
Harpa, Rebound, Wrangler, Levi's, Lee, and more. You can buy shirts and
T-shirts for women in solid colors or go for printed ones as well.
Browse through the plethora of women’s shirts and choose the ones that
best suit your sense of style.
</p>
<p>
You can also buy stylish topwear for kids from an online store. You can
browse through the fabulous collection of kid’s T-shirts and kid’s
shirts and buy the ones that will best suit your little ones. Brands,
such as Miss & Chief, Gkidz, FabTag - Kiddeo, Allen Solly, and more have
an amazing collection of kids’ wear.
</p>
<b>Buy the Best Topwear Online</b>
<p>
You can buy the topwear of your choice in just a few click/taps. Log in
to Flipkart through your smartphone, tablet, or laptop, browse through
the amazing collection of tops, shirts, and blouses, choose the ones
that you like, add them to the cart, and buy them in a convenient way.
You can choose a preferred payment method during the checkout process.
Online shopping helps you save time and lets you purchase the items of
your choice even when you’re at home, traveling, or at the office.
</p>
</div>
</body>
<script src="product.js"></script>
</html>