forked from hardikrana11/Student-Feedback-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout1.php
102 lines (81 loc) · 3.63 KB
/
About1.php
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
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<link rel="icon" type="image/png" href="images/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Faculty Feedback System</title>
<title>Online Feedback System</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<header id="header" class="alt">
<div class="logo"><a href="home.php">Welcome to <span> Online Feedback System</span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li style="color:#FFFFFF">
<a style="color:#FFFFFF" href="home.php"><i class="fa fa-home fa-fw"></i>Home</a>
</li>
<li style="color:#FFFFFF">
<a style="color:#FFFFFF" href="About1.php"><i class="fa fa-home fa-fw"></i>About</a>
</li>
<li style="color:#FFFFFF">
<a style="color:#FFFFFF" href="Registration1.php"><i class="fa fa-home fa-fw"></i>Registration</a>
</li>
<li class="dropdown">
<a style="color:#FFFFFF" href="#" class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-sign-in fa-fw"></i>Login
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Login1.php">Student</a></li>
<li><a href="Faculty_login1.php">Faculty</a></li>
<li><a href="admin_login.php">Admin</a></li>
</ul>
</li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>About US</p>
<h2>Online Faculty-Feedback System</h2>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<p> Here we have developed the a faculty feedback system, which is generally used in the college to rate the faculty based on the performance. </p>
<p>
The ‘Feedback System’ Approaches all about institutional practices and processes that are taken into consideration, the student’s concerns of the level of the knowledge they
receive. The Faculty Feedback System is a management information system for education establishments to manage student data. An Online Student Feedback System is an
automatic feedback generation system that provides the proper feedback to the teachers as per the categories like always, poor, usually, very often, sometimes. </p>
<p> Any student who wants to use this website must first create his/her account by registration process.Once he/she is done with registration process he can use this website to
give feedback to the professor taking courses in their semesters </p>
<p>
Faculty can also use this website to see all feedback's given to him/her by students under their courses.Admin (HOD) can add faculty and can also remove faculty and
he can also see all the feedbacks given by students.
</p>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
</body>
</html>