-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html
468 lines (449 loc) · 13.4 KB
/
library.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<meta charset="utf8">
<title>eGreen Library - Home</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css"></head>
<body>
<div class="navbar navbar-fixed-top">
<a href="#top"></a>
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li>
<a class="brand" href="index.html">eGreen Library</a>
</li>
</ul>
<ul class="nav pull-right">
<li>
<form class="navbar-search pull-right" action="search.html">
<input type="text" class="search-query span3" placeholder="Search"></form>
</li>
<li>
<a href="#">Account</a>
</li>
<li>
<a href="index.html">Sign out</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="sidebar span3 well">
<div class="genres">
<ul class="nav nav-list genre-list">
<li class="nav-header">Best Books</li>
<li>
<a href="#">Best Books of the Year</a>
</li>
<li>
<a href="#">Award Winners</a>
</li>
<li>
<a href="#">Best Books of the Month</a>
</li>
<li>
<a href="#">Essential Books for Young Adults</a>
</li>
<li>
<a href="#">Best Sellers</a>
</li>
<li class="divider"></li>
<li class="nav-header">Book Categories</li>
<li>
<a href="#">Art & Photography</a>
</li>
<li>
<a href="#">Biograpgies and Memoirs</a>
</li>
<li>
<a href="#">Business and Investing</a>
</li>
<li>
<a href="#">Children's Books</a>
</li>
<li>
<a href="#">Comics & Graphic Novels</a>
</li>
<li>
<a href="#">Computers & Technology</a>
</li>
<li>
<a href="#">Cookbooks, Food & Wine</a>
</li>
<li>
<a href="#">Crafts, Hobbies & Home</a>
</li>
<li>
<a href="#">Education & Reference</a>
</li>
<li>
<a href="#">Health, Fitness & Dieting</a>
</li>
<li>
<a href="#">History</a>
</li>
<li>
<a href="#">Humour & Entertainment</a>
</li>
<li>
<a href="#">Literature & Fiction</a>
</li>
<li>
<a href="#">Mystery, Thriller & Suspense</a>
</li>
<li>
<a href="#">Parenting & Relationships</a>
</li>
<li>
<a href="#">Politics & Social Sciences</a>
</li>
<li>
<a href="#">Professional & Technical</a>
</li>
<li>
<a href="#">Puzzles & Games</a>
</li>
<li>
<a href="#">Religion & Spirituality</a>
</li>
<li>
<a href="#">Romance</a>
</li>
<li>
<a href="#">Science & Math</a>
</li>
<li>
<a href="#">Science Fiction & Fantasy</a>
</li>
<li>
<a href="#">Self-help</a>
</li>
<li>
<a href="#">Sports & Outdoors</a>
</li>
<li>
<a href="#">Teens</a>
</li>
<li>
<a href="#">Travel</a>
</li>
</ul>
</div>
</div>
<div class="library span9">
<div class="row">
<span class="span6">
<h1>Featured Books</h1>
</span>
</div>
<hr class="section-divider">
<div class="book row">
<div class="span3">
<h4 class="featured-book-title"><a href="#">Incarceron</a></h4>
<p class="featured-book-author"> <em><a href="#">Catherine Fisher</a></em>
</p>
<div class="featured-book-rating">
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</div>
<a href="#">
<img src="img/inc.jpg" alt="Book title"></a>
</div>
<div class="span3">
<h4 class="featured-book-title"><a href="#">The Unnamed</a></h4>
<p class="featured-book-author"> <em><a href="#">Joshua Ferris</a></em>
</p>
<div class="featured-book-rating">
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
</div>
<a href="#">
<img src="img/tu.jpg" alt="Book title"></a>
</div>
<div class="span3">
<h4 class="featured-book-title"><a href="#">Just Kids</a></h4>
<p class="featured-book-author">
<em>
<a href="#">Patti Smith</a>
</em>
</p>
<div class="featured-book-rating">
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
</div>
<a href="#">
<img src="img/jk.jpg" alt="Book title"></a>
</div>
</div>
<div class="row section-heading">
<span class="span6">
<h1>Popular Books</h1>
</span>
<span class="sort-dropdown span3 pull-right">
<div class="btn-group sort-by pull-right">
<button class="btn">Sort by: Popular</button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li>
<a href="#">Newest</a>
</li>
<li>
<a href="#">Highest rated</a>
</li>
<li>
<a href="#">Most borrowed</a>
</li>
</ul>
</div>
</span>
</div>
<hr class="section-divider">
<div class="book row">
<div class="cover-image span2">
<a href="#">
<img src="img/hp7.jpg" alt="Book title"></a>
</div>
<div class="book-info span7">
<h4 class="book-title">
<a href="#">Harry Potter and the Deathly Hallows</a>
</h4>
<p class="book-author">
<em>
<a href="#">J.K. Rowling</a>
</em>
</p>
<p class="book-description">
The heart of Book 7 is a hero's mission--not just in Harry's quest for the Horcruxes, but in his journey from boy to man--and Harry faces more danger than that found in all six books combined, from the direct threat of the Death Eaters and you-know-who, to the subtle perils of losing faith in himself. Attentive readers would do well to remember Dumbledore's warning about making the choice betwe
<a href="#"> <strong>... (read more)</strong>
</a>
</p>
<span class="published-date pull-left"> <strong>Published: July 7, 2009</strong>
</span>
<span class="rating pull-left">
<strong>Rating:</strong>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
</span>
<span class="checkout-button pull-right">
<button class="btn btn-primary">Borrow</button>
</span>
</div>
</div>
<div class="book row">
<div class="cover-image span2">
<a href="#">
<img src="img/son.jpg" alt="Book title"></a>
</div>
<div class="book-info span7">
<h4 class="book-title">
<a href="#">Shadow of Night: A Novel</a>
</h4>
<p class="book-author">
<em>
<a href="#">Deborah Harkness</a>
</em>
</p>
<p class="book-description">
Deborah Harkness exploded onto the literary scene with her debut novel, A Discovery of Witches, Book One of the magical All Souls Trilogy and an international publishing phenomenon. The novel introduced Diana Bishop, Oxford scholar and reluctant witch, and the handsome geneticist and vampire Matthew Clairmont; together they found themselves at the center of a supernatural battle over an enchant
<a href="#">
<strong>... (read more)</strong>
</a>
</p>
<span class="published-date pull-left">
<strong>Published: July 10, 2012</strong>
</span>
<span class="rating pull-left">
<strong>Rating:</strong>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
</span>
<span class="checkout-button pull-right">
<button class="btn btn-primary">Checkout</button>
</span>
</div>
</div>
<div class="book row">
<div class="cover-image span2">
<a href="#">
<img src="img/dwd.jpg" alt="Book title"></a>
</div>
<div class="book-info span7">
<h4 class="book-title">
<a href="#">A Dance with Dragons (A Song of Ice and Fire, Book 5)</a>
</h4>
<p class="book-author">
<em>
<a href="#">George R.R. Martin</a>
</em>
</p>
<p class="book-description">
In the aftermath of a colossal battle, the future of the Seven Kingdoms hangs in the balance once again--beset by newly emerging threats from every direction. In the east, Daenerys Targaryen, the last scion of House Targaryen, rules with her three dragons as queen of a city built on dust and death. But Daenerys has three times three thousand enemies, and many have set out to find her. Yet, as t
<a href="#">
<strong>... (read more)</strong>
</a>
</p>
<span class="published-date pull-left">
<strong>Published: July 12, 2011</strong>
</span>
<span class="rating pull-left">
<strong>Rating:</strong>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</span>
<span class="checkout-button pull-right">
<button class="btn btn-inverse">Request</button>
</span>
</div>
</div>
<div class="book row">
<div class="cover-image span2">
<a href="#">
<img src="img/1q84.jpg" alt="Book title"></a>
</div>
<div class="book-info span7">
<h4 class="book-title">
<a href="#">1Q84</a>
</h4>
<p class="book-author">
<em>
<a href="#">Haruki Murakami</a>
</em>
</p>
<p class="book-description">
The year is 1984 and the city is Tokyo. A young woman named Aomame follows a taxi driver’s enigmatic suggestion and begins to notice puzzling discrepancies in the world around her. She has entered, she realizes, a parallel existence, which she calls 1Q84 -“Q is for ‘question mark.’ A world that bears a question.” Meanwhile, an aspiring writer named Tengo takes on a suspect ghostwriting project.
<a href="#">
<strong>... (read more)</strong>
</a>
<br/>
</p>
<span class="published-date pull-left">
<strong>Published: October 25, 2011</strong>
</span>
<span class="rating pull-left">
<strong>Rating:</strong>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
</span>
<span class="checkout-button pull-right">
<button class="btn btn-primary">Borrow</button>
</span>
</div>
</div>
<div class="book row">
<div class="cover-image span2">
<a href="#">
<img src="img/cweb.jpg" alt="Book title"></a>
</div>
<div class="book-info span7">
<h4 class="book-title">
<a href="#">Charlotte's Web</a>
</h4>
<p class="book-author">
<em>
<a href="#">E. B. White</a>
</em>
</p>
<p class="book-description">
Charlotte's Web is the story of a little girl named Fern who loved a little pig named Wilbur-and of Wilbur's dear friend Charlotte A. Cavatica, a beautiful large grey spider who lived with Wilbur in the barn.
With the help of Templeton, the rat who never did anything for anybody unless there was something in it for him, and by a wonderfully clever plan of her own, Charlotte saved the li
<a href="#">
<strong>... (read more)</strong>
</a>
</p>
<span class="published-date pull-left">
<strong>Published: May 9, 2006</strong>
</span>
<span class="rating pull-left">
<strong>Rating:</strong>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
<i class="icon-star-empty"></i>
</span>
<span class="checkout-button pull-right">
<button class="btn btn-primary">Borrow</button>
</span>
</div>
</div>
<div class="row pagination pagination-right">
<ul>
<li>
<a href="#">Prev</a>
</li>
<li class="active">
<a href="#">1</a>
</li>
<li>
<a href="#">2</a>
</li>
<li>
<a href="#">3</a>
</li>
<li>
<a href="#">4</a>
</li>
<li>
<a href="#">Next</a>
</li>
</ul>
</div>
</div>
</div>
<footer class="navbar">
<hr class="footer-line">
<ul class="unstyled footer-list">
<li>
<a href="documentation.html">Documentation</a>
</li>
<li>
<a href="#">Help</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="mailto:[email protected]">Contact</a>
</li>
<li>
<a href="#top">Top</a>
</li>
<li>
<a href="#">Administrate</a>
</li>
</ul>
</footer>
</div>
<!-- Javascript loading -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>