-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
439 lines (348 loc) · 16.1 KB
/
Copy pathindex.php
File metadata and controls
439 lines (348 loc) · 16.1 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
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
<!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 Developer="Abhi goyal">
<title>Student Attendance Portal</title>
<!-- link Css -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="teacher.css">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="images/logo 1 (1).png" type="image/icon type">
<link rel="stylesheet" href="ism/css/my-slider.css" />
<script src="ism/js/ism-2.2.min.js"></script>
<!-- Link Pages -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="backtoscroll.css">
<!-- Font Family -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon+SC&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/cursive" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/86234a9440.js" crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- teacher section -->
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- CSS -->
<link rel="stylesheet" href="teacher.css">
</head>
<body>
<!--============================== Home page ============================ -->
<!-- nav bar -->
<nav class="first">
<a href="register.php"><button id="register">Register</button></a>
<a href="indexold.php"><button id="signin">Log in </button></a>
<img id="logo" src="images/logo.png" alt="">
<a href="contact.php" class="renew">Contact</a>
<!-- <a href="Blogs.php" class="renew">Blogs</a> -->
<a href="about-us.php" class="renew">About Us</a>
<a href="admin.php" class="renew">Admin</a>
<a href="index.php" class="renew">Home</a>
</nav>
<a id="button"><i class="fa-sharp fa-solid fa-arrow-up"></i></a>
<!-- body -->
<section>
<div class="content">
<hr id="firsthr" style="width:14%;text-align:left;margin-left:0">
<h2>
ATTENDANCE <span>PLEASE -</span>
</h2>
<h3>
ROLL NUMBER <span class="number"> 1 </span>: <span class="typing">Present Sir</span>
</h3>
<hr id="sechr" style="width:15%;text-align:right;margin-right:53%;margin-top:-10px;">
</div>
<img src="images/6099966.jpg" alt="">
</section>
<div class="college_campus">
<h2> OUR COLLEGE CAMPUS </h2>
<h6> GIVING WINGS TO YOUR DREAMS </h6>
<div class="ism-slider" data-play_type="loop" data-interval="3000" data-image_fx="zoompan" id="my-slider">
<ol>
<li>
<img src="ism/image/slides/_u/1668833983399_388763.jpg">
<div class="ism-caption ism-caption-0">MBA DEPARTMENT</div>
</li>
<li>
<img src="ism/image/slides/_u/1668833418065_734671.jpg">
<div class="ism-caption ism-caption-0">BTECH DEPARTMENT</div>
</li>
<li>
<img src="ism/image/slides/_u/1668833417854_298245.jpg">
<div class="ism-caption ism-caption-0"></div>
</li>
<li>
<img src="ism/image/slides/_u/1668834153201_504465.png">
<div class="ism-caption ism-caption-0"></div>
</li>
</ol>
</div>
<p class="ism-badge" id="my-slider-ism-badge"><a class="ism-link" href="http://imageslidermaker.com"
rel="nofollow"></a></p>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
<!-- ================================our services============================ -->
<div class="our-services">
<br><br>
<h2>OUR SERVICES</h2>
<div class="service-icon">
<i class="fa-solid fa-calendar-days"></i>
<i class="fa-solid fa-file-lines" id="ico"></i><i class="fa-solid fa-chart-pie"></i><i
class="fa-solid fa-layer-group" id="ico"></i>
</div>
<div class="service-text">
<h3><span>Real Time Attendance</span>
<span id="a">Weakly and Monthly Report</span>
<span id="b">Graphical Analytics</span>
<span id="c">Leave System</span>
</h3>
</div>
<br><br><br><br>
</div>
<br><br>
<!-- ============================================why choose us===================================== -->
<div class="grid-container">
<div class="grid-item">
<img src="images/Design inspiration-pana.png" alt="">
<h3>Why Choose Us</h3>
<div class="card-items">
<div class="card">
<div class="container2">
<p>Paperless Work Environment </p>
</div>
</div>
<div class="card" id="card-right">
<div class="container2">
<p>Reliable Attendance</p>
</div>
</div>
<div class="card">
<div class="container2">
<p>Easy Access To View Attendance</p>
</div>
</div>
<div class="card" id="card-right">
<div class="container2">
<p>Get Quick Attendance Insight </p>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
<!-- ==============================================our teacher =============================== -->
<div class="our-teacher">
<br><br>
<h2>MEET OUR QUALIFIED FACULTY</h2>
<p> VGI Faculty members are very good, well-qualified and knowledgeable. <br> Their teaching quality is up to
the
mark. </p>
<div>
<section class="product">
<div class="product-container">
<div class="product-card">
<div class="product-image">
<img src="images/manojrajora.jpg" class="product-thumb" alt="">
<!-- <h4> Prof. Manoj Rajora </h4> -->
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card2.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card3.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card4.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card5.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card6.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card7.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card8.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card9.jpg" class="product-thumb" alt="">
</div>
<div class="product-info">
</div>
</div>
<div class="product-card">
<div class="product-image">
<img src="images/card10.jpg" class="product-thumb" alt="">
</div>
<br><br><br>
</div>
</div>
</section>
</div>
</div>
<br><br><br>
<!--=========================================about us==================================== -->
<div class="about">
<div class="about-us-items1">
<img src="images/quote - Copy.png" alt="">
<h2> ABOUT <br> <span>STUDENT ATTENDANCE PORTAL</span></h2>
<p>The Student Attendance portal is an idea of providing a paperless <br> attendance
environment one portal. It has features for faculty and <br> admin like mark attendance, add
student, restrict any student, see <br> any student’s data, etc. And student have the access to
view <br> attendance and attached the leave application <br> and many more.</p>
<div class="about-us-button">
<a href="about-us.html"><button id="learnmore">Know More<i
class="fa-solid fa-arrow-right"></i></button></a>
</div>
<img src="images/quote.png" id="quote" alt="">
</div>
<div class="about-us-items">
<img src="images/Aboutus.jpg" alt="">
</div>
</div>
<br><br><br><br>
<!-- ===========================================footer=================================== -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Information</h4>
<ul>
<li><a href="about-us.html">about us</a></li>
<li><a href="#">Terms and services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Why VGI</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">FeedBack</a></li>
<li><a href="#">Complain</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>More</h4>
<ul>
<li><a href="#">Event</a></li>
<li><a href="#">Faculty Staff</a></li>
<li><a href="#">Top Recruiters</a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com/vgi.greaternoida/" target="_blank"><i
class="fa-brands fa-square-facebook"></i></a>
<a href="https://www.linkedin.com/school/vishveshwarya/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com/vgi.greaternoida/?hl=en" target="_blank"><i
class="fa-brands fa-square-instagram"></i></a>
<a href="https://www.youtube.com/@VGIGreaterNoida/videos" target="_blank"><i
class="fa-brands fa-square-youtube"></i></a>
<img src="images/sap-high-resolution-logo-color-on-transparent-background.png" width="70%"
style=" background: transparent; margin-top: 40px; " alt="">
</div>
</div>
</div>
</div>
<div class="copyright1">
<h6>Copyright © 2022 VGI, All rights reserved <br> Developed By <a href="">"Hello WORLD" <style>
a {
text-decoration: none;
}
</style></a></h6>
</div>
</footer>
<!-- ========================================End============================================== -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js" referrerpolicy="no-referrer">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"> </script>
<script src="https://cdn.jsdelivr.net/gsap/1.19.1/TweenMax.min.js"></script>
<script src="index.js"></script>
<script>
var btn = $('#button');
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function(e) {
e.preventDefault();
$('html, body').animate({
scrollTop: 0
}, '300');
});
</script>
<script src=""></script>
<script src="teacher.js"></script>
</body>
</html>