-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·518 lines (495 loc) · 24.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="header.css">
<link rel ="stylesheet" type="text/css" href="./main-page.css">
<link rel="stylesheet" href="./footer.css">
<!--mag image-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Bookstore</title>
</head>
<body>
<header class="">
<div class="w3-center w3-row">
<!-- logo -->
<div class="w3-quarter imgs">
<a href="index.html"><img src="./img/logo.png" style="height:50%;width:50%" alt="home"></a>
</div>
<!-- search box -->
<div class="w3-half searchbox">
<form class="search" action="#search">
<input type="text" placeholder="Search" name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="rest">
<!-- shopping cart link -->
<div class="cart">
<a href="cart.html"><img src="./487601-sales/png/006-shopping-cart.png" style="height:100%;width:100%" alt="cart"></a>
</div>
<div class="account">
<!-- account(person-image) link -->
<a href="login.html"><img src="./487601-sales/png/054-clerk-1.png" style="height:100%;width:100%" alt=""></a>
</div>
</div>
</div>
<!-- Navigation Bar -->
<div class="w3-center w3-row">
<div class="w3-bar w3-center" style="padding-bottom:25px">
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Science & Technology</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Science</a>
<a href="bookList.html" class="w3-bar-item w3-button">Technology</a>
<a href="bookList.html" class="w3-bar-item w3-button">Awards</a>
<a href="bookList.html" class="w3-bar-item w3-button">Engineering</a>
<a href="bookList.html" class="w3-bar-item w3-button">History</a>
<a href="bookList.html" class="w3-bar-item w3-button">Tech. Studies</a>
<a href="bookList.html" class="w3-bar-item w3-button">STEM Fields</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Literature</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Science fiction</a>
<a href="bookList.html" class="w3-bar-item w3-button">Satire</a>
<a href="bookList.html" class="w3-bar-item w3-button">Drama</a>
<a href="bookList.html" class="w3-bar-item w3-button">Action and Adventure</a>
<a href="bookList.html" class="w3-bar-item w3-button">Romance</a>
<a href="bookList.html" class="w3-bar-item w3-button">Horror</a>
<a href="bookList.html" class="w3-bar-item w3-button">Self Help</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Kids</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">History</a>
<a href="bookList.html" class="w3-bar-item w3-button">Growing Up</a>
<a href="bookList.html" class="w3-bar-item w3-button">Boys</a>
<a href="bookList.html" class="w3-bar-item w3-button">Girls</a>
<a href="bookList.html" class="w3-bar-item w3-button">Animals</a>
<a href="bookList.html" class="w3-bar-item w3-button">Illustration</a>
<a href="bookList.html" class="w3-bar-item w3-button">Education</a>
<a href="bookList.html" class="w3-bar-item w3-button">Infant to 2 Years</a>
<a href="bookList.html" class="w3-bar-item w3-button">3 to 5 Years</a>
<a href="bookList.html" class="w3-bar-item w3-button">6 to 9 Years</a>
<a href="bookList.html" class="w3-bar-item w3-button">10 to 12 Years</a>
<a href="bookList.html" class="w3-bar-item w3-button">12 Years & Up</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Education</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Homeschooling</a>
<a href="bookList.html" class="w3-bar-item w3-button">Early Childhood Education</a>
<a href="bookList.html" class="w3-bar-item w3-button">Common Core</a>
<a href="bookList.html" class="w3-bar-item w3-button">Curriculum & Lession Plans</a>
<a href="bookList.html" class="w3-bar-item w3-button">Teacher & Student Mentoring</a>
<a href="bookList.html" class="w3-bar-item w3-button">Instruction Methods</a>
<a href="bookList.html" class="w3-bar-item w3-button">Student Life</a>
<a href="bookList.html" class="w3-bar-item w3-button">Certification & Development</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Humanities & Social Sciences</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Anthropology</a>
<a href="bookList.html" class="w3-bar-item w3-button">Communication Studies</a>
<a href="bookList.html" class="w3-bar-item w3-button">Economics</a>
<a href="bookList.html" class="w3-bar-item w3-button">Education</a>
<a href="bookList.html" class="w3-bar-item w3-button">Geography</a>
<a href="bookList.html" class="w3-bar-item w3-button">Law</a>
<a href="bookList.html" class="w3-bar-item w3-button">Political Science</a>
<a href="bookList.html" class="w3-bar-item w3-button">Psychology</a>
<a href="bookList.html" class="w3-bar-item w3-button">Sociology</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Motivational</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Adiction & Recovery</a>
<a href="bookList.html" class="w3-bar-item w3-button">Aging</a>
<a href="bookList.html" class="w3-bar-item w3-button">Dating</a>
<a href="bookList.html" class="w3-bar-item w3-button">Divorce</a>
<a href="bookList.html" class="w3-bar-item w3-button">Emotional Healing</a>
<a href="bookList.html" class="w3-bar-item w3-button">Marriage</a>
<a href="bookList.html" class="w3-bar-item w3-button">Personal Growth</a>
<a href="bookList.html" class="w3-bar-item w3-button">Sexuality</a>
<a href="bookList.html" class="w3-bar-item w3-button">Weddings</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Life</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Fiction</a>
<a href="bookList.html" class="w3-bar-item w3-button">Non-Fiction</a>
<a href="bookList.html" class="w3-bar-item w3-button">Comming of Age</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Although</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Humor</a>
<a href="bookList.html" class="w3-bar-item w3-button">Lingustics</a>
<a href="bookList.html" class="w3-bar-item w3-button">Reference</a>
</div>
</div>
<div class="w3-dropdown-hover w3-white bot">
<button class="w3-button">Other</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="bookList.html" class="w3-bar-item w3-button">Sports</a>
<a href="bookList.html" class="w3-bar-item w3-button">Gardening</a>
<a href="bookList.html" class="w3-bar-item w3-button">Painting</a>
</div>
</div>
</div>
</div>
</header>
<!-- Image Header -->
<div class="w3-display-container w3-animate-opacity">
<img src="rose-2101475.jpg" alt="book" style="width:100%;height:100%;">
<div class="w3-container w3-display-left w3-margin-bottom w3-text-pink">
<h1>Bookstore</h1>
</div>
</div>
<!--
<div class="hero-image">
<div class="hero-text">
<h1>Bookstore</h1>
</div>
</div>
-->
<!-- top content -->
<div class="title">
<div class="line"></div>
<div class="text">On Sale Books</div>
<div class="line"></div>
</div>
<!--On Sale Books-->
<div class="sale">
<table text-align="center;" style="width:100%">
<tr>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9781524763558_p0_v2_s550x406.jpg">
</a>
</div>
<div>
<span>A Place for Us</span><br/>
<span style="color:blue;">by Fatima Farheen </span><br>
<span style="color:green;">Hardcover $17.33</span><br>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to Cart</a></button>
</div>
</td>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9780448494500_p0_v1_s550x406.jpg">
</a>
</div>
<div>
<span>A Reaper at the Ga... </span><br/>
<span style="color:blue;">by Sabaa Tahir </span><br>
<span style="color:green;">Hardcover $13.99</span><br>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to Cart</a></button>
</div>
</td>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9780735215924_p0_v1_s550x406.jpg">
</a>
</div>
<div>
<span>Tom Clancy Line of...</span><br/>
<span style="color:blue;">by Mike Maden</span><br>
<span style="color:green;">Hardcover $17.40</span><br>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to Cart</a></button>
</div>
</td>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9781501171925_p0_v2_s550x406.jpg">
</a>
</div>
<div>
<span>The Woman in the...</span><br/>
<span style="color:blue;">by John Connolly </span><br>
<span style="color:green;">Hardcover $22.03</span><br>
<button style="background-color: #ff6600;color: white; border-radius: 10px"><a href="">Add to Cart</a></button>
</div>
</td>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9780399594090_p0_v5_s550x406.jpg">
</a>
</div>
<div>
<span>Before the Storm (...</span><br/>
<span style="color:blue;">by Christie Golden </span><br>
<span style="color:green;">Hardcover $17.98</span><br>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="cart.html">Add to Cart</a></button>
</div>
</td>
<td>
<div>
<a href="">
<img alt="book" src="./imag/9781101987827_p0_v2_s550x406.jpg">
</a>
</div>
<div>
<span>Ocean Light (Psy-C...</span><br/>
<span style="color:blue;">by Nalini Singh </span><br>
<span style="color:green;">Hardcover $21.20</span><br>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to Cart</a></button>
</div>
</td>
<tr>
</table>
</div>
<!--todays top and new releases-->
<div class="bottom-content">
<section>
<div style="text-align:center">
<div class="line"></div>
<div class="text">Today's Top</div>
<div class="line"></div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9780316412698_p0_v4_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>The President Is Missing</p>
<p style="color:blue;">by Bill Clinton and James Patterson</p>
<p style="color:green;">Hardcover $17.99</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>Please join us in welcoming President Bill Clin- ton and the world’s bestselling author James Patterson to celebrate the release of their new novel, The President is Missing. A limited</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9780062427137_p0_v4_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>The Plant Paradox: The Hidden Dangers in "Healthy"
Foods That Cause Disease and Weight Gain</p>
<p style="color:blue;">by Steven R Gundry M.D.</p>
<p style="color:green;">Hardcover $18.61</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>Dr. Gundry is a true trailblazer, always at the
forefront of scientic knowledge. The Plant
Paradox shows the world what pioneer thinking</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9780060899226_p0_v2_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>Kitchen Condential: Adventures in the Culinary
Underbelly</p>
<p style="color:blue;">by Anthony Bourdain</p>
<p style="color:green;">Hardcover $10.51/p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>An updated and revised edition of Anthony
Bourdain's mega-bestselling Kitchen Condential,
with new material from the original edition</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9781501180989_p0_v4_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>The Outsider</p>
<p style="color:blue;">by Stephen King</p>
<p style="color:green;">Hardcover $17.99</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>An unspeakable crime. A confounding investigation.
At a time when the King brand has never
been stronger, he has delivered one of his most
unsettling and compulsively readable stories.</br>[...]</p>
</div>
</div>
</section>
<aside>
<div style="text-align:center">
<div class="line"></div>
<div class="text">New Releases</div>
<div class="line"></div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9781501160790_p0_v3_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>Us Against You</p>
<p style="color:blue;">by Fredrik Backman</p>
<p style="color:green;">Hardcover $19.58</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>“Evident in all [Backman] novels is an apparent
ability to state a truth about humanity with
breathtaking elegance.” —Kirkus Reviews
“Darkness and grit exist alongside tenderness</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9781546077060_p0_v3_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>Trump's America: The Truth about Our
Nation's Great Comeback</p>
<p style="color:blue;">by Newt Gingrich</p>
<p style="color:green;">Hardcover $16.20</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>No one understands the "Make America Great
Again" eort with more insight and more experience
than former Speaker of the House Newt</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9780062668943_p0_v2_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>First in Line: Presidents, Vice Presidents, and
the Pursuit of Power</p>
<p style="color:blue;">by Kate Andersen Brower</p>
<p style="color:green;">Hardcover $22.62</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>From the author of the New York Times bestsellers
First Women and The Residence, an intimate,
news-making look at the men who are</br>[...]</p>
</div>
</div>
<div id="div1">
<div id="div2">
<a href="">
<img alt="book" src="./imag/9780451492104_p0_v2_s550x406.jpg">
</a>
</div>
<div id="div3">
<p>Brief Cases (Dresden Files Series)</p>
<p style="color:blue;">by Jim Butcher</p>
<p style="color:green;">Hardcover $16.80</p>
<h5>Overview</h5>
<button style="background-color: #ff6600;color: white;border-radius: 10px"><a href="">Add to cart</a></button>
<p>An all-new Dresden Files story headlines this
urban fantasy short story collection starring the
Windy City’s favorite wizard.
The world of Harry Dresden, Chicago’s only</br>[...]</p>
</div>
</div>
</aside>
</div>
</br></br>
</br>
</br>
</br>
</br>
</br>
</br>
<footer>
<nav class="footer navigation" aria-label="网站目录" role="navigation">
<!--footer-->
<div class="title">
<div class="line"></div>
<div class="text">Sign up for special offers</div>
<div class="line"></div>
</div>
<br>
<div class="input-email">
<input type="text" name="email"
placeholder=" [email protected]"
value=""
style="width:400px; height:40px; border-radius: 10px; border:0.5px solid #984b43;"/>
<button type="button"
class="close"
data-dismiss="modal"
aria-hidden="true"
style="width:60px; height:40px; border-radius: 10px; background-color: #ff6600; border:2px #984b43; color: black;"/>
➡
</button>
<br><br><br>
</div>
<hr width="100%" color="#984b43" style="border:1px solid #984b43"/>
<div class="footer" style=" text-align:center;">
<div class="footer-service">
<h2>Services</h2>
<a href="/nothing">Advertise</a><br>
<a href="/nothing">Affliate Program</a><br>
<a href="/nothing">Publisher & Author Guidelines</a><br>
<a href="/nothing">Order Discounts</a><br>
<a href="/nothing">Membership</a><br>
<a href="/nothing">Mastercard</a><br>
<a href="/nothing">Kids' Club</a><br>
<a href="/nothing">Educators</a><br>
<a href="/nothing">Bookfairs</a><br>
</div>
<div class="footer-Shipping">
<h3>Shipping</h3>
<a href="/nothing">Shipping FAQs</a><br>
</div>
<div class="footer-About">
<h3>About Us</h3>
<a href="/nothing">About Book store</a><br>
<a href="/nothing">Investor Relations</a><br>
<a href="/nothing">Careers</a><br>
</div>
<div class="footer-Technology">
<h3>Technology</h3>
<a href="/nothing">Tablets & eReaders</a><br>
<a href="/nothing">Mobile Apps</a><br>
</div>
<div class="footer-Help">
<h3>Quick Help</h3>
<a href="/nothing">Customer Service</a><br>
<a href="/nothing">Buy Online, Pick up in Store</a><br>
<a href="/nothing">Order Status</a><br>
<a href="/nothing">Easy Returns</a><br>
<a href="/nothing">Product Recalls</a><br>
<a href="/nothing">Corrections & Updates</a><br>
<a href="/nothing">eBook Settlement</a><br>
</div>
</div>
<hr width="100%" color="#984b43" style="border:2 solid #984b43"/>
<div class="contect" style=" text-align: center;">
<a class="text1" href="/nothing"style="border:200px solid none; margin-right: 30px"/>Terms of Use
<a class="text2" href="/nothing"style="border:200px solid none;margin-right: 30px"/>Copyright & Trademark
<a class="text3" href="/nothing"style="border:200px solid none;margin-right: 30px"/>Privacy Policy
<a class="text4" href="/nothing"style="border:200px solid none;margin-right: 30px"/>Sitemap
<a class="text5" href="/nothing"style="border:200px solid none;margin-right: 30px"/>Accessibility<br>
<a class="text5" style="border:200px solid none"/>6355 final project
</div>
</nav>
</footer>
</html>