-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
291 lines (267 loc) · 16.2 KB
/
index.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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!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>Men Shopping Online - Shop for mens Clothing & accessories</title>
<!-- FAVICON -->
<link rel="shortcut icon" type="image/png" href="https://www.freepnglogos.com/uploads/logo-myntra-png/myntra-logo-m-png-3.png">
<!-- ALL CSS LINK -->
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="header.css">
<!-- FONT-AWESOME -->
<script src="https://kit.fontawesome.com/72215895a8.js" crossorigin="anonymous"></script>
<style>
#section_1 img{
width: unset;
}
ol > li > span{
color: #505050;
font-weight: 700;
}
</style>
</head>
<body>
<div id="flatdiscount">
<i id="sidePanel" class="fa-solid fa-caret-left"></i>
<h1>FLAT ₹800 OFF</h1>
</div>
<!-- HEADER MENU SECTION -->
<header>
<div id="logo">
<img src="https://www.freepnglogos.com/uploads/logo-myntra-png/myntra-logo-m-png-3.png" alt="brandLogo" id="landingPage">
</div>
<ul id="nav_bar">
<li id="megamenu_container"><a href='#'>men</a></li>
<li><a href='../womenHomePage/womenHomePage.html'>women</a></li>
<li><a href="#">kids</a></li>
<li><a href='../homeliving/homeliving.html'>home & living</a></li>
<li><a href="#">beauty</a></li>
<li id="studio"><a href="#">studio</a><span>new</span></li>
</ul>
<div id="search">
<input type="text" id="search_bar" placeholder="Search for products, brands and more">
<i class="fa-solid fa-magnifying-glass" id="search_icon"></i>
</div>
<div id="right_icon">
<div id="reggDropdown">
<!-- DROPDOWN MENU TO BE CREATED FOR LOGIN AND SIGNUP -->
<div id="drop">
<a class='dropList' id= "login1" href='../signup/login.html'>login</a>
<a class='dropList' id= "login2" href='../signup/createac.html'>sign up</a>
<a class='dropList' id="mail_id" href='../index.html'>abc</a>
<a class='dropList' id="Logout_btn" href='../index.html'>Logout</a>
<!-- <button
style="display: none;"
id="btn_logout"type="submit" >Logout</button> -->
<!-- <div id="signin">
<a href="../signup/login.html"> <button id="btn" type="submit">LOGIN</button></a>
<a href="../signup/createac.html"><button id="btn" type="submit" >SIGNUP</button></a>
<button style=" box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
padding: 10px 20px;
font-size: 14px;
color: red;
font-weight: bold;
background-color: white;
border: none;
border-radius: 2px;
margin: 0px 0px 10px 0px;
cursor: pointer;
display: none;" id="btn_logout"type="submit">Logout</button>
</div> -->
</div>
<i class="fa-regular fa-user"></i>
<span>profile</span>
</div>
<div class="font">
<i class="fa-regular fa-heart"></i>
<a href='../wishlist/wishlist.html'>wishlist</a>
</div>
<div class="font">
<i class="fa-solid fa-bag-shopping"></i>
<a href='../wishlist/cart.html'>bag</a>
</div>
</div>
<!-- TOGGLE MENU -->
<div id="toggle">
<i class='bx bx-menu dropbtn' onclick="myFunction()"></i>
<div id="myDropdown" class="dropdown-content">
<div class="top">
<a href='#'>men</a>
<a href='../womenHomePage/womenHomePage.html'>women</a>
<a href="#">kids</a>
<a href='../homeliving/homeliving.html'>home & living</a>
<a href="#">beauty</a>
<a href="#">studio</a>
</div>
<div class="bottom">
<i class="fa-regular fa-user fa_user" id="profile" href="../index.html"></i>
<i class="fa-regular fa-heart fa_wishlist" href="../wishlist/wishlist.html"></i>
<i class="fa-solid fa-bag-shopping fa_cart" href="../wishlist/cart.html"></i>
</div>
</div>
</div>
</header>
<div class="slider">
<div class="slides">
<!--radio buttons start-->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<input type="radio" name="radio-btn" id="radio4">
<!--slide images start-->
<div class="slide first">
<a href="../womenHomePage/women.html"><img src="https://assets.myntassets.com/w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2023/7/31/8792d615-bdb3-4d83-92ca-512ae53558441690744755579-DB.png"
alt=""></a>
</div>
<div class="slide">
<a href="../womenHomePage/women.html"><img src="https://assets.myntassets.com/w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/7/28/84b6a214-9eb3-49eb-9f9d-72cec56ec5d71659019908592-Indian-Wear_DK--1-.jpg"
alt=""></a>
</div>
<div class="slide">
<a href="../homelivingproduct/homeproduct.html"><img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/7/28/6107d28b-2bcb-44e6-9743-655b54550b8f1659020199598-Workwear_Desk--1-.jpg"
alt=""></a>
</div>
<div class="slide">
<a href="../womenHomePage/women.html"><img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/7/28/0174e4d7-448c-4746-8572-69461ad5be101659020268081-Tops---Tees_Desk.jpg"
alt=""></a>
</div>
</div>
<!--manual navigation start-->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
</div>
</div>
<h1>RAKSHABANDHAN GIFTS THIS WAY</h1>
<div id="deals">
</div>
<h1>GRAND GLOBAL BRANDS</h1>
<div id="best">
</div>
<h1>CATEGORIES TO BAG</h1>
<div id="top">
</div>
<h1>SHPO BY CATEGORIES</h1>
<div id="categories">
</div>
<h1>TOP PICKS</h1>
<div id="dealsTop">
</div>
<h1>UNMISSABLE THIS SEASON</h1>
<div id="unmissable">
</div>
<h1>COLOURS OF THE SEASON</h1>
<div id="colours">
</div>
<h1>TOP INFLUENCERS EXCLUSIVE STYLE</h1>
<div id="topInfluencers"></div>
<h1>BUDGET PICKS INFLUENCERS LOVE</h1>
<div id="budget"></div>
<h1>TRENDING OUTFIT BY INFLUENCERS</h1>
<div id="trending">
</div>
<!-- FOOTER SECTION -->
<footer>
<section id="section_1">
<div id="left">
<div>
<h4>online shopping</h4>
<p>men</p>
<p>women</p>
<p>home & living</p>
<p>beauty</p>
<p>gift cards</p>
<p>myntra insider<span id="latest">New</span></p>
</div>
<div>
<h4>useful links</h4>
<p>men</p>
<p>faq</p>
<p>t&c</p>
<p>terms of use</p>
<p>track order</p>
<p>shipping</p>
<p>cancellation</p>
<p>returns</p>
<p>whitehat</p>
<p>blog</p>
<p>careers</p>
<p>privacy policy</p>
<p>site map</p>
<p>corporate information</p>
</div>
<div>
<h4>experience myntra app on mobile</h4>
<img src="https://bit.ly/3LluZ4L" alt="android">
<img src="https://bit.ly/3DmWQys" alt="ios">
<h4 id="social_connect">keep in touch</h4>
<div>
<i class="fa-brands fa-facebook-square"></i>
<i class="fa-brands fa-twitter-square"></i>
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-instagram"></i>
</div>
</div>
</div>
<div id="right">
<div>
<img src="https://bit.ly/3JPiL47" alt="original">
<p> <span>100% ORIGINAL</span> guarantee for all products at myntra.com</p>
</div>
<div>
<img src="https://bit.ly/3uBalH4" alt="return_policy">
<p><span>Return within 30days</span> of receiving your order</p>
</div>
</div>
</section>
<section id="section_2">
<h4>popular searches</h4>
<div></div>
</section>
<section id="section_3">
<a href="">sherwani</a><a href="">track pants</a><a href="">blazzers</a><a href="">sweater</a><a href="">jeans</a><a href="">suit</a><a href="">trouser</a><a href="">shalwar</a><a href="">bracelets</a><a href="">sherwani</a><a href="">cargo</a><a href="">shirt</a><a href="">sherwani</a><a href="">shelwar</a><a href="">Bracelets</a><a href="">sherwani</a><a href="">blazzers</a><a href="">sherwani</a><a href="">bracelets</a><a href="">rings</a><a href="">blazzers</a><a href="">sherwani</a><a href="">sherwani</a><a href="">sherwani</a><a href="">blazzers</a><a href="">blazzers</a><a href="">blazzers</a><a href="">shelwar</a><a href="">shalwar</a><a href="">jeans</a>
</section>
<section id="section_4">
<p>In case of any concern <a href="#"> contact us</a></p>
<p>© 2022 www.myntra.com. All rights reserved.</p>
</section>
<hr>
<section id="section_5">
<h4>men's shopping at myntra: a superior experience</h4>
<p>Myntra is one of the best sites when it comes to online shopping for men. The finest of material, superior design and unbeatable style go into the making of our men’s shopping collection. Our range of online shopping men’s wear, accessories, footwear and personal care products are second to none. Compared with other men’s shopping sites, Myntra brings you the best price products which won’t hurt your pocket. With seasonal discounts on trendy casual wear, suits, blazers, sneakers and more, online shopping for men at Myntra just gets even more irresistible!
</p>
</section>
<section id="section_6">
<h4>online shopping for men: options unlimited</h4>
<p>At Myntra, our online shopping fashion for men collection features plenty of options to create multiple outfits. At our men’s online shop we have brought together an exhaustive range of products from the best men’s brands. Here is a list of must-haves from the wide variety of awesome products at Myntra:</p>
<div>
<ol>
<li> <span> Smart men’s clothing </span> - At Myntra you will find myriad options in smart formal shirts and trousers, cool T-shirts and jeans, or kurta and pyjama combinations for men. Wear your attitude with printed T-shirts. Create the back-to-campus vibe with varsity T-shirts and distressed jeans. Be it gingham, buffalo, or window-pane style, checked shirts are unbeatably smart. Team them up with chinos, cuffed jeans or cropped trousers for a smart casual look. Opt for a stylish layered look with biker jackets. Head out in cloudy weather with courage in water-resistant jackets. Browse through our innerwear section to find supportive garments which would keep you confident in any outfit.</li>
<li> <span> Trendy women’s clothing </span>- Online shopping for women at Myntra is a mood-elevating experience. Look hip and stay comfortable with chinos and printed shorts this summer. Look hot on your date dressed in a little black dress, or opt for red dresses for a sassy vibe. Striped dresses and T-shirts represent the classic spirit of nautical fashion. Choose your favourites from among Bardot, off-shoulder, shirt-style, blouson, embroidered and peplum tops, to name a few. Team them up with skinny-fit jeans, skirts or palazzos. Kurtis and jeans make the perfect fusion-wear combination for the cool urbanite. Our grand sarees and lehenga-choli selections are perfect to make an impression at big social events such as weddings. Our salwar-kameez sets, kurtas and Patiala suits make comfortable options for regular wear.
</li>
<li> <span> Fashionable footwear </span> - While clothes maketh the man, the type of footwear you wear reflects your personality. We bring you an exhaustive lineup of options in casual shoes for men, such as sneakers and loafers. Make a power statement at work dressed in brogues and oxfords. Practice for your marathon with running shoes for men and women. Choose shoes for individual games such as tennis, football, basketball, and the like. Or step into the casual style and comfort offered by sandals, sliders, and flip-flops. Explore our lineup of fashionable footwear for ladies, including pumps, heeled boots, wedge-heels, and pencil-heels. Or enjoy the best of comfort and style with embellished and metallic flats.
</li>
</ol>
</div>
<p>Make sure you check out fun printed men’s T-shirts featuring your favourite characters from DC Comics and Marvel studios. Relive the magic of your favourite superhero from Justice League. Fly high with Superman, battle the bad guys with Batman, or get trendy in lightning-speed with a Flash T-shirt. Grab our cool Marvel Avengers T-shirts. Stay powered up with the Iron Man, or walk with the warriors in a Thor T-shirt.</p>
<p>Our online shopping fashion for mens collection includes even more amazing merchandise such as innerwear, sleepwear, track pants, personal care, wallets, belts and other fashion accessories.</p>
</section>
<section id="section_6">
<h4>men's shopping made easy at myntra</h4>
<p>Myntra is the most convenient men’s online store, what with our simplified shopping and payment procedures. With just a few clicks of the mouse or taps on your smartphone, you can buy your favorites from the best men’s brands right away.</p>
</section>
</footer>
</body>
</html>
<script src="deals.js"></script>
<script src="headerMenu.js"></script>
<script src="corousel.js"></script>
<script src="hyperlinks.js"></script>
<!-- <script src="../signup/script/password.js"></script> -->