-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
605 lines (595 loc) · 24.6 KB
/
single.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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Eshop a Flat E-Commerce Bootstrap Responsive Website Template | Single :: w3layouts</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- Custom Theme files -->
<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="Eshop Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--webfont-->
<!-- for bootstrap working -->
<script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script>
<!-- //for bootstrap working -->
<!-- cart -->
<script src="js/simpleCart.min.js"> </script>
<!-- cart -->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
</head>
<body>
<!-- header-section-starts -->
<div class="header">
<div class="header-top-strip">
<div class="container">
<div class="header-top-left">
<ul>
<li><a href="account.html"><span class="glyphicon glyphicon-user"> </span>Login</a></li>
<li><a href="register.html"><span class="glyphicon glyphicon-lock"> </span>Create an Account</a></li>
</ul>
</div>
<div class="header-right">
<div class="cart box_1">
<a href="checkout.html">
<h3> <span class="simpleCart_total"> $0.00 </span> (<span id="simpleCart_quantity" class="simpleCart_quantity"> 0 </span>)<img src="images/bag.png" alt=""></h3>
</a>
<p><a href="javascript:;" class="simpleCart_empty">Empty cart</a></p>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- header-section-ends -->
<div class="inner-banner">
<div class="container">
<div class="banner-top inner-head">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<h1><a href="index.html"><span>E</span> -Shop</a></h1>
</div>
</div>
<!--/.navbar-header-->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Men <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Clothing</a></li>
<li><a href="products.html">New In Bags</a></li>
<li><a href="products.html">New In Shoes</a></li>
<li><a href="products.html">New In Watches</a></li>
<li><a href="products.html">New In Grooming</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>CLOTHING</h6>
<li><a href="products.html">Polos & Tees</a></li>
<li><a href="products.html">Casual Shirts</a></li>
<li><a href="products.html">Casual Trousers</a></li>
<li><a href="products.html">Jeans</a></li>
<li><a href="products.html">Shorts & 3/4th</a></li>
<li><a href="products.html">Formal Shirts</a></li>
<li><a href="products.html">Formal Trousers</a></li>
<li><a href="products.html">Suits & Blazers</a></li>
<li><a href="products.html">Track Wear</a></li>
<li><a href="products.html">Inner Wear</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>WATCHES</h6>
<li><a href="products.html">Analog</a></li>
<li><a href="products.html">Chronograph</a></li>
<li><a href="products.html">Digital</a></li>
<li><a href="products.html">Watch Cases</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">women <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Clothing</a></li>
<li><a href="products.html">New In Bags</a></li>
<li><a href="products.html">New In Shoes</a></li>
<li><a href="products.html">New In Watches</a></li>
<li><a href="products.html">New In Beauty</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>CLOTHING</h6>
<li><a href="products.html">Polos & Tees</a></li>
<li><a href="products.html">Casual Shirts</a></li>
<li><a href="products.html">Casual Trousers</a></li>
<li><a href="products.html">Jeans</a></li>
<li><a href="products.html">Shorts & 3/4th</a></li>
<li><a href="products.html">Formal Shirts</a></li>
<li><a href="products.html">Formal Trousers</a></li>
<li><a href="products.html">Suits & Blazers</a></li>
<li><a href="products.html">Track Wear</a></li>
<li><a href="products.html">Inner Wear</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>WATCHES</h6>
<li><a href="products.html">Analog</a></li>
<li><a href="products.html">Chronograph</a></li>
<li><a href="products.html">Digital</a></li>
<li><a href="products.html">Watch Cases</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">kids <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-2">
<div class="row">
<div class="col-sm-6">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Boys Clothing</a></li>
<li><a href="products.html">New In Girls Clothing</a></li>
<li><a href="products.html">New In Boys Shoes</a></li>
<li><a href="products.html">New In Girls Shoes</a></li>
</ul>
</div>
<div class="col-sm-6">
<ul class="multi-column-dropdown">
<h6>ACCESSORIES</h6>
<li><a href="products.html">Bags</a></li>
<li><a href="products.html">Watches</a></li>
<li><a href="products.html">Sun Glasses</a></li>
<li><a href="products.html">Jewellery</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li><a href="typography.html">TYPO</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<!--/.navbar-collapse-->
</nav>
<!--/.navbar-->
</div>
</div>
</div>
<!-- content-section-starts -->
<div class="container">
<div class="products-page">
<div class="products">
<div class="product-listy">
<h2>our Products</h2>
<ul class="product-list">
<li><a href="">New Products</a></li>
<li><a href="">Old Products</a></li>
<li><a href="">T-shirts</a></li>
<li><a href="">pants</a></li>
<li><a href="">Dress</a></li>
<li><a href="">Shorts</a></li>
<li><a href="#">Shirts</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div>
<div class="latest-bis">
<img src="images/l4.jpg" class="img-responsive" alt="" />
<div class="offer">
<p>40%</p>
<small>Top Offer</small>
</div>
</div>
<div class="tags">
<h4 class="tag_head">Tags Widget</h4>
<ul class="tags_links">
<li><a href="#">Kitesurf</a></li>
<li><a href="#">Super</a></li>
<li><a href="#">Duper</a></li>
<li><a href="#">Theme</a></li>
<li><a href="#">Men</a></li>
<li><a href="#">Women</a></li>
<li><a href="#">Equipment</a></li>
<li><a href="#">Best</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Men</a></li>
<li><a href="#">Apparel</a></li>
<li><a href="#">Super</a></li>
<li><a href="#">Duper</a></li>
<li><a href="#">Theme</a></li>
<li><a href="#">Responsive</a></li>
<li><a href="#">Women</a></li>
<li><a href="#">Equipment</a></li>
</ul>
</div>
</div>
<div class="new-product">
<div class="col-md-5 zoom-grid">
<div class="flexslider">
<ul class="slides">
<li data-thumb="images/si.jpg">
<div class="thumb-image"> <img src="images/si.jpg" data-imagezoom="true" class="img-responsive" alt="" /> </div>
</li>
<li data-thumb="images/si1.jpg">
<div class="thumb-image"> <img src="images/si1.jpg" data-imagezoom="true" class="img-responsive" alt="" /> </div>
</li>
<li data-thumb="images/si2.jpg">
<div class="thumb-image"> <img src="images/si2.jpg" data-imagezoom="true" class="img-responsive" alt="" /> </div>
</li>
</ul>
</div>
</div>
<div class="col-md-7 dress-info">
<div class="dress-name">
<h3>LOREM IPSUM DRESS</h3>
<span>$459.00</span>
<div class="clearfix"></div>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p>
</div>
<div class="span span1">
<p class="left">FABRIC ORIGIN</p>
<p class="right">Japan</p>
<div class="clearfix"></div>
</div>
<div class="span span2">
<p class="left">MADE IN</p>
<p class="right">China</p>
<div class="clearfix"></div>
</div>
<div class="span span3">
<p class="left">COLOR</p>
<p class="right">White</p>
<div class="clearfix"></div>
</div>
<div class="span span4">
<p class="left">SIZE</p>
<p class="right"><span class="selection-box"><select class="domains valid" name="domains">
<option>M</option>
<option>L</option>
<option>XL</option>
<option>FS</option>
<option>S</option>
</select></span></p>
<div class="clearfix"></div>
</div>
<div class="purchase">
<a href="#">Purchase Now</a>
<div class="social-icons">
<ul>
<li><a class="facebook1" href="#"></a></li>
<li><a class="twitter1" href="#"></a></li>
<li><a class="googleplus1" href="#"></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<script src="js/imagezoom.js"></script>
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script>
// Can also be used with $(document).ready()
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
controlNav: "thumbnails"
});
});
</script>
</div>
<div class="clearfix"></div>
<div class="reviews-tabs">
<!-- Main component for a primary marketing message or call to action -->
<ul class="nav nav-tabs responsive hidden-xs hidden-sm" id="myTab">
<li class="test-class active"><a class="deco-none misc-class" href="#how-to"> More Information</a></li>
<li class="test-class"><a href="#features">Specifications</a></li>
<li class="test-class"><a class="deco-none" href="#source">Reviews (7)</a></li>
</ul>
<div class="tab-content responsive hidden-xs hidden-sm">
<div class="tab-pane active" id="how-to">
<p class="tab-text">Maecenas mauris velit, consequat sit amet feugiat rit, elit vitaeert scelerisque elementum, turpis nisl accumsan ipsum Lorem Ipsum is simply dummy text of the printing and typesetting industry. and scrambled it to make a type specimen book. It has survived Auction your website on Flippa and you'll get the best price from serious buyers, dedicated support and a much better deal than you'll find with any website broker. Sell your site today I need a twitter bootstrap 3.0 theme for the full-calendar plugin. it would be great if the theme includes the add event; remove event, show event details. this must be RESPONSIVE and works on mobile devices. Also, I've seen so many bootstrap themes that comes up with the fullcalendar plugin. However these . </p>
</div>
<div class="tab-pane" id="features">
<p class="tab-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nibh urna, euismod ut ornare non, volutpat vel tortor. Integer laoreet placerat suscipit. Sed sodales scelerisque commodo. Nam porta cursus lectus. Proin nunc erat, gravida a facilisis quis, ornare id lectus. Proin consectetur nibh quis urna gravida mollis.This tab has icon in consectetur adipiscing eliconse consectetur adipiscing elit. Vestibulum nibh urna, ctetur adipiscing elit. Vestibulum nibh urna, t.consectetur adipiscing elit. Vestibulum nibh urna, Vestibulum nibh urna,it.</p>
<p class="tab-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="tab-pane" id="source">
<div class="response">
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>MARCH 21, 2015</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>MARCH 26, 2054</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>MAY 25, 2015</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>FEB 13, 2015</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>JAN 28, 2015</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>APR 18, 2015</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="media response-info">
<div class="media-left response-text-left">
<a href="#">
<img class="media-object" src="images/icon1.png" alt="" />
</a>
<h5><a href="#">Username</a></h5>
</div>
<div class="media-body response-text-right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,There are many variations of passages of Lorem Ipsum available,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>DEC 25, 2014</li>
<li><a href="single.html">Reply</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="other-products products-grid">
<div class="container">
<header>
<h3 class="like text-center">Related Products</h3>
</header>
<div class="col-md-4 product simpleCart_shelfItem text-center">
<a href="single.html"><img src="images/p1.jpg" alt="" /></a>
<div class="mask">
<a href="single.html">Quick View</a>
</div>
<a class="product_name" href="single.html">Sed ut perspiciatis</a>
<p><a class="item_add" href="#"><i></i> <span class="item_price">$329</span></a></p>
</div>
<div class="col-md-4 product simpleCart_shelfItem text-center">
<a href="single.html"><img src="images/p2.jpg" alt="" /></a>
<div class="mask">
<a href="single.html">Quick View</a>
</div>
<a class="product_name" href="single.html">great explorer</a>
<p><a class="item_add" href="#"><i></i> <span class="item_price">$599.8</span></a></p>
</div>
<div class="col-md-4 product simpleCart_shelfItem text-center">
<a href="single.html"><img src="images/p3.jpg" alt="" /></a>
<div class="mask">
<a href="single.html">Quick View</a>
</div>
<a class="product_name" href="single.html">similique sunt</a>
<p><a class="item_add" href="#"><i></i> <span class="item_price">$359.6</span></a></p>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- content-section-ends -->
<div class="news-letter">
<div class="container">
<div class="join">
<h6>JOIN OUR MAILING LIST</h6>
<div class="sub-left-right">
<form>
<input type="text" value="Enter Your Email Here" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Your Email Here';}" />
<input type="submit" value="SUBSCRIBE" />
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer_top">
<div class="span_of_4">
<div class="col-md-3 span1_of_4">
<h4>Shop</h4>
<ul class="f_nav">
<li><a href="#">new arrivals</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">trends</a></li>
<li><a href="#">sale</a></li>
<li><a href="#">style videos</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>help</h4>
<ul class="f_nav">
<li><a href="#">frequently asked questions</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>account</h4>
<ul class="f_nav">
<li><a href="account.html">login</a></li>
<li><a href="register.html">create an account</a></li>
<li><a href="#">create wishlist</a></li>
<li><a href="checkout.html">my shopping bag</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">create wishlist</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>popular</h4>
<ul class="f_nav">
<li><a href="#">new arrivals</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">trends</a></li>
<li><a href="#">sale</a></li>
<li><a href="#">style videos</a></li>
<li><a href="#">login</a></li>
<li><a href="#">brands</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="cards text-center">
<img src="images/cards.jpg" alt="" />
</div>
<div class="copyright text-center">
<p>© 2015 Eshop. All Rights Reserved | Design by <a href="http://w3layouts.com"> W3layouts</a></p>
</div>
</div>
</div>
<script src="js/responsive-tabs.js"></script>
<script type="text/javascript">
$( '#myTab a' ).click( function ( e ) {
e.preventDefault();
$( this ).tab( 'show' );
} );
$( '#moreTabs a' ).click( function ( e ) {
e.preventDefault();
$( this ).tab( 'show' );
} );
( function( $ ) {
// Test for making sure event are maintained
$( '.js-alert-test' ).click( function () {
alert( 'Button Clicked: Event was maintained' );
} );
fakewaffle.responsiveTabs( [ 'xs', 'sm' ] );
} )( jQuery );
</script>
</body>
</html>