-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htmk
514 lines (503 loc) · 18.8 KB
/
index.htmk
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Shopping cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet"/>
<!-- Customize styles -->
<link href="style.css" rel="stylesheet"/>
<!-- font awesome styles -->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link href="css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
</head>
<body>
<!--
Upper Header Section
-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="topNav">
<div class="container">
<div class="alignR">
<div class="pull-left socialNw">
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-facebook"></span></a>
<a href="#"><span class="icon-youtube"></span></a>
<a href="#"><span class="icon-tumblr"></span></a>
</div>
<a class="active" href="index.html"> <span class="icon-home"></span> Home</a>
<a href="#"><span class="icon-user"></span> My Account</a>
<a href="register.html"><span class="icon-edit"></span> Free Register </a>
<a href="contact.html"><span class="icon-envelope"></span> Contact us</a>
<a href="cart.html"><span class="icon-shopping-cart"></span> 2 Item(s) - <span class="badge badge-warning"> $7.00</span></a>
</div>
</div>
</div>
</div>
<!--
Lower Header Section
-->
<div class="container">
<div id="gototop"> </div>
<header id="header">
<div class="row">
<div class="span4">
<h1>
<a class="logo" href="index.html"><span>Twitter Bootstrap ecommerce template</span>
<img src="assets/img/logo-bootstrap-shoping-cart.png" alt="bootstrap sexy shop">
</a>
</h1>
</div>
<div class="span4">
<div class="offerNoteWrapper">
<h1 class="dotmark">
<i class="icon-cut"></i>
Twitter Bootstrap shopping cart HTML template is available @ $14
</h1>
</div>
</div>
<div class="span4 alignR">
<p><br> <strong> Support (24/7) : +62812 79899289 </strong><br><br></p>
<span class="btn btn-mini">[ 2 ] <span class="icon-shopping-cart"></span></span>
<span class="btn btn-warning btn-mini">$</span>
<span class="btn btn-mini">£</span>
<span class="btn btn-mini">€</span>
</div>
</div>
</header>
<!--
Navigation Bar Section
-->
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home </a></li>
<li class=""><a href="list-view.html">List View</a></li>
<li class=""><a href="grid-view.html">Grid View</a></li>
<li class=""><a href="three-col.html">Three Column</a></li>
<li class=""><a href="four-col.html">Four Column</a></li>
<li class=""><a href="general.html">General Content</a></li>
</ul>
<form action="#" class="navbar-search pull-left">
<input type="text" placeholder="Search" class="search-query span2">
</form>
<ul class="nav pull-right">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#"><span class="icon-lock"></span> Login <b class="caret"></b></a>
<div class="dropdown-menu">
<form class="form-horizontal loginFrm">
<div class="control-group">
<input type="text" class="span2" id="inputEmail" placeholder="Email">
</div>
<div class="control-group">
<input type="password" class="span2" id="inputPassword" placeholder="Password">
</div>
<div class="control-group">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="shopBtn btn-block">Sign in</button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--
Body Section
-->
<div class="row">
<div id="sidebar" class="span3">
<div class="well well-small">
<ul class="nav nav-list">
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Pelajaran</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Kesehatan</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Okomotif</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Anak Anak</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Doa doa</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Buku Komik</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Novel</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Kitab Suci</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>Aksesoris</a></li>
<li><a href="products.html"><span class="icon-chevron-right"></span>See All Aksesoris</a></li>
<li style="border:0"> </li>
<li> <a class="totalInCart" href="cart.html"><strong>Total Amount <span class="badge badge-warning pull-right" style="line-height:18px;">$448.42</span></strong></a></li>
</ul>
</div>
<div class="well well-small alert alert-warning cntr">
<h2>50% Discount</h2>
<p>
only valid for online order. <br><br><a class="defaultBtn" href="#">Click here </a>
</p>
</div>
<div class="well well-small" ><a href="#"><img src="assets/img/sahabat.jpg" alt="payment method paypal"></a></div>
<a class="shopBtn btn-block" href="#">Upcoming products <br><small>Click to view</small></a>
<br>
<br>
<ul class="nav nav-list promowrapper">
<li>
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<img src="assets/img/Faith.jpg" alt="bootstrap ecommerce templates">
<div class="caption">
<h4><a class="defaultBtn" href="product_details.html">VIEW</a> <span class="pull-right">$22.00</span></h4>
</div>
</div>
</li>
<li style="border:0"> </li>
<li>
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<img src="assets/img/tereliye.jpg" alt="shopping cart template">
<div class="caption">
<h4><a class="defaultBtn" href="product_details.html">VIEW</a> <span class="pull-right">$22.00</span></h4>
</div>
</div>
</li>
<li style="border:0"> </li>
<li>
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<img src="assets/img/hirata.jpg" alt="bootstrap template">
<div class="caption">
<h4><a class="defaultBtn" href="product_details.html">VIEW</a> <span class="pull-right">$22.00</span></h4>
</div>
</div>
</li>
</ul>
</div>
<div class="span9">
<div class="well np">
<div id="myCarousel" class="carousel slide homCar">
<div class="carousel-inner">
<div class="item">
<img style="width:100%" src="assets/img/hirata.jpg" alt="bootstrap ecommerce templates">
<div class="carousel-caption">
<h4>Bootstrap shopping cart</h4>
<p><span>Very clean simple to use</span></p>
</div>
</div>
<div class="item">
<img style="width:100%" src="assets/img/fb.jpg" alt="bootstrap ecommerce templates">
<div class="carousel-caption">
<h4>Bootstrap Ecommerce template</h4>
<p><span>Highly Google seo friendly</span></p>
</div>
</div>
<div class="item active">
<img style="width:100%" src="assets/img/offroad.jpg" alt="bootstrap ecommerce templates">
<div class="carousel-caption">
<h4>Twitter Bootstrap cart</h4>
<p><span>Very easy to integrate and expand.</span></p>
</div>
</div>
<div class="item">
<img style="width:100%" src="assets/img/zakat.jpg" alt="bootstrap templates">
<div class="carousel-caption">
<h4>Bootstrap templates integration</h4>
<p><span>Compitable to many more opensource cart</span></p>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div>
</div>
<!--
New Products
-->
<div class="well well-small">
<h3>New Products </h3>
<hr class="soften"/>
<div class="row-fluid">
<div id="newProductCar" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<ul class="thumbnails">
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="#" class="tag"></a>
<a href="product_details.html"><img src="assets/img/imagesaaa.jpg" alt="bootstrap-ring"></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="#" class="tag"></a>
<a href="product_details.html"><img src="assets/img/images.jpg" alt=""></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="#" class="tag"></a>
<a href="product_details.html"><img src="assets/img/iloveyou.jpg" alt=""></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/man.jpg" alt=""></a>
</div>
</li>
</ul>
</div>
<div class="item">
<ul class="thumbnails">
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/hirata.jpg" alt=""></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/sabtu.jpg" alt=""></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/sahabat.jpg" alt=""></a>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/blue.jpg" alt=""></a>
</div>
</li>
</ul>
</div>
</div>
<a class="left carousel-control" href="#newProductCar" data-slide="prev">‹</a>
<a class="right carousel-control" href="#newProductCar" data-slide="next">›</a>
</div>
</div>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/last.jpg" alt=""></a>
<div class="caption cntr">
<p>Komik</p>
<p><strong> $2.00</strong></p>
<h4><a class="shopBtn" href="#" title="add to cart"> Add to cart </a></h4>
<div class="actionList">
<a class="pull-left" href="#">Add to Wish List </a>
<a class="pull-left" href="#"> Add to Compare </a>
</div>
<br class="clr">
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/cherry.jpg" alt=""></a>
<div class="caption cntr">
<p>Komik</p>
<p><strong> $2.00</strong></p>
<h4><a class="shopBtn" href="#" title="add to cart"> Add to cart </a></h4>
<div class="actionList">
<a class="pull-left" href="#">Add to Wish List </a>
<a class="pull-left" href="#"> Add to Compare </a>
</div>
<br class="clr">
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/conan.jpg" alt=""></a>
<div class="caption cntr">
<p>Novel</p>
<p><strong> $14.00</strong></p>
<h4><a class="shopBtn" href="#" title="add to cart"> Add to cart </a></h4>
<div class="actionList">
<a class="pull-left" href="#">Add to Wish List </a>
<a class="pull-left" href="#"> Add to Compare </a>
</div>
<br class="clr">
</div>
</div>
</li>
</ul>
</div>
</div>
<!--
Featured Products
-->
<div class="well well-small">
<h3><a class="btn btn-mini pull-right" href="products.html" title="View more">VIew More<span class="icon-plus"></span></a> Featured Products </h3>
<hr class="soften"/>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/faith.jpg" alt=""></a>
<div class="caption">
<h5>Novel</h5>
<h4>
<a class="defaultBtn" href="product_details.html" title="Click to view"><span class="icon-zoom-in"></span></a>
<a class="shopBtn" href="#" title="add to cart"><span class="icon-plus"></span></a>
<span class="pull-right">$4.00</span>
</h4>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/tereliye.jpg" alt=""></a>
<div class="caption">
<h5>Novel</h5>
<h4>
<a class="defaultBtn" href="product_details.html" title="Click to view"><span class="icon-zoom-in"></span></a>
<a class="shopBtn" href="#" title="add to cart"><span class="icon-plus"></span></a>
<span class="pull-right">$2.00</span>
</h4>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<a class="zoomTool" href="product_details.html" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<a href="product_details.html"><img src="assets/img/winter.jpg" alt=""/></a>
<div class="caption">
<h5>Novel</h5>
<h4>
<a class="defaultBtn" href="product_details.html" title="Click to view"><span class="icon-zoom-in"></span></a>
<a class="shopBtn" href="#" title="add to cart"><span class="icon-plus"></span></a>
<span class="pull-right">$4.00</span>
</h4>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="well well-small">
<a class="btn btn-mini pull-right" href="#">View more <span class="icon-plus"></span></a>
Popular Products
</div>
<hr>
<div class="well well-small">
<a class="btn btn-mini pull-right" href="#">View more <span class="icon-plus"></span></a>
Best selling Products
</div>
</div>
</div>
<!--
Clients
-->
<section class="our_client">
<hr class="soften"/>
<h4 class="title cntr"><span class="text">Manufactures</span></h4>
<hr class="soften"/>
<div class="row">
<div class="span2">
<a href="#"><img alt="" src="assets/img/1.png"></a>
</div>
<div class="span2">
<a href="#"><img alt="" src="assets/img/2.png"></a>
</div>
<div class="span2">
<a href="#"><img alt="" src="assets/img/3.png"></a>
</div>
<div class="span2">
<a href="#"><img alt="" src="assets/img/4.png"></a>
</div>
<div class="span2">
<a href="#"><img alt="" src="assets/img/5.png"></a>
</div>
<div class="span2">
<a href="#"><img alt="" src="assets/img/6.png"></a>
</div>
</div>
</section>
<!--
Footer
-->
<footer class="footer">
<div class="row-fluid">
<div class="span2">
<h5>Your Account</h5>
<a href="#">YOUR ACCOUNT</a><br>
<a href="#">PERSONAL INFORMATION</a><br>
<a href="#">ADDRESSES</a><br>
<a href="#">DISCOUNT</a><br>
<a href="#">ORDER HISTORY</a><br>
</div>
<div class="span2">
<h5>Iinformation</h5>
<a href="contact.html">CONTACT</a><br>
<a href="#">SITEMAP</a><br>
<a href="#">LEGAL NOTICE</a><br>
<a href="#">TERMS AND CONDITIONS</a><br>
<a href="#">ABOUT US</a><br>
</div>
<div class="span2">
<h5>Our Offer</h5>
<a href="#">NEW PRODUCTS</a> <br>
<a href="#">TOP SELLERS</a><br>
<a href="#">SPECIALS</a><br>
<a href="#">MANUFACTURERS</a><br>
<a href="#">SUPPLIERS</a> <br/>
</div>
<div class="span6">
<h5>The standard chunk of Lorem</h5>
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for
those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et
Malorum" by Cicero are also reproduced in their exact original form,
accompanied by English versions from the 1914 translation by H. Rackham.
</div>
</div>
</footer>
</div><!-- /container -->
<div class="copyright">
<div class="container">
<p class="pull-right">
<a href="#"><img src="assets/img/maestro.png" alt="payment"></a>
<a href="#"><img src="assets/img/mc.png" alt="payment"></a>
<a href="#"><img src="assets/img/pp.png" alt="payment"></a>
<a href="#"><img src="assets/img/visa.png" alt="payment"></a>
<a href="#"><img src="assets/img/disc.png" alt="payment"></a>
</p>
<span>Copyright © 2013<br> bootstrap ecommerce shopping template</span>
</div>
</div>
<a href="#" class="gotop"><i class="icon-double-angle-up"></i></a>
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.easing-1.3.min.js"></script>
<script src="assets/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="assets/js/shop.js"></script>
</body>
</html>