-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
91 lines (77 loc) · 4.73 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FaceRecA</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="my-navbar navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="push.php"><img src="img/logo7.png" style="max-width: 400px; margin-top: -112px; max-height: 260px; margin-left: -65px;"> </a>
</div>
<div class="navbar-collapse collapse" id="list">
<ul class="nav navbar-nav">
<li class="divider-vertical"></li>
<li><a href="help.html" style="font-family: Baskerville;font-size: 18px;">Help</a></li>
<li><a href="#">|</a></li>
<li class="divider-vertical"></li>
<li><a href="contact.html" style="font-family: Baskerville;font-size: 18px;">Contact</a>
</ul>
</div>
</div>
</nav>
<div class="my-navbar1 navbar-default navbar-fixed-top">
</div>
<br><br><Br><br>
<div class="container">
<div class="card">
<div class="card-header">
<div id="image" style="float:left;">
<img src="img/about.png" height="75" width="75" align="left">
</div>
</div>
<div id="texts" style="float:left; margin-left: 30px;
font-family: Baskerville;font-size: 18px;">
<h1><small><font color="white">What is
<font color="green">FaceRecA </font>? </font></small></h1>
</div>
<br><br><br>
<div class="block_1"></div> <hr />
<br><br>
<blockquote id="ph">
<div class="card-block">
<h4 class="card-title" style="font-family: Baskerville;font-size: 23px;color: white;"><strong>Need ?</strong></h4>
<p class="card-text" id="helpcolor">Maintaining the attendance is essential in every one of the foundations for checking the performance of students. Manual entering of attendance in logbooks becomes a difficult task and it also wastes the time. </p>
</div>
</blockquote>
<blockquote id="ph">
<div class="card-block">
<h4 class="card-title" style="font-family: Baskerville;font-size: 23px;color: white;"><strong>Solution ?</strong></h4>
<p class="card-text" id="helpcolor">
<strong><font color="green">FaceRecA</font> </strong> is one of the advance methodology used to mark attendace of the students.The presence of each student will be updated in a database.<strong>
<font color="green">FaceRecA</font> </strong> gives much more solutions with accurate results in user interactive manner rather than existing attendance systems.
</p>
</blockquote>
<blockquote id="ph">
<div class="card-block">
<h4 class="card-title" style="font-family: Baskerville;font-size: 23px;color: white;"><strong>What it does ?</strong></h4>
<p class="card-text" id="helpcolor">
Smart Attendance using Real Time Face Recognition is a real world solution which comes with day to day activities of handling students.Our system maintains the attendance records of students automatically.The results showed improved performance over manual attendance management system.
</p>
</blockquote>
</div>
</div>
</div>
</nav>
</body>
</html>