-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·456 lines (421 loc) · 24.6 KB
/
index.html
File metadata and controls
executable file
·456 lines (421 loc) · 24.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Pages</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Fontawesome core CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<!--GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--Slide Show Css -->
<link href="assets/ItemSlider/css/main-style.css" rel="stylesheet" />
<!-- custom CSS here -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<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>
<a class="navbar-brand" href="#">PAGES<span class = "glyphicon glyphicon-book"></span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a id="cart" href="cart.html">Cart</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">Signup</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact Us <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#"><strong>Call: </strong>1-800-123-4567</a></li>
<li><a href="#"><strong>Mail: </strong>pages@gmail.com</a></li>
<li class="divider"></li>
<li><a href="#"><strong>Address:</strong>
<div>
1240, Donald Street,<br />
Ottawa, CAN
</div>
</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-center">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<div class="input-group-btn">
<a href="search.html" class="btn btn-default" role="button">
<i class="glyphicon glyphicon-search"></i>
</a>
</div>
</div>
</form>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="container-fluid">
<div class="row">
<div class="main box-border">
<div id="mi-slider" class="mi-slider">
<ul>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/gameofthronesboxset.jpg" alt="img01"><h4>George R. R. Martin's A Game of Thrones 5-Book Boxed Set</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/germangirl.jpeg" height = 250px alt="img02"><h4>The German Girl</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/perfectlife.jpg" height = 250px alt="img03"><h4>My (not so) Perfect Life</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/theorphanstale.jpg" height = 250px alt="img04"><h4>The Orphans Tale</h4>
</a></li>
</ul>
<ul>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/turtles%20all%20the%20way%20down.jpg" height = 250px alt="img05"><h4>Turtles All The Way Down</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/noisnotenuf.jpg" height = 250px alt="img06"><h4>No is NOT Enough</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/sevenstones.jpg" height = 250px alt="img07"><h4>Seven Stones to Stand or Fall</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/thewomanincabin.jpg" height = 250px alt="img08"><h4>The Woman In Cabin 10</h4>
</a></li>
</ul>
<ul>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/clockworkorange.jpg" height = 230px alt="img09"><h4>Anthony Burgess A Clockwork Orange</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/bluecastle.jpg" height = 250px alt="img10"><h4>The Blue Castle</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/three%20day%20road.jpg" height = 250px alt="img11"><h4>Three Day Road</h4>
</a></li>
</ul>
<ul>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/earlscookbook.jpg" height = 250px alt="img12"><h4>Earls: The Cookbook</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/deepwork.jpg" height = 250px alt="img13"><h4>DEEP WORK</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/5secondrule.jpg" height = 250px alt="img14"><h4>The 5 Second Rule</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/5disfunctions.jpg" height = 250px alt="img15"><h4>The FIVE Dysfunctions of a Team</h4>
</a></li>
</ul>
<ul>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/magpiemurders.jpeg" height = 250px alt="img16"><h4>Magpie Murders</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/weightofink.jpeg" height = 250px alt="img17"><h4>The Weight of Ink</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/hunger.jpg" height = 250px alt="img18"><h4>Hunger</h4>
</a></li>
<li><a href="bookinfo.html">
<img src="assets/ItemSlider/images/thereminders.jpg" height = 250px alt="img19"><h4>The Reminders</h4>
</a></li>
</ul>
<nav>
<a href="#">Best Sellers</a>
<a href="#">New Releases</a>
<a href="#">Coming Soon</a>
<a href="#">On Sale</a>
<a href="#">Month's Top Picks</a>
</nav>
</div>
</div>
<br />
</div>
<!-- /.row -->
</div>
<div class="row">
<div class="col-md-3">
<div>
<a href="#" class="list-group-item active">Browse By Categories
</a>
<ul class="list-group">
<li class="list-group-item" onclick="scienceFictionClicked()">Science Fiction
<span class="label label-success pull-right">3</span>
</li>
<li class="list-group-item" onclick="satireClicked()">Satire
<span class="label label-success pull-right">1</span>
</li>
<li class="list-group-item" onclick="artClicked()">Art
<span class="label label-success pull-right">1</span>
</li>
<li class="list-group-item" onclick="fantasyClicked()">Fantasy
<span class="label label-success pull-right">2</span>
</li>
<li class="list-group-item" onclick="biographyClicked()">Biography
<span class="label label-success pull-right">1</span>
</li>
<li class="list-group-item" onclick="selfhelpClicked()">Self Help
<span class="label label-success pull-right">4</span>
</li>
<li class="list-group-item" onclick="historyClicked()">History
<span class="label label-success pull-right">4</span>
</li>
<li class="list-group-item" onclick="actionClicked()">Action & Adventure
<span class="label label-success pull-right">3</span>
</li>
<li class="list-group-item" onclick="mysteryClicked()">Mystery
<span class="label label-success pull-right">3</span>
</li>
<li class="list-group-item" onclick="guideClicked()">Guide & Travel
<span class="label label-success pull-right">2</span>
</li>
<li class="list-group-item" onclick="childrenClicked()">Childrens
<span class="label label-success pull-right">1</span>
</li>
<li class="list-group-item">Horror
<span class="label label-success pull-right">0</span>
</li>
<li class="list-group-item">Religion & Spirituality
<span class="label label-success pull-right">0</span>
</li>
<li class="list-group-item">Poetry
<span class="label label-success pull-right">0</span>
</li>
<li class="list-group-item">Comics
<span class="label label-success pull-right">0</span>
</li>
<li class="list-group-item">Romance
<span class="label label-success pull-right">0</span>
</li>
<li class="list-group-item">Drama
<span class="label label-success pull-right">0</span>
</li>
</ul>
</div>
<!--
<div>
<ul class="list-group">
<li class="list-group-item list-group-item-success"><a href="#">New Offer's Coming </a></li>
<li class="list-group-item list-group-item-info"><a href="#">New Products Added</a></li>
<li class="list-group-item list-group-item-warning"><a href="#">Ending Soon Offers</a></li>
<li class="list-group-item list-group-item-danger"><a href="#">Just Ended Offers</a></li>
</ul>
</div>
-->
</div>
<!-- /.col -->
<div class="col-md-9">
<div>
<ol class="breadcrumb">
<li><a href="index.html">Browse</a></li>
<li id="browsetext"class="active">Most Popular</li>
</ol>
</div>
<!-- /.div -->
<div class="row">
<div class="btn-group alg-right-pad">
<button id = "numberofitems" type="button" class="btn btn-default"><strong>6 </strong>items</button>
<div class="btn-group">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown">
Sort Products
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#">By Price Low</a></li>
<li class="divider"></li>
<li><a href="#">By Price High</a></li>
<li class="divider"></li>
<li><a href="#">By Popularity</a></li>
</ul>
</div>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book1" class="thumbnail product-box-fluid">
<img id="book1img" src="assets/ItemSlider/images/5secondrule.jpg" height = "250px" width ="150px"/>
<div class="caption">
<h3><a id="book1name" href="bookinfo.html">The 5 Second Rule</a></h3>
<p id="book1author">Author : <strong>Mel Robbins</strong> </p>
<p id="book1price">Price : <strong>$9.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book2" class="thumbnail product-box-fluid">
<img id="book2img" height = "250px" width ="150px" src="assets/ItemSlider/images/germangirl.jpeg" alt="" />
<div class="caption">
<h3><a id="book2name" href="bookinfo.html">The German Girl</a></h3>
<p id="book2author">Author : <strong>Armando Lucas Correa</strong> </p>
<p id="book2price">Price : <strong>$9.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book3" class="thumbnail product-box-fluid">
<img id="book3img" height = "250px" width ="150px" src="assets/ItemSlider/images/perfectlife.jpg" alt="" />
<div class="caption">
<h3><a id="book3name" href="bookinfo.html">My (Not So) Perfect Life</a></h3>
<p id="book3author">Author : <strong>Sophie Kinsella</strong> </p>
<p id="book3price">Price : <strong>$16.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book4" class="thumbnail product-box-fluid">
<img id="book4img" height = "250px" width ="150px" src="assets/ItemSlider/images/theorphanstale.jpg" alt="" />
<div class="caption">
<h3><a id="book4name" href="bookinfo.html">The Orphans Tale</a></h3>
<p id="book4author">Author : <strong>Pam Jenoff</strong> </p>
<p id="book4price">Price : <strong>$9.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book5" class="thumbnail product-box-fluid">
<img id="book5img" height = "250px" width ="150px" src="assets/ItemSlider/images/magpiemurders.jpeg" alt="" />
<div class="caption">
<h3><a id="book5name" href="bookinfo.html">Magpie Murders</a></h3>
<p id="book5author">Author : <strong>Anthony Horrowitz</strong> </p>
<p id="book5price">Price : <strong>$13.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
<div class="col-md-4 text-center col-sm-6 col-xs-6">
<div id = "book6" class="thumbnail product-box-fluid">
<img id="book6img" height = "250px" width ="150px" src="assets/ItemSlider/images/thewomanincabin.jpg" alt="" />
<div class="caption">
<h3><a id="book6name" href="bookinfo.html">Woman in Cabin 10</a></h3>
<p id="book6author">Author : <strong>Ruth Ware</strong> </p>
<p id="book6price">Price : <strong>$15.99</strong> </p>
<p><a href="#" class="btn btn-success" role="button" onclick="addToCart()">Add To Cart</a> <a href="bookinfo.html" class="btn btn-primary" role="button">See Details</a></p>
</div>
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<div class="row">
<ul class="pagination alg-right-pad">
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<!-- /.row -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="col-md-12 download-app-box text-center">
<span></span>Your home for the best books in the world.
</div>
<!--Footer -->
<div class="col-md-12 footer-box">
<div class="row">
<div class="col-md-4">
<strong>Send a Quick Query </strong>
<hr>
<form>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="form-group">
<input type="text" class="form-control" required="required" placeholder="Name">
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="form-group">
<input type="text" class="form-control" required="required" placeholder="Email address">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="form-group">
<textarea name="message" id="message" required="required" class="form-control" rows="3" placeholder="Message"></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Submit Request</button>
</div>
</div>
</div>
</form>
</div>
<div class="col-md-4">
<strong>Our Location</strong>
<hr>
<p>
1240, Donald Street,<br />
Ottawa, CAN<br />
Call: +09-456-567-890<br>
Email: pages@gmail.com<br>
</p>
2017 www.pages.com | All Right Reserved
</div>
<div class="col-md-4 social-box">
<strong>We are Social </strong>
<hr>
<a href="#"><i class="fa fa-facebook-square fa-3x "></i></a>
<a href="#"><i class="fa fa-twitter-square fa-3x "></i></a>
<a href="#"><i class="fa fa-google-plus-square fa-3x c"></i></a>
<a href="#"><i class="fa fa-linkedin-square fa-3x "></i></a>
<a href="#"><i class="fa fa-pinterest-square fa-3x "></i></a>
<p>
Stay connected with pages by following us on our social media pages!
</p>
</div>
</div>
<hr>
</div>
<!-- /.col -->
<div class="col-md-12 end-box ">
© 2017 | All Rights Reserved | www.pages.com | 24x7 support | Email us: pages@gmail.com
</div>
<!-- /.col -->
<!--Footer end -->
<!--Core JavaScript file -->
<script src="assets/js/jquery-1.10.2.js"></script>
<!--bootstrap JavaScript file -->
<script src="assets/js/bootstrap.js"></script>
<!--Slider JavaScript file -->
<script src="assets/ItemSlider/js/modernizr.custom.63321.js"></script>
<script src="assets/ItemSlider/js/jquery.catslider.js"></script>
<!--MY PERSONAL JAVASCRIPT FILE-->
<script src="assets/js/script.js"></script>
<script>
$(function () {
$('#mi-slider').catslider();
});
</script>
</body>
</html>