-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (283 loc) · 17.4 KB
/
Copy pathindex.html
File metadata and controls
304 lines (283 loc) · 17.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AMS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Free Template by Free-Template.co" />
<meta name="keywords" content="free bootstrap 4, free bootstrap 4 template, free website templates, free html5, free template, free website template, html5, css3, mobile first, responsive" />
<meta name="author" content="Free-Template.co" />
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="Home/css/bootstrap.min.css">
<link rel="stylesheet" href="Home/css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="Home/css/animate.css">
<link rel="stylesheet" href="Home/css/owl.carousel.min.css">
<link rel="stylesheet" href="Home/css/owl.theme.default.min.css">
<link rel="stylesheet" href="Home/css/icomoon.css">
<link rel="stylesheet" href="Home/css/style.css">
<link rel="icon" type="image/png" href="assets/logo-favi.png">
</head>
<body data-spy="scroll" data-target="#ftco-navbar" data-offset="200">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">AMS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#section-home" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#section-features" class="nav-link">Features</a></li>
<li class="nav-item"><a href="#section-about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#section-morefeatures" class="nav-link">More Features</a></li>
<li class="nav-item"><a href="#section-faq" class="nav-link">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<section class="ftco-cover ftco-slant" style="background-image: url(assets/bg_home.jpg);" id="section-home">
<div class="container">
<div class="row align-items-center justify-content-center text-center ftco-vh-100">
<div class="col-md-10">
<h1 class="ftco-heading ftco-animate">Academic Management System</h1>
<h2 class="h5 ftco-subheading mb-5 ftco-animate">Empowering Education through Seamless Management.</h2>
<p><a href="Login/login.html" target="_blank" class="btn btn-primary ftco-animate">Get Started</a></p>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light ftco-slant ftco-slant-white" id="section-features">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb-5 ftco-animate">
<h2 class="text-uppercase ftco-uppercase">Our Awesome Features</h2>
<div class="row justify-content-center">
<div class="col-md-7">
<p class="lead">Designed to streamline and enhance attendance tracking and management for educational institutions.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-thumb-up display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">Multi-level User Access Control</h5>
<p class="mb-5">Different access levels for administrators, teachers, and students.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-bolt display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">Real-time Attendance Tracking</h5>
<p class="mb-4">Efficient and accurate real-time updating of attendance data, ensuring up-to-date information for educators and administrators.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-person display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">Comprehensive Reporting</h5>
<p class="mb-4">Generate detailed attendance reports with insights into student attendance patterns and trends, facilitating informed decision-making.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-code display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">For Administrators</h5>
<p class="mb-5">Manage routines, classes, faculty responsibilities, and student records.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-magnifying-glass display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">For Teachers</h5>
<p class="mb-5">Efficient attendance recording, report generation, and substitute management.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate">
<div class="ftco-icon mb-3"><span class="oi oi-phone display-4 text-muted"></span></div>
<div class="media-body">
<h5 class="mt-0">For Students</h5>
<p class="mb-5">View attendance history, access personal details, and track performance metrics.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-slant ftco-slant-light" id="section-about">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center ftco-animate">
<h2 class="text-uppercase ftco-uppercase">About Us</h2>
<div class="row justify-content-center mb-5">
<div class="col-md-7">
<p class="lead">We're revolutionizing education through technology with our project, the Academic Management System (AMS). AMS enhances attendance tracking, management, and academic reporting for schools, freeing educators to focus on student success. Contact us at <a href="#">contact.ams.system@gmail.com</a> to learn more.</p>
</div>
</div>
</div>
</div>
<div class="row no-gutters align-items-center ftco-animate">
<div class="col-md-6 mb-md-0 mb-5">
<img src="assets/bg_about.jpg" alt="Free Template by Free-Template.co" class="img-fluid">
</div>
<div class="col-md-6 p-md-5">
<h3 class="h3 mb-4">Meet Our Dedicated Developers</h3>
<p>Developed by passionate developers including <a href="https://github.com/ThisIs-Developer" target="_blank">Baivab Sarkar</a>, <a href="https://github.com/Ayan123C" target="_blank">Ayan Chatterjee</a>, <a href="https://github.com/AyanKumarDey" target="_blank">Ayan Kumar Dey</a>, <a href="https://github.com/bhishma620" target="_blank">Bhishmadev Ghosh</a>, and <a href="https://github.com/Arpan550" target="_blank">Arpan Bhattacharya</a>. Their dedication and collaborative efforts have made this project possible.</p>
<p class="mb-5"><a href="https://github.com/ThisIs-Developer/AMS" target="_blank">Learn More</a></p>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light ftco-slant ftco-slant-white" id="section-morefeatures">
<div class="container">
<div class="row">
<div class="col-md-12 text-center ftco-animate">
<h2 class="text-uppercase ftco-uppercase">More Features</h2>
<div class="row justify-content-center mb-5">
<div class="col-md-7">
<p class="lead">Discover additional functionalities designed to optimize and simplify attendance management.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="owl-carousel ftco-owl">
<div class="item ftco-animate">
<div class="media d-block text-left ftco-media p-md-5 p-4">
<div class="ftco-icon mb-3"><span class="oi oi-pencil display-4"></span></div>
<div class="media-body">
<h5 class="mt-0">Easy to Customize</h5>
<p>Our system is highly customizable, allowing you to tailor it to your specific needs and preferences.</p>
</div>
</div>
</div>
<div class="item ftco-animate">
<div class="media d-block text-left ftco-media p-md-5 p-4">
<div class="ftco-icon mb-3"><span class="oi oi-monitor display-4"></span></div>
<div class="media-body">
<h5 class="mt-0">Web Development</h5>
<p>Developed with the latest web technologies to ensure a smooth and efficient user experience.</p>
</div>
</div>
</div>
<div class="item ftco-animate">
<div class="media d-block text-left ftco-media p-md-5 p-4">
<div class="ftco-icon mb-3"><span class="oi oi-location display-4"></span></div>
<div class="media-body">
<h5 class="mt-0">Automated Reporting</h5>
<p>Generate detailed attendance reports effortlessly with our automated reporting feature.</p>
</div>
</div>
</div>
<div class="item ftco-animate">
<div class="media d-block text-left ftco-media p-md-5 p-4">
<div class="ftco-icon mb-3"><span class="oi oi-person display-4"></span></div>
<div class="media-body">
<h5 class="mt-0">Real-time Monitoring</h5>
<p>Keep track of attendance in real-time, providing instant updates and insights.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-white ftco-slant ftco-slant-dark" id="section-faq">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center ftco-animate">
<h2 class="text-uppercase ftco-uppercase">FAQ</h2>
<div class="row justify-content-center mb-5">
<div class="col-md-7">
<p class="lead">Find answers to common questions about our Academic Management System (AMS).</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-5 ftco-animate">
<h3 class="h5 mb-4">What features does the AMS offer for attendance management?</h3>
<p>The AMS provides comprehensive features for attendance tracking, including real-time monitoring, automated reporting, and integration with student profiles.</p>
</div>
<div class="col-md-6 mb-5 ftco-animate">
<h3 class="h5 mb-4">Can the AMS integrate with other educational tools and systems?</h3>
<p>Yes, our AMS supports integration with Learning Management Systems (LMS), student information systems (SIS), and other educational platforms to streamline data management and enhance user experience.</p>
</div>
<div class="col-md-6 mb-5 ftco-animate">
<h3 class="h5 mb-4">What security measures does the AMS employ to protect student data?</h3>
<p>The AMS prioritizes data security with encrypted data transmission, role-based access control, regular security audits, and compliance with data protection regulations.</p>
</div>
<div class="col-md-6 mb-5 ftco-animate">
<h3 class="h5 mb-4">If I need support, who do I contact?</h3>
<p>For support, you can contact our dedicated customer service team via email or phone. We are here to assist you with any issues or questions.</p>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-bg-dark">
<div class="container">
<div class="row mb-5">
<div class="col-md-8">
<div class="row">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">AMS</h2>
<ul class="list-unstyled">
<li><a href="https://github.com/ThisIs-Developer/AMS/blob/main/README.md" class="py-2 d-block" target="_blank">Build Details</a></li>
<li><a href="https://github.com/ThisIs-Developer/AMS/tree/main/AMS%20Android/app/build/outputs/apk/androidTest/debug" class="py-2 d-block" target="_blank">Download</a></li>
<li><a href="mailto:contact.ams.system@gmail.com" class="py-2 d-block" target="_blank">Email</a></li>
<li><a href="https://github.com/ThisIs-Developer/AMS/blob/main/LICENSE" class="py-2 d-block" target="_blank">License</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Useful links</h2>
<ul class="list-unstyled">
<li><a href="https://spring.io/projects/spring-data-jpa" class="py-2 d-block" target="_blank">JPA</a></li>
<li><a href="https://www.postgresql.org/" class="py-2 d-block" target="_blank">PostgreSQL</a></li>
<li><a href="https://redis.io/" class="py-2 d-block" target="_blank">Redis</a></li>
<li><a href="https://spring.io/" class="py-2 d-block" target="_blank">Spring</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="ftco-footer-widget mb-4">
<ul class="ftco-footer-social list-unstyled float-md-right float-lft">
<li><a href="https://github.com/ThisIs-Developer/AMS" target="_blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md text-left">
<p>© Exclusivity 2024. All Rights Reserved AMS.</p>
</div>
</div>
</div>
</footer>
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#4586ff"/></svg></div>
<script src="Home/js/jquery.min.js"></script>
<script src="Home/js/popper.min.js"></script>
<script src="Home/js/bootstrap.min.js"></script>
<script src="Home/js/jquery.easing.1.3.js"></script>
<script src="Home/js/jquery.waypoints.min.js"></script>
<script src="Home/js/owl.carousel.min.js"></script>
<script src="Home/js/jquery.animateNumber.min.js"></script>
<script src="Home/js/main.js"></script>
</body>
</html>