forked from SauravMukherjee44/Aec-Library-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
280 lines (255 loc) · 11.8 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="AEC Library is a comprehensive library management system">
<meta name="description" content="Designed for both large and small library systems, AEC Library is a comprehensive library management system. For managing circulation and stock, this is ideal for institutional, public, and digital libraries. In order to manage and automate the processing of even the largest of libraries, the AEC Library website was developed. According to the end user's requirements, the website is capable of managing Book Issues, Returns, and generating various Reports for Record-Keeping and Review purposes.">
<meta name="keywords" content="AEC, library systems, library, digital libraries, books">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="AEC LIBRARY">
<link rel="icon" href="./assets/logos/finalLogo.png" type="image/x-icon" />
<title>About | AEC Library</title>
<!-- 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" />
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/About.css" />
<!-- Adding new font -> Playfair-display -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!--Adding AOS in it-->
<!-- <script src="https://unpkg.com/[email protected]/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">
</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>
<!-- Navbar started -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info">
<a class="navbar-brand" href="index.html"><img src="assets/logos/finalLogo.png" alt="AEC Library"
class="logo-img" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-home"></i> Home
<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link active" target="_blank" onclick="return false;">
<i class="fas fa-book"></i> About
</a>
</li>
<li class="nav-item">
<a href="./public/donate-book.html" class="nav-link" target="_blank">
<i class="fas fa-book"></i> Donate Books
</a>
</li>
<li class="nav-item">
<a href="./public/getabook.html" class="nav-link" target="_blank">
<i class="fas fa-book"></i> Get a book
</a>
</li>
<li class="nav-item">
<a href="resource.html" class="nav-link" target="_blank">
<i class="fas fa-external-link-alt"></i> Resources</a>
</li>
<li class="nav-item">
<a href="./Login_page/login_page.html" class="nav-link" target="_blank">
<i class="fas fa-sign-in-alt"></i> Login
</a>
</li>
<li class="nav-item">
<a href="./sign-up-page/index.html" class="nav-link" target="_blank">
<i class="fas fa-sign-in-alt"></i> Sign up
</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar ended -->
<!-- about content started -->
<div class="about-container" data-aos="fade-up">
<!-- <div class="my-5"> -->
<h1 class="text-center">About Us</h1>
<div class="py-3 mx-md-5 mx-3">
<p>
Designed for both large and small library systems, AEC Library is a
comprehensive library management system. For managing circulation
and stock, this is ideal for institutional, public, and digital
libraries. In order to manage and automate the processing of even
the largest of libraries, the AEC Library website was developed.
According to the end user's requirements, the website is capable of
managing Book Issues, Returns, and generating various Reports for
Record-Keeping and Review purposes.
</p>
<h2 class="text-white">
<strong>Why use AEC Library?</strong>
</h2>
<p>
Through AEC Library, the distribution process is controlled and
centralized, reducing the risk of loss of books, over-ordering, and
expensive replacements. The AEC Library gives easy-to-understand
information on each form of the system, as well as description of each
field on the form. In addition to being easy to use, AEC Library can
generate instant reports with ease. The software has been designed
to be flexible and user-friendly by librarians and media
specialists.
</p>
<h2 class="text-white">
<strong>Features of AEC Library?</strong>
</h2>
<p>
<i class="far fa-hand-point-right"></i> Store various types of books, journals, newspapers, magazines,
etc.<br>
<i class="far fa-hand-point-right"></i> Organize the books based on their subjects.<br>
<i class="far fa-hand-point-right"></i> New books can be added easily.<br>
<i class="far fa-hand-point-right"></i> Checkout is easy with this method.<br>
<i class="far fa-hand-point-right"></i> Checking in is quick and easy.<br>
<i class="far fa-hand-point-right"></i> For late returns, automatic fine calculation is available.<br>
<i class="far fa-hand-point-right"></i> A book can be searched using different criteria.<br>
<i class="far fa-hand-point-right"></i> Number of books, number of books issued, number of journals, etc.<br>
<i class="far fa-hand-point-right"></i> A simple way to see how many books a student has received.
</p>
</div>
<!-- </div> -->
<h4 class="text-white" style="text-align: center;">
<strong>Also read our <a href="./public/terms&conditions.html" style="color: lightsteelblue; text-decoration: underline;">Terms and Conditions</a></strong>
</h4>
<br>
</div>
<!-- about content ended -->
<!-- footer started -->
<div>
<footer>
<div class="footer-wrapper">
<div class ="container">
<div class ="row">
<div class ="footer-col quickcenter">
<h4 ><u class="q-link-header">Quick Links</u></h4>
<ul>
<a href="/index.html" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">Home</li></a>
<a href="/public/donate-book.html" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">Donate Books</li></a>
<a href="/resource.html" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">Resources</li></a>
<a href="/public/contact%20us%20.html" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">Contact Us</li></a>
<a href="/index.html#" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">Privacy Policy</li></a>
<a href="/index.html#faq" class="btn1"><li style="color: rgb(85, 55, 27);" class="animated-border-button">FAQ</li></a>
</ul>
</div>
</div>
<div class="footer-col">
<h4 style="color: cornsilk;" class="address">Address</h4>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt" style="color: cornsilk;"></span>
<span class="text" style="color: cornsilk;">A-block,Street no-4,New Delhi-110044,India</span>
</div>
</div>
<div class="phone">
<span class="fas fa-phone-alt" style="color: cornsilk;"></span>
<span class="text" style="color: cornsilk;">+1 800 1236879</span>
</div>
<div class="email">
<span class="fas fa-envelope" style="color: cornsilk;"></span>
<span class="text" style="color: cornsilk;">[email protected]</span>
</div>
</div>
</div>
</div>
<div class="footer-wrapper">
<div class="icons">
<ul>
<li>
<a href="https://www.linkedin.com/in/sauravmukherjee44/"><i class="fab fa-lg fa-linkedin-in icon"></i></a>
</li>
<li>
<a href="https://github.com/SauravMukherjee44" target="github"> <i class="fab fa-lg fa-github icon"></i> </a>
</li>
<li>
<a href="https://twitter.com/mesourav44"><i class="fab fa-lg fa-twitter icon"></i></a>
</li>
<li>
<a href="https://bit.ly/CodeINYouTube"><i class="fab fa-lg fa-youtube icon"></i></a>
</li>
</ul>
</div>
<div>
<p style="color: cornsilk;">© <span id="footer-year"></span> Copyright AEC Library</p>
</div>
</footer>
</div>
<!-- footer ended -->
<!-- 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 src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 400, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 1000 // values from 0 to 3000, with step 50ms
});
</script>
<!-- <script>
AOS.init({
offset: 200,
duration: 1000,
});
</script> -->
<!-- Footer Year Calculator -->
<script>
var year = new Date().getFullYear();
document.getElementById("footer-year").innerHTML = year;
</script>
</body>
</html>