forked from prapti19/EmployeeManagementSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abtproj.php
29 lines (28 loc) · 1.76 KB
/
abtproj.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
<!DOCTYPE html>
<html>
<title>About Project</title>
<style>
.bg {
background-image:url("bg_abt.jpg") ;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 10px;
}
.boxed {
border: 1px solid black ;
background-color: white;
}
</style>
<body class="bg">
<span class="firstsub_a" style="float:center; " align="center">
<h1 style="color: white; font-family: arial;font-size: 40px;margin-left: 57px;"> About the website</h1>
</span>
<div class="boxed" >
<h2 style="font-family: Georgia; font-size: 30 px;">
This webapp based project revolves around CEE's "Mari Shaala" initiative, whose main goals were to ensure that children in rural areas get admitted in schools,continue going to the school on a regular basis,ensure that children have a positive environment in their respective schools and get quality education.We,the second year DAIICT students,as a part of our Internship programme with CEE,created this webapp to keep tab on the attendance of the Teacher Mentors,Specialist Teachers and Locam teachers under the 'Mari Shaala' project.The Specialist teachers and the Locam Teachers can signup,login and submit the leave form with ease.And also the Coordinator and the Teacher Mentors thus,will get to know very easily and in a very organised and concise manner,about the teachers on leave.There are also many added features like Probation status,Resignation Details,Searching a particular employee,editing one's personal details,special Admin rights and so on. The main aim of the project was to lessen the manpower and paperwork that was formerly in practice,so as to facilitate CEE in increasing the productivity of the project.
</h2>
</div>
</body>
</html>