-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
577 lines (536 loc) · 23.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title>UB ATTENDANCE</title>
<link rel="icon" type="images/x-icon" href="assets/images/ub-logo.jpg" />
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-grad-school.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/lightbox.css">
</head>
<body>
<!--header-->
<header class="main-header clearfix" role="header">
<div class="logo">
<a href="#"><em style="padding-right: 10px;">UB</em>ATTENDAnCE</a>
</div>
<a href="#menu" class="menu-link"><i class="fa fa-bars"></i></a>
<nav id="menu" class="main-nav" role="navigation">
<ul class="main-menu">
<li><a href="#section1">Home</a></li>
<li class="has-submenu"><a href="#section2">About Us</a>
<ul class="sub-menu">
<li><a href="#section2">Who we are?</a></li>
<li><a href="#section3">What we do?</a></li>
<li><a href="#section5">How it works?</a></li>
</ul>
</li>
<li><a href="#section4">Courses</a></li>
<li><a href="#section6">Contact</a></li>
<li><a href="./registration/login.html" class="external" style="background-color: orange;">Sign In</a></li>
</ul>
</nav>
</header>
<!-- ***** Main Banner Area Start ***** -->
<section class="section main-banner" id="top" data-section="section1">
<video autoplay muted loop id="bg-video">
<source src="assets/images/course-video.mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text">
<div
class="caption">
<h6>UB AUTOMATED ATTENDANCE SERVICE</h6>
<h2><em>MANAGE YOUR <br></em>ATTENDAnCE</h2>
<div class="main-button">
<div class="scroll-to-section"><a href="#section2">Discover more</a></div>
</div>
</div>
</div>
</section>
<!-- ***** Main Banner Area End ***** -->
<section class="features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<div class="features-post">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-pencil"></i>All Courses</h4>
</div>
<div class="content-hide">
<p>The University of Buea offers so many entricken and educative courses organized for the various departments</p>
<p class="hidden-sm">The University of Buea offers so many entricken and educative courses organized for the various departments</p>
<div class="scroll-to-section"><a href="#section2">More Info.</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post second-features">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-graduation-cap"></i>Virtual Class</h4>
</div>
<div class="content-hide">
<p>The University of Buea facilitates the learning process of it's students through virtual classes held by the amazing lectures.</p>
<p class="hidden-sm">The University of Buea facilitates the learning process of it's students through virtual classes held by the amazing lectures.</p>
<div class="scroll-to-section"><a href="#section3">Details</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post third-features">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-book"></i>Real Meeting</h4>
</div>
<div class="content-hide">
<p>The University of Buea provides the best physical and entertaining meetings between the students and the lectures(staff) so as to interact and become more productive</p>
<p class="hidden-sm">The University of Buea provides the best physical and entertaining meetings between the students and the lectures(staff) so as to interact and become more productive.</p>
<div class="scroll-to-section"><a href="#section4">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section why-us" data-section="section2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Why choose US?</h2>
</div>
</div>
<div class="col-md-12">
<div id='tabs'>
<ul>
<li><a href='#tabs-1'>Best Education</a></li>
<li><a href='#tabs-2'>Top Level Management</a></li>
<li><a href='#tabs-3'>Quality Attendance</a></li>
</ul>
<section class='tabs-content'>
<article id='tabs-1'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/matr.jpg" style="margin-top: 35px;">
</div>
<div class="col-md-6">
<h4>Best Education</h4>
<p>The University of Buea adequately provides the best education system which keeps tracks of students attendance using the UB ATTENDANCE web application developed by a team of very smart and intelligent students who are going to take the workd by storm, well trained lectures and heads filled with perfect tranquility.</p>
</div>
</div>
</article>
<article id='tabs-2'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/ub2.jpg" style="margin-top: 90px;" height="210px">
</div>
<div class="col-md-6">
<h4>Top Level Management</h4>
<p>UB ATTENDANCE Web applications provides the most efficient means of tracking the attendance of each and every student sitting/taken part in a particular course in the university of Buea.</p>
<p>These helps lectures easily collect attendance for their respective courses and saves time and stress of the students.</p>
</div>
</div>
</article>
<article id='tabs-3'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/ub5.webp" alt="">
</div>
<div class="col-md-6">
<h4>Quality Attendance</h4>
<p>These web application provides an acurate and well precise attendance list with the number times each student sat for a particular course during each sememster.</p>
</div>
</div>
</article>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="section coming-soon" data-section="section3">
<div class="container">
<div class="row">
<div class="col-md-7 col-xs-12">
<div class="continer centerIt">
<div>
<h4>Take the bold step and <em>Sign up </em> so as to enjoy the wonderful benefits these amazing web app offers. Don't miss out!!!. Time passes...</h4>
<div class="counter">
<div class="days">
<div class="value">00</div>
<span>Days</span>
</div>
<div class="hours">
<div class="value">00</div>
<span>Hours</span>
</div>
<div class="minutes">
<div class="value">00</div>
<span>Minutes</span>
</div>
<div class="seconds">
<div class="value">00</div>
<span>Seconds</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="right-content">
<div class="top-content">
<h6>Register your free account and <em>get immediate</em> access to the amazing and easy means of attendance collection</h6>
</div>
<form id="contact" action="" method="get">
<div class="row">
<div class="col-md-12">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Your Name" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<input name="email" type="text" class="form-control" id="email" placeholder="Your Email"
required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<input name="phone-number" type="text" class="form-control" id="phone-number"
placeholder="Your Phone Number" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="button">Get it now</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="section courses" data-section="section4">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Choose Your Course</h2>
</div>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<img src="assets/images/cloud.png" alt="Course #1">
<div class="down-content">
<h4>Introduction To Cloud Computing ~ CEC315</h4>
<p>Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing.</p>
<div class="author-image">
<img src="assets/images/profile1.jpg" height="44px" alt="Author 1">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/ai.webp" height="155px" alt="Course #2">
<div class="down-content">
<h4>Introduction To AI ~ CEC323</h4>
<p>Artificial intelligence is the simulation of human intelligence processes by machines, especially computer systems.</p>
<div class="author-image">
<img src="assets/images/profile2.jpg" height="44px" alt="Author 2">
</div>
<div class="text-button-free">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/data.jpg" height="140px" alt="Course #3">
<div class="down-content">
<h4>Data Structures ~ CEC305</h4>
<p>Data structures is a way of organizing data in a format on a computer so that the information can be organized, processed & stored.</p>
<div class="author-image">
<img src="assets/images/profile3.jpg" height="40px" alt="Author 3">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/profile4.jpg" height="130px" alt="Course #4">
<div class="down-content">
<h4>Dynamic Web Design ~ CEC319</h4>
<p>Dynamic web refers to websites or web app that display content that can change dynamically based on user interactions or external factors.</p>
<div class="author-image">
<img src="assets/images/profilemain.jpg" height="44px" alt="Author 4">
</div>
<div class="text-button-free">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-05.jpg" height="130px">
<div class="down-content">
<h4>Database 1 ~ CEC317</h4>
<p>A database is a structured collection of data organized & stored in a way that allows for efficient storage, retrieval & manipulation of data</p>
<div class="author-image">
<img src="assets/images/profile5.jpg" height="44px" alt="">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/tech.webp" height="135px">
<div class="down-content">
<h4>Programing with UML ~ CEC321</h4>
<p>UML is a modeling language used in software engineering to visually represent & communicate designs & structure of a system.</p>
<div class="author-image">
<img src="assets/images/profile6.jpg" height="44px">
</div>
<div class="text-button-free">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/sys.jpg" height="135px">
<div class="down-content">
<h4>Embedded Systems 1 ~ CEC320</h4>
<p>An embedded system refers to a computer system designed for a specific purpose within a larger mechanical or electrical system.</p>
<div class="author-image">
<img src="assets/images/profile7.jpg" height="44px">
</div>
<div class="text-button-free">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/cv.jpg" height="131px">
<div class="down-content">
<h4>Civic And Ethics ~ CVE100</h4>
<p>Citizenship refers to the legal status of being a recognized member of a particular country or nation-state. It grants individuals certain rights & privileges</p>
<div class="author-image">
<img src="assets/images/profile8.jpg" height="44px">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/sec.jpg" height="145px">
<div class="down-content">
<h4>Data Security and Integrity ~ CEC304</h4>
<p>ata security and integrity are essential aspects of protecting data from unauthorized access, alteration, and loss.</p>
<div class="author-image">
<img src="assets/images/profile9.jpg" height="44px">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/ana.jpg" height="105px">
<div class="down-content">
<h4>System Analysis & Design ~ CEC306</h4>
<p>System analysis and design is an approach used in software engineering to analyze, design, & develop efficient & effective systems.</p>
<div class="author-image">
<img src="assets/images/profile10.jpg" height="44px">
</div>
<div class="text-button-free">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/math.png" height="100px">
<div class="down-content">
<h4>Mathematics 1 ~ EEC204</h4>
<p>Mathematics is a field of study that deals with numbers, quantities, structures, patterns, and relationships. It is a discipline that uses logical reasoning and precise language to explore.</p>
<div class="author-image">
<img src="assets/images/profile11.jpg" height="44px">
</div>
<div class="text-button-pay">
<a href="#">See More... <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section video" data-section="section5" id="section5">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="left-content">
<!-- <span>our presentation is for you</span> -->
<h4><em>How UB ATTENDANCE Works?</em></h4>
<p>UB ATTENDANCE is a web application which helps the lecturers and staff of the University of Buea to easily take the attendance of students per the course in which they tutor.
<br><br>It gives notification to students based on the program arranged at hand so as to ensure every one is up-to-date
</p>
<p>It provides an accurate and well precise list of students. MOreover, it safes time and energy of students and it takes place is the shortest amount of time possible hence making it more efficient and effective.</p>
<div class="main-button"><a rel="nofollow" href="#" target="_parent">See More...</a></div>
</div>
</div>
<div class="col-md-6">
<article class="video-item">
<div class="video-caption">
<h4>UB ATTENDANCE </h4>
</div>
<figure>
<a href="#" class="play"><img
src="assets/images/how.png" height="350px" style="margin-top: 40px;"></a>
</figure>
</article>
</div>
</div>
</div>
</section>
<section class="section contact" data-section="section6">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Let’s Keep In Touch</h2>
</div>
</div>
<div class="col-md-6">
<!-- Do you need a working HTML contact-form script?
Please visit https://templatemo.com/contact page -->
<form id="contact" action="" method="post">
<div class="row">
<div class="col-md-6">
<fieldset>
<input name="Full Names" type="text" class="form-control" id="name" placeholder="Your Full Names" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="Matricule Number" type="text" class="form-control" id="matricule" placeholder="Your Matricule Number" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="Email Adress" type="email" class="form-control" id="email" placeholder="Your Email Address" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="Phone Number" type="number" class="form-control" id="number" placeholder="Your Phone Number" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="
Your message..."
required=""></textarea>
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="button">Send Message Now</button>
</fieldset>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div id="map">
<iframe
src="https://maps.google.com/maps?q=Av.+L%C3%BAcio+Costa,+Rio+de+Janeiro+-+RJ,+Brazil&t=&z=13&ie=UTF8&iwloc=&output=embed"
width="100%" height="422px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p><i class="fa fa-copyright"></i> UB ATTENDANCE
| Design: <a href="https://templatemo.com" rel="sponsored" target="_parent">GROUP22</a></p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/video.js"></script>
<script src="assets/js/slick-slider.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$('.nav li:first').addClass('active');
var showSection = function showSection(section, isAnimate) {
var
direction = section.replace(/#/, ''),
reqSection = $('.section').filter('[data-section="' + direction + '"]'),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$('body, html').animate({
scrollTop: reqSectionPos
},
800);
} else {
$('body, html').scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$('.section').each(function () {
var
$this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge + $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var
currentId = $this.data('section'),
reqLink = $('a').filter('[href*=\\#' + currentId + ']');
reqLink.closest('li').addClass('active').
siblings().removeClass('active');
}
});
};
$('.main-menu, .scroll-to-section').on('click', 'a', function (e) {
if ($(e.target).hasClass('external')) {
return;
}
e.preventDefault();
$('#menu').removeClass('active');
showSection($(this).attr('href'), true);
});
$(window).scroll(function () {
checkSection();
});
</script>
</body>
</html>