-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
538 lines (520 loc) · 19.7 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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link href="css/bootstrap-3.1.1.min.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href='http://fonts.useso.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='http://fonts.useso.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<!-- start menu -->
<script src="js/bootstrap.min.js"></script>
<script src="js/simpleCart.min.js"> </script>
<!-- slide -->
<script src="js/responsiveslides.min.js"></script>
<script>
$(function () {
$("#slider").responsiveSlides({
auto: false,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<!-- animation-effect -->
<link href="css/animate.min.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- //animation-effect -->
</head>
<body>
<!--header-->
<div class="header">
<div class="header-top">
<div class="container">
<div class="col-sm-4 logo animated wow fadeInLeft" data-wow-delay=".5s">
<h1><a href="index.html">Youth <span>Fashion</span></a></h1>
</div>
<div class="col-sm-4 world animated wow fadeInRight" data-wow-delay=".5s">
<div class="cart box_1">
<a href="checkout.html">
<h3> <div class="total">
<span class="simpleCart_total"></span></div>
<img src="images/cart.png" alt=""/></h3>
</a>
<p><a href="javascript:;" class="simpleCart_empty">Empty Cart</a></p>
</div>
</div>
<div class="col-sm-2 number animated wow fadeInRight" data-wow-delay=".5s">
<span><i class="glyphicon glyphicon-phone"></i>085 596 234</span>
<p>Call me</p>
</div>
<div class="col-sm-2 search animated wow fadeInRight" data-wow-delay=".5s">
<a class="play-icon popup-with-zoom-anim" href="#small-dialog"><i class="glyphicon glyphicon-search"> </i> </a>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="container">
<div class="head-top">
<div class="n-avigation">
<nav class="navbar nav_bottom" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header nav_2">
<button type="button" class="navbar-toggle collapsed navbar-toggle1" data-toggle="collapse" data-target="#bs-megadropdown-tabs">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-megadropdown-tabs">
<ul class="nav navbar-nav nav_1">
<li><a href="index.html">Home</a></li>
<li class="dropdown mega-dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Women<span class="caret"></span></a>
<div class="dropdown-menu mega-dropdown-menu">
<div class="container-fluid">
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="men">
<ul class="nav-list list-inline">
<li><a href="women.html"><img src="images/t7.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="women.html"><img src="images/t8.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="women.html"><img src="images/t9.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="women.html"><img src="images/t11.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="women.html"><img src="images/t1.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="women.html"><img src="images/t12.jpg" class="img-responsive" alt=""/></a></li>
</ul>
</div>
</div>
</div>
<!-- Nav tabs -->
</div>
</li>
<li class="dropdown mega-dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Men<span class="caret"></span></a>
<div class="dropdown-menu mega-dropdown-menu">
<div class="container-fluid">
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="men">
<ul class="nav-list list-inline">
<li><a href="men.html"><img src="images/t10.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="men.html"><img src="images/t2.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="men.html"><img src="images/t3.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="men.html"><img src="images/t4.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="men.html"><img src="images/t5.jpg" class="img-responsive" alt=""/></a></li>
<li><a href="men.html"><img src="images/t6.jpg" class="img-responsive" alt=""/></a></li>
</ul>
</div>
</div>
</div>
<!-- Nav tabs -->
</div>
</li>
<li><a href="products.html">Products</a></li>
<li><a href="account.html">Sign In</a></li>
<li class="last"><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
<div class="clearfix"> </div>
<!---pop-up-box---->
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all"/>
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<!---//pop-up-box---->
<div id="small-dialog" class="mfp-hide">
<div class="search-top">
<div class="login">
<form action="#" method="post">
<input type="submit" value="">
<input type="text" name="search" value="Type something..." onFocus="this.value = '';" onBlur="if (this.value == '') {this.value = '';}">
</form>
</div>
<p> Shopping</p>
</div>
</div>
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!---->
</div>
</div>
</div>
<!--banner-->
<div class="banner">
<div class="matter-banner">
<div class="slider">
<div class="callbacks_container">
<ul class="rslides" id="slider">
<li>
<img src="images/1.jpg" alt="">
<div class="tes animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<h2>MEN & WOMEN</h2>
<h3>Trousers & Chinos</h3>
<h4>UPTO 50%</h4>
<p>OFFER</p>
</div>
</li>
<li>
<img src="images/3.jpg" alt="">
<div class="tes animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<h2>MEN & WOMEN</h2>
<h3>Trousers & Chinos</h3>
<h4>UPTO 50%</h4>
<p>OFFER</p>
</div>
</li>
<li>
<img src="images/2.jpg" alt="">
<div class="tes animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<h2>MEN & WOMEN</h2>
<h3>Trousers & Chinos</h3>
<h4>UPTO 50%</h4>
<p>OFFER</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!--//banner-->
<!--content-->
<div class="content">
<div class="container">
<div class="content-top">
<div class="content-top1">
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi5.png" alt="" />
</a>
<h3><a href="single.html">Palazzo</a></h3>
<div class="price">
<h5 class="item_price">$450</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-6 animated wow fadeInDown animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;">
<div class="col-md3">
<div class="up-t">
<h3>Flat 50% Offer</h3>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInRight" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi4.png" alt="" />
</a>
<h3><a href="single.html">Pant</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="content-top1">
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi3.png" alt="" />
</a>
<h3><a href="single.html">Palazoo</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi2.png" alt="" />
</a>
<h3><a href="single.html">Trouser</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInRight" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi6.png" alt="" />
</a>
<h3><a href="single.html">Trouser</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 cmn animated wow fadeInRight" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi8.png" alt="" />
</a>
<h3><a href="single.html">Palazoo</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--//content-->
<div class="con-tp">
<div class="container">
<div class="col-md-4 con-tp-lft animated wow fadeInLeft" data-wow-delay=".5s">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/6.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>30%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 con-tp-lft animated wow fadeInDown animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/10.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>45%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 con-tp-lft animated wow fadeInRight" data-wow-delay=".5s">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/9.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>50%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="clearfix"></div>
<div class="col-md-4 con-tp-lft animated wow fadeInLeft" data-wow-delay=".5s">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/12.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>25%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 con-tp-lft animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/13.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>50%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 con-tp-lft animated wow fadeInRight" data-wow-delay=".5s">
<a href="products.html">
<div class="content-grid-effect slow-zoom vertical">
<div class="img-box"><img src="images/14.jpg" alt="image" class="img-responsive zoom-img"></div>
<div class="info-box">
<div class="info-content simpleCart_shelfItem">
<h4>35%offer</h4>
</div>
</div>
</div>
</a>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="c-btm">
<div class="content-top1">
<div class="container">
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi9.png" alt="" />
</a>
<h3><a href="single.html">Trousers</a></h3>
<div class="price">
<h5 class="item_price">$300</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi10.png" alt="" />
</a>
<h3><a href="single.html">Formal</a></h3>
<div class="price">
<h5 class="item_price">$450</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInRight" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi11.png" alt="" />
</a>
<h3><a href="single.html">Trousers</a></h3>
<div class="price">
<h5 class="item_price">$350</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-3 col-md2 animated wow fadeInRight" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<a href="single.html">
<img class="img-responsive" src="images/pi12.png" alt="" />
</a>
<h3><a href="single.html">Formal</a></h3>
<div class="price">
<h5 class="item_price">$400</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--footer-->
<div class="footer">
<div class="container">
<div class="footer-top">
<div class="col-md-6 top-footer animated wow fadeInLeft" data-wow-delay=".5s">
<h3>Follow Us On</h3>
<div class="social-icons">
<ul class="social">
<li><a href="#"><i></i></a> </li>
<li><a href="#"><i class="facebook"></i></a></li>
<li><a href="#"><i class="google"></i> </a></li>
<li><a href="#"><i class="linked"></i> </a></li>
</ul>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 top-footer1 animated wow fadeInRight" data-wow-delay=".5s">
<h3>Newsletter</h3>
<form action="#" method="post">
<input type="text" name="email" value="" onFocus="this.value='';" onBlur="if (this.value == '') {this.value ='';}">
<input type="submit" value="SUBSCRIBE">
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="col-md-3 footer-bottom-cate animated wow fadeInLeft" data-wow-delay=".5s">
<h6>Categories</h6>
<ul>
<li><a href="products.html">Curabitur sapien</a></li>
<li><a href="single.html">Dignissim purus</a></li>
<li><a href="men.html">Tempus pretium</a></li>
<li><a href="products.html">Dignissim neque</a></li>
<li><a href="single.html">Ornared id aliquet</a></li>
</ul>
</div>
<div class="col-md-3 footer-bottom-cate animated wow fadeInLeft" data-wow-delay=".5s">
<h6>Feature Projects</h6>
<ul>
<li><a href="products.html">Dignissim purus</a></li>
<li><a href="men.html">Curabitur sapien</a></li>
<li><a href="single.html">Tempus pretium</a></li>
<li><a href="men.html">Dignissim neque</a></li>
<li><a href="products.html">Ornared id aliquet</a></li>
</ul>
</div>
<div class="col-md-3 footer-bottom-cate animated wow fadeInRight" data-wow-delay=".5s">
<h6>Top Brands</h6>
<ul>
<li><a href="products.html">Tempus pretium</a></li>
<li><a href="single.html">Curabitur sapien</a></li>
<li><a href="men.html">Dignissim purus</a></li>
<li><a href="single.html">Dignissim neque</a></li>
<li><a href="men.html">Ornared id aliquet</a></li>
</ul>
</div>
<div class="col-md-3 footer-bottom-cate cate-bottom animated wow fadeInRight" data-wow-delay=".5s">
<h6>Our Address</h6>
<ul>
<li><i class="glyphicon glyphicon-map-marker" aria-hidden="true"></i>Address : 12th Avenue, 5th block, <span>Sydney.</span></li>
<li><i class="glyphicon glyphicon-envelope" aria-hidden="true"></i>Email : <a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="glyphicon glyphicon-earphone" aria-hidden="true"></i>Phone : +1234 567 567</li>
</ul>
</div>
<div class="clearfix"> </div>
<p class="footer-class animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">Copyright © 2016.Company name All rights reserved.<a target="_blank" href="http://www.17sucai.com/">网页模板</a></p>
</div>
</div>
</div>
<!--footer-->
</body>
</html>