-
Notifications
You must be signed in to change notification settings - Fork 60
/
index.html
593 lines (568 loc) · 28.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=chrome,edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel = "icon" href="/public/favicon.ico" type = "image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="./style.css" />
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<title>BookTown HomePage</title>
<link rel = "icon" href = "./Untitled design.png" type = "image/x-icon">
</head>
<body>
<header class="main-header">
<section
class="row-1 d-flex flex-wrap-reverse flex-sm-nowrap justify-content-between align-content-center align-items-center py-4">
<ul class="second-navbar-bi-list-clicked nav-bar list-unstyled position-absolute d-flex flex-column w-100">
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center w-100">
<a href="./ProductsPage/LinkedHTMLs/self-dev-index.html" target="_blank" role="button"
class="w-100 h-100 d-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Self-Development</a>
</li>
<li id="categorieSelector" class="categorie flex align-center flex-grow-1 fs-18 text-center w-100">
<a href="./ProductsPage/LinkedHTMLs/philosophy-index.html" target="_blank" role="button"
class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Philosophy</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center w-100">
<a href="./ProductsPage/LinkedHTMLs/novels-index.html" target="_blank" role="button"
class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Novels</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center w-100">
<a href="./ProductsPage/MainPage/index.html" target="_blank" role="button"
class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Newest Books</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center w-100">
<a href="./ProductsPage/LinkedHTMLs/best.html" target="_blank" role="button"
class="w-100 h-100 d-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Best Of BookTown</a>
</li>
<!-- <li id="categorieSelector" class="close-list-btn categorie flex-grow-1 fs-18 text-center w-100">
<a role="button"
class="w-100 h-100 d-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Close<i class="bi bi-arrow-up ms-2"></i></a>
</li> -->
</ul>
<a class="d-none d-md-block ms-5" href="./index.html">
<img class="logo-name w-50 img-fluid " src="./IMG/deafults/logo-name.svg" alt="logo and name of website" />
</a>
<a class="d-none d-sm-block d-md-none me-4 pb-1" href="./index.html">
<i role="button" class="bi bi-house-door-fill text-danger fs-32 ps-2">
</i>
</a>
<div class="personal-profile d-flex gap-3 align-items-center justify-content-center me-5">
<a href="./index.html" target="_blank">
<i role="button" class="bi bi-house-door-fill text-danger fs-32 ps-2 d-block d-sm-none">
</i>
</a>
<span onclick="window.open('https://booktown-4ix2.onrender.com/Cart/index.html')">
<button type="button" class="btn btn-outline-danger">
<svg class="" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-bag-fill" viewBox="0 0 16 16">
<path
d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z">
</path>
</svg>
Purchase
</button>
</span>
<a class="link" href="./NewSignupModal/index.html" rel="noopener noreferrer">
<button type="button" class="btn btn-outline-danger">
<svg class="" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"></path>
</svg>
Profile
</button>
</a>
<a class="link" href="./Contact Us/index.html" rel="noopener noreferrer">
<button type="button" class="btn btn-outline-danger">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-square-text-fill" viewBox="0 0 16 16">
<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>
</svg>
Contact Us
</button>
</a>
</div>
<i role="button" class="bi bi-list fs-32 ps-2 d-block d-sm-none px-3"></i>
</div>
</div>
</section>
<section class="row-2 py-5 d-none d-sm-block">
<div class="header-img p-5">
<div class="in-img-text bg-dark bg-opacity-25 my-5 p-5 d-flex flex-column align-items-center justify-content-center gap-4">
<h1 class="align-self-center fw-bold" style="font-size: 4.5rem;">Welcome to the town of <span>Books</span></h1>
<h3 class="d-none d-md-block align-self-center pe-md-4 ms-md-5" style="font-size: 2.25rem;">easily find and purchase your favorite
books.</h3>
</div>
</div>
</section>
<section class="row-3">
<ul class="nav-bar list-unstyled d-none d-sm-flex">
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center">
<a href="./ProductsPage/LinkedHTMLs/self-dev-index.html" target="_blank" role="button" class="w-100 h-100 d-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Self-Development</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center">
<a href="./ProductsPage/LinkedHTMLs/philosophy-index.html" target="_blank" role="button" class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Philosophy</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center">
<a href="./ProductsPage/LinkedHTMLs/novels-index.html" target="_blank" role="button" class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Novels</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center">
<a href="./ProductsPage/MainPage/index.html" target="_blank" role="button" class="w-100 h-100 d-inline-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Newest Books</a>
</li>
<li id="categorieSelector" class="categorie flex-grow-1 fs-18 text-center">
<a href="./ProductsPage/LinkedHTMLs/best.html" target="_blank" role="button" class="w-100 h-100 d-block spinner-border-sm bg-danger text-light border border-1 border-warning border-opacity-10"
rel="noopener noreferrer">Best Of BookTown</a>
</li>
</ul>
</section>
</header>
<main class="main-body container mt-5 d-flex flex-column gap-5">
<section id="main" class="upper-main-body d-flex flex-column flex-xl-row gap-5 justify-content-start w-100">
<div id="carouselExampleSlidesOnly" class="carousel slide d-none d-md-block" data-bs-ride="carousel"
data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://wallpaperaccess.com/full/2878928.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<div class="carousel-item">
<img src=" https://wallpaperaccess.com/full/1771687.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<div class="carousel-item">
<img src=" https://wallpaperaccess.com/full/1692872.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<h3 class="d-block fs-38 position-absolute bottom-0 w-100 text-center py-5 mb-0 text-light bg-dark bg-opacity-50 rounded-4">Find any books you need!</h3>
</div>
</div>
<div class="newest-book d-none d-xl-flex align-items-center justify-content-center">
<div class="card d-flex col-1 flex-column align-items-center" style="width: 18rem;border: none;">
<img src="./IMG/deafults/best.png" class="card-img-top w-75" alt="image of a book">
<div class="card-body d-flex flex-column align-items-center">
<h5 class="card-title fs-24">Newest Book</h5>
</div>
</div>
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 d-xl-none">
<div class="col-md-12">
<h2>Newest <b>books</b></h2>
<div id="myCarousel2" class="carousel slide carousel-dark" data-bs-ride="carousel" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="newBooksCarouselItem1" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="newBooksCarouselItem2" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="newBooksCarouselItem3" class="row">
<div class="col-sm-3">
</div>
<div class="col-sm-3">
</div>
<div class="col-sm-3">
</div>
<div class="col-sm-3">
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel2" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel2" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="best-of-booktown shadow-sm">
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<div class="col-md-12">
<h2>best of <b>BookTown</b></h2>
<div id="myCarousel1" class="carousel slide" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="bestBooksCarouselItem1" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestBooksCarouselItem2" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestBooksCarouselItem3" class="row">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel1" data-slide="prev" role="button" onclick="$('#myCarousel1').carousel('prev')">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel1" data-slide="next" role="button" onclick="$('#myCarousel1').carousel('next')">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="best-deals">
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<div class="col-md-12">
<h2>Best <b>Deals</b></h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel" >
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="bestDealsCarouselItem1" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestDealsCarouselItem2" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestDealsCarouselItem3" class="row">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" data-slide="prev" role="button" onclick="$('#myCarousel').carousel('prev')">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel" data-slide="next" role="button" onclick="$('#myCarousel').carousel('next')">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="philosophy-img-pop-up pb-5 pt-5">
<div class="border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<a href="./ProductsPage/LinkedHTMLs/philosophy-index.html" target="_blank"><div id="carouselExampleSlidesOnly" class="carousel slide d-none d-md-block" data-bs-ride="carousel"
data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./IMG/deafults/nietche.jpg" class="d-block w-100 h-100 rounded-4"
alt="fredrich nietzche">
</div>
<div class="carousel-item">
<img src="./IMG/deafults/wallpaperflare.com_wallpaper.jpg" class="d-block w-100 h-100 rounded-4"
alt="greek philosiphers">
</div>
<div class="carousel-item">
<img src="./IMG/deafults/philo.jpg" class="d-block w-100 h-100 rounded-4"
alt="Philosophy">
</div>
<h4 class="d-block fs-48 position-absolute bottom-0 w-100 text-center py-5 mb-0 text-light bg-dark bg-opacity-50 rounded-4">Read Philosophy books here.</h4>
</div>
</div></a>
</div>
</section>
<section class="Philosophy">
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<div class="col-md-12">
<h2>best of <b>Philosophy</b></h2>
<div id="myCarousel4" class="carousel slide" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel4" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel4" data-slide-to="1"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="bestOfPhilosophyCarouselItem1" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestOfPhilosophyCarouselItem2" class="row d-flex justify-content-evenly">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel4" data-slide="prev" role="button" onclick="$('#myCarousel4').carousel('prev')">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel4" data-slide="next" role="button" onclick="$('#myCarousel4').carousel('next')">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="Self-Development">
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<div class="col-md-12">
<h2>Best of <b>self-development</b></h2>
<div id="myCarousel5" class="carousel slide" data-ride="carousel" >
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel5" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel5" data-slide-to="1"></li>
<li data-target="#myCarousel5" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="bestSelfDevCarouselItem1" class="row d-flex justify-content-evenly">
</div>
</div>
<div class="item carousel-item">
<div id="bestSelfDevCarouselItem2" class="row d-flex justify-content-evenly">
</div>
</div>
<div class="item carousel-item">
<div id="bestSelfDevCarouselItem3" class="row d-flex justify-content-evenly">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel5" data-slide="prev" role="button" onclick="$('#myCarousel5').carousel('prev')">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel5" data-slide="next" role="button" onclick="$('#myCarousel5').carousel('next')">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="novels-img-pop-up">
<a href="./ProductsPage/LinkedHTMLs/novels-index.html" target="_blank"><div id="carouselExampleSlidesOnly" class="carousel slide d-none d-md-block" data-bs-ride="carousel"
data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./IMG/deafults/books.jpg" class="d-block w-100 h-100 rounded-4"
alt="novels">
</div>
<div class="carousel-item">
<img src="./IMG/deafults/novels.jpg" class="d-block w-100 h-100 rounded-4"
alt="novels">
</div>
<div class="carousel-item">
<img src="./IMG/deafults/comics.jpg" class="d-block w-100 h-100 rounded-4"
alt="novels">
</div>
<h4 class="d-block fs-48 position-absolute bottom-0 w-100 text-center py-5 mb-0 text-light bg-dark bg-opacity-50 rounded-4">Read the best novels here.</h4>
</div>
</div></a>
</section>
<section class="novels text-center">
<div class="row shadow border border-2 border-danger rounded-4 border-opacity-50 p-3 mx-5">
<div class="col-md-12">
<h2>Best of <b>novels</b></h2>
<div id="myCarousel6" class="carousel slide" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel6" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel6" data-slide-to="1"></li>
<li data-target="#myCarousel6" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div id="bestNovelsCarouselItem1" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestNovelsCarouselItem2" class="row">
</div>
</div>
<div class="item carousel-item">
<div id="bestNovelsCarouselItem3" class="row">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel6" data-slide="prev" role="button" onclick="$('#myCarousel6').carousel('prev')">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next" href="#myCarousel6" data-slide="next" role="button" onclick="$('#myCarousel6').carousel('next')">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
<a href="./ProductsPage/MainPage/index.html" target="_blank">
<button class="btn btn-danger fs-28 mt-5 rounded p-3">See all the books <i class="bi bi-arrow-right"></i></button>
</a>
</section>
</main>
<div class="container my-5">
<!-- Footer -->
<footer
class="text-center text-lg-start text-white"
style="background-color: #45526e"
>
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="footer-heading text-uppercase">
BookTown
</h6>
<p class="footer-text">
BookTown is one of the most popular online web purchasing store that have 1000+ book varieties
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="footer-heading text-uppercase ">Products</h6>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Book Titles</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">All Books</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Publishes</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Select Books</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="footer-heading text-uppercase">
Useful links
</h6>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Your Account</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Become an Affiliate</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Shipping Rates</a>
</p>
<p class="footer-text">
<a href="/" class="text-white text-decoration-none">Help</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="footer-heading text-uppercase ">Contact</h6>
<p class="footer-text"><span class="contact-details">Address: </span>New York, NY 10012, US</p>
<p class="footer-text"><span class="contact-details">Email Id: </span><a href="mailto:info@gmail.com" class="text-decoration-none">info@gmail.com</a></p>
<p class="footer-text"><span class="contact-details">Call Us: </span><a href="tel:=01 234 567 89" class="text-decoration-none">+ 01 234 567 88</a></p>
</div>
<!-- Grid column -->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-3">
<!-- Section: Copyright -->
<section class="p-3 pt-0 w-100">
<div class="row d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-7 col-lg-8 text-center text-md-start">
<!-- Copyright -->
<div class="p-3">
© 2023 Copyright:
<a class="text-white" href="index.html"
>BookTown.com</a
>
</div>
<!-- Copyright -->
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="social-links text-md-end pt-3 pt-md-0">
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #00b3ff79; border: none; border-radius: 15px;"
href="https://twitter.com/SinghKaramraj"
target="_blank"
role="button"
><i class="bi bi-twitter-x"></i></a>
<!-- Sharing the Google account with users is not necessary -->
<!-- <a
class="btn btn-primary btn-floating m-1"
style="background-color: #dd4b39; border: none; border-radius: 15px;"
href=""
target="_blank"
role="button"
><i class="bi bi-google"></i
></a> -->
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #ac2bac; border: none; border-radius: 15px;"
href="https://www.instagram.com/justtanand/"
target="_blank"
role="button"
><i class="bi bi-instagram"></i
></a>
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #0082ca; border: none; border-radius: 15px;"
href="https://www.linkedin.com/in/karamraj-singh-anand/"
target="_blank"
role="button"
><i class="bi bi-linkedin"></i
></a>
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #333333; border: none; border-radius: 15px"
href="https://github.com/Karamraj/BookTown"
target="_blank"
role="button"
><i class="bi bi-github"></i
></a>
</div>
<!-- Grid column -->
</div>
</section>
<!-- Section: Copyright -->
</div>
<!-- Grid container -->
</footer>
<!-- Footer -->
</div>
<!-- End of .container -->
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up"></i></button>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script>
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script type="module" src="/JS/app.js"></script>
<script type="module" src="./script.js"></script>
</body>
</html>