forked from avs-abhishek123/Aec-Library-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
549 lines (495 loc) · 24.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous" />
<!-- Style CSS -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Source+Sans+Pro&display=swap');
</style>
<link rel="stylesheet" href="./assets/css/style.css" />
<title>AEC Library</title>
<!-- Title bar icon -->
<link rel="icon" href="./assets/logos/finalLogo.png" type="image/x-icon">
<!-- Adding new font -> Playfair-display -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
<!--Adding AOS in it-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!--data table-->
<link rel="stylesheet" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css">
</head>
<body class="body-style">
<div class="bubbles">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
<img src="./assets/images/bubble.png">
</div>
<div id="topBtn" title="Go to Top">
<a href="#"><span class="fa fa-angle-up"></span></a>
</div>
<!--scroll bar feature addition-->
<div id="progressbar"></div>
<div id="scrollpath"></div>
<div id="percent"></div>
<!--scroll bar feature ends here-->
<!-- pre-loader -->
<div id="loading"></div>
<div class="preloader">
<div class="loader">
<div>
<ul>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
<li>
<svg viewBox="0 0 90 120" fill="currentColor">
<path
d="M90,0 L90,120 L11,120 C4.92486775,120 0,115.075132 0,109 L0,11 C0,4.92486775 4.92486775,0 11,0 L90,0 Z M71.5,81 L18.5,81 C17.1192881,81 16,82.1192881 16,83.5 C16,84.8254834 17.0315359,85.9100387 18.3356243,85.9946823 L18.5,86 L71.5,86 C72.8807119,86 74,84.8807119 74,83.5 C74,82.1745166 72.9684641,81.0899613 71.6643757,81.0053177 L71.5,81 Z M71.5,57 L18.5,57 C17.1192881,57 16,58.1192881 16,59.5 C16,60.8254834 17.0315359,61.9100387 18.3356243,61.9946823 L18.5,62 L71.5,62 C72.8807119,62 74,60.8807119 74,59.5 C74,58.1192881 72.8807119,57 71.5,57 Z M71.5,33 L18.5,33 C17.1192881,33 16,34.1192881 16,35.5 C16,36.8254834 17.0315359,37.9100387 18.3356243,37.9946823 L18.5,38 L71.5,38 C72.8807119,38 74,36.8807119 74,35.5 C74,34.1192881 72.8807119,33 71.5,33 Z"
></path>
</svg>
</li>
</ul>
</div>
<span>Loading</span>
</div>
</div>
<header class="header">
<ul>
<li class="logo"><img src="assets/logos/finalLogo.png"
alt="AEC Library" class="logo-img"> AEC LIBRARY</li>
<li class="login"><a href="./Login_page/login_page.html" class="nav-link" target="_blank"><i class="fas fa-sign-in-alt"></i> LOGIN </a></li>
</ul>
</header>
<nav class="new-nav">
<ul>
<li class="nav-item"><a href="index.html"><i class="fas fa-home"></i>HOME</a></li>
<li class="nav-item"><a href="about.html"><i class="fas fa-book"></i>ABOUT</a></li>
<li class="nav-item"><a href="./public/donate-book.html"><i class="fas fa-book"></i>DONATE BOOKS</a></li>
<li class="nav-item"><a href="resource.html"><i class="fas fa-external-link-alt"></i>RESOURCES</a></li>
<li class="nav-item"><a href="./sign up page/index.html"><i class="fas fa-sign-in-alt"></i>SIGN UP</a></li>
<li class="nav-item"><a href="./public/contact us .html"><i class="fas fa-address-book"></i>CONTACT US</a></li>
</ul>
</nav>
<div class="container my-5">
<div class="hero-left" autofocus>
<form id="libraryForm">
<div class="form-group row">
<!-- <label for="dateIssue" class="col-sm-2 col-form-label"> Date of Issue</label> -->
<label for="dateIssue" class="issue">Date of Issue</label>
<div class="col">
<input type="date" id="issueDate" name="issueDate">
</div>
</div>
<div class="form-group row">
<label for="bookName" class="col col-form-label"> <strong>Name</strong></label>
<div class="col">
<input type="text" class="input-box" id="bookName" placeholder="Book Name" />
</div>
</div>
<div class="form-group row">
<label for="Author" class="col col-form-label"> <strong>Author</strong></label>
<div class="col">
<select class="form-check-input1" name="type" id="type" style="z-index: 1;">
<option value="N/A">Select Author</option>
<option value="Agatha Christie">Agatha Christie</option>
<option value="Charles Dickens">Charles Dickens</option>
<option value="Dan Brown">Dan Brown</option>
<option value="Emily Bronte">Emily Bronte</option>
<option value="George Elliot">George Elliot</option>
<option value="J.K. Rowling">J.K. Rowling</option>
<option value="Jane Austen">Jane Austen</option>
<option value="John Green">John Green</option>
<option value="Mark Twain">Mark Twain</option>
<option value="Oscar Wilde">Oscar Wilde</option>
<option value="Rabindranath Tagore">Rabindranath Tagore</option>
<option value="Roald Dahl">Roald Dahl</option>
<option value="Rudyard Kipling">Rudyard Kipling</option>
<option value="Ruskin Bond">Ruskin Bond</option>
<option value="Sarah J. Maas">Sarah J. Maas</option>
<option value="Sylvia Plath">Sylvia Plath</option>
<option value="William Shakespeare">William Shakespeare</option>
<option value="Other">Other</option>
</select>
<!-- <input type="text" class="input-box" id="author" placeholder="Author" /> -->
</div>
</div>
<fieldset class="form-group">
<div class="row">
<legend class="col-form-label col pt-0"> <strong>Category</strong></legend>
<div class="col">
<div class="form-check">
<select class="form-check-input" name="category" id="category" style="z-index: 1;">
<option value="N/A">Select Category</option>
<option value="Arts & Music">Arts & Music</option>
<option value="Biographies">Biographies</option>
<option value="Business">Business</option>
<option value="Comics">Comics</option>
<option value="Computer & Tech">Computers & Tech</option>
<option value="Cooking">Cooking</option>
<option value="Education & Reference">Education & Reference</option>
<option value="Entertainment">Entertainment</option>
<option value="Health & Fitness">Health & Fitness</option>
<option value="History">History</option>
<option value="Hobbies & Crafts">Hobbies & Crafts</option>
<option value="Home & Garden">Home & Garden</option>
<option value="Horror">Horror</option>
<option value="Kids">Kids</option>
<option value="Literature & Fiction">Literature & Fiction</option>
<option value="Medical">Medical</option>
<option value="Mystery">Mystery</option>
<option value="Parenting">Parenting</option>
<option value="Religion">Religion</option>
<option value="Romance">Romance</option>
<option value="Sci-Fi & Fantasy">Sci-Fi & Fantasy</option>
<option value="Science & Maths">Science & Maths</option>
<option value="Self-Help">Self-Help</option>
<option value="Social Sciences">Social Sciences</option>
<option value="Sports">Sports</option>
<option value="Travel">Travel</option>
<option value="True Crime">True Crime</option>
</select>
</div>
</div>
</div>
</fieldset>
<div class="form-group row">
<div class="col">
<button type="submit" class="btn btn-primary">Add Book</button>
</div>
</div>
</form>
</div>
<div class="hero-right">
<div id="table">
<h1>Your Books</h1>
<div style="overflow-x:auto;" id="books-content">
<table class="table table-striped" id="mytable">
<thead>
<tr>
<th scope="col">Date of Issue</th>
<th scope="col">Name</th>
<th scope="col">Author</th>
<th scope="col">Type</th>
<th scope="col">Category</th>
</tr>
</thead>
<tbody id="tableBody"></tbody>
</table>
</div>
</div>
<div class="contain">
<div class="line"><b id="bold"> Choose and read the book </b><br>on your comfort zone </div>
<div id="search">
<form id="searchForm" class="form-inline my-2 my-lg-0">
<button class="btn btn-dark my-2 my-sm-0">Keyword</button>
<input class="form-control mr-sm-2" id="searchTxt" type="search" placeholder="Search for a book"
aria-label="Search" name="search" style="border: none;" />
<button class="btn btn-dark my-2 my-sm-0" id="searchsymbol" type="submit">
🔍
</button>
</form>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="suggestion">
<ul class="list">
<li class="suggest">518+ <br> Journals</li>
<li class="suggest">213+ <br> referrals</li>
<li class="suggest">1052+ <br> e-books</li>
</ul>
</div>
<section class="book">
<h1 class="tex">
Recommended books</h1>
<br>
<p>Read some books On HTML and CSS for free</p>
<div class="books1">
<div>
<img src="images/bookimage1.png" alt="not">
<a href="https://www.alvinisd.net/cms/lib03/TX01001897/Centricity/Domain/1077/pro_html5_and_css3_design_patterns.pdf"><button class="bookbtn">Download as pdf
</button></a>
</div>
<div>
<img src="images/bookimage2.png" alt="not">
<a href="https://si.sari-mutiara.ac.id/download/file/web-design-with-html-and-css-digital-classroom.pdf"><button class="bookbtn">Download as pdf
</button></a>
</div>
<div>
<img src="images/bookimage3.png" alt="not">
<a href="https://www.ciwcertified.com/resources/documents/sample-chapter/CCT02CDHTCSCK1405.PDF"><button class="bookbtn">Download as pdf
</button></a>
</div>
<div>
<img src="images/bookimage4.png" alt="not">
<a href="https://www.doc-developpement-durable.org/file/Projets-informatiques/cours-&-manuels-informatiques/htm-html-xml-ccs/Sams%20Teach%20Yourself%20HTML,%20CSS,%20and%20JavaScript%20All%20in%20One.pdf">
<button class="bookbtn">Download as pdf</button></a>
</div>
</div>
</section>
<div class="member">
<section class="donate">
<div class="text"><b>Become member</b>
<br>by donating your books to <br>help others
</div>
<div>
<button class="donate-btn"><a href="./public/donate-book.html">DONATE NOW</a></button>
</div>
</section>
<section class="photo"><img src="images/8.png" alt=""><img src="images/17.png.png" alt=""></section>
</div>
<br>
<div class="member" id="res">
<section class="photo"><img src="images/8.png" alt=""><img src="images/17.png.png" alt=""></section>
<section class="donate">
<div class="text"><b>Resources</b>
<br>get an exclusive access to all <br>the materials available in our <br>environment which help you
<br>to satisfy your needs and wants
</div>
<div>
<button class="donate-btn"><a href="resource.html">Learn More</a></button>
</div>
</section>
</div>
<br><br>
<div class="blogs">
<br>
<h1><b class='latest-blogs'> Latest Blogs</b></h1>
<p class="latest-blogs-p">Regular records of your thoughts, opinions or experiences that you put on the <br>internet for other people to
read </p>
</div>
<div class="update">
<div class="login-box">
<form >
<div class="user-box">
<input type="text" name="" required="" >
<label>Name</label>
</div>
<!-- <div class="user-box">
<input type="text" name="" required="">
<label>Last Name</label>
</div> -->
<div class="user-box">
<input type="email" name="" required="">
<label>Email</label>
</div>
<div class="user-box">
<input type="text" name="" required="">
<label>Message</label>
</div>
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</a>
</form>
</div>
<!-- <div class="stay-update">STAY UPDATED</div> -->
</div>
<section class="faq-container">
<h1 class="faq-heading">FAQ'S</h1>
<div class="faq-one">
<!-- faq question -->
<h1 class="faq-page">What is an FAQ Page?</h1>
<!-- faq answer -->
<div class="faq-body">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Velit saepe sequi, illum facere
necessitatibus cum aliquam id illo omnis maxime, totam soluta voluptate amet ut sit ipsum
aperiam.
Perspiciatis, porro!</p>
</div>
</div>
<div class="faq-two">
<!-- faq question -->
<h1 class="faq-page">Why do you need an FAQ page?</h1>
<!-- faq answer -->
<div class="faq-body">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Velit saepe sequi, illum facere
necessitatibus cum aliquam id illo omnis maxime, totam soluta voluptate amet ut sit ipsum
aperiam.
Perspiciatis, porro!</p>
</div>
</div>
<div class="faq-three">
<!-- faq question -->
<h1 class="faq-page">Does it improves the user experience of a website?</h1>
<!-- faq answer -->
<div class="faq-body">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Velit saepe sequi, illum facere
necessitatibus cum aliquam id illo omnis maxime, totam soluta voluptate amet ut sit ipsum
aperiam.
Perspiciatis, porro!</p>
</div>
</div>
</section>
<div class="contact">
<ul>
<li class="heading"><a>Contact:</a></li>
<li><a>Ph:95768xyza</a></li>
<li><a>E:hello@acelibrary.com</a></li>
<li><a href="https://www.linkedin.com/in/sauravmukherjee44/"> Linkedin</a></li>
<li><a href="https://github.com/SauravMukherjee44" target="github">Github</a></li>
<li><a href="https://twitter.com/mesourav44"> Twitter</a></li>
<li><a href="https://www.youtube.com/channel/UCYGVtIgQIAChKBWBmChxzJw" target="YouTube">YouTube</a></li>
</ul>
<ul>
<li class="heading">Community</li>
<li>Our Story</li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Terms Of use</a> </li>
<li>Accessibility</li>
<li><a href="#">Publishing process</a> </li>
</ul>
<ul>
<li class="heading">Company</li>
<li><a href="public/contact us .html" target="_blank">Contact us</a> </li>
<li><a href="./public/terms&conditions.html">Terms and conditions</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Careers</a></li>
</ul>
<ul>
<li><a href="#" class="heading">Subscribe to our newsletter</a> </li>
<li class="newsletter"><input type="email" id="subcribe" placeholder="Email"><label for="subcribe" class="label">Sign up</label></li>
</ul>
</div>
<div>
<footer>
<div class="footer-wrapper">
<div class="icons">
<ul>
<li>
<a href="https://www.linkedin.com/in/sauravmukherjee44/"><i class="fab fa-linkedin-in icon"></i></a>
</li>
<li>
<a href="https://github.com/SauravMukherjee44" target="github"> <i class="fab fa-github icon"></i> </a>
</li>
<li>
<a href="https://twitter.com/mesourav44"><i class="fab fa-twitter icon"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCYGVtIgQIAChKBWBmChxzJw"><i class="fab fa-youtube icon"></i></a>
</li>
</ul>
</div>
<div>
<p>©2021 Copyright AEC Library</p>
</div>
<!--
<div class="ml-auto">
<p>
<a href="./public/contact us .html" style="color: antiquewhite;"> </a>
  
</p>
</div>
-->
</div>
</footer>
</div>
</div>
<!--scroll featuring-->
<script type ="text/javascript">
let progress = document.getElementById('progressbar');
let totalHeight = document.body.scrollHeight - window.innerHeight;
window.onscroll = function(){
let progressHeight = (window.pageYOffset / totalHeight) * 100;
progress.style.height = progressHeight + "%";
}
</script>
<!--scrolling feature end here-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./assets/js/script.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<!-- Go to Top -->
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(window).scrollTop() > 40) {
$('#topBtn').css({
"opacity": "1", "pointer-events": "auto"
});
} else {
$('#topBtn').css({
"opacity": "0", "pointer-events": "none"
});
}
});
$("#topBtn").click(function () {
$('html ,body').animate({ scrollTop: 0 }, 400);
});
});
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script>
AOS.init({
offset: 200,
duration: 1000,
});
</script>
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js"></script>
<script>
$(document).ready(function () {
$('#mytable').DataTable();
});
</script>
</body>
</html>