-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.php
77 lines (68 loc) · 3.06 KB
/
aboutus.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
<?php
include 'header.php';
?>
<div class="content">
<!-- Welcome Page -->
<div class="welcome wrap-width">
<div class="empty-layout"></div>
<div class="container">
<div class="jumbotron">
<h2 style="border: 1px solid white;width: 100%;
background: #960202;
margin-top: 65px ;
text-align: center;
color: red;
font-family: Hoefler Text;
font-size: 35px">K J Somaiya Institute of Engineering and Information Technology (KJSIEIT) </h2>
<h2 style="color: #E20D0D;
margin-top: 10px;
padding-top: 20px;
text-align: center;
font-family: Bodoni MT;
font-size: 40px;
text-decoration: underline;">From the Principal's Desk</h2>
</div>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px; padding-top: 10px;
margin-top:0;
font-family: Futura;font-size: 20px" >The role of shaping the modern world that is being played by the engineers is hardly questioned. Hence ultimate aim of any distinguished technical education institute should be to promote a multifaceted development of the students.</p>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px;
font-family: Futura;font-size: 20px" >K. J. Somaiya Institute of Engineering and Information Technology (KJSIEIT) provide quality education to engineering students. We motivate, facilitate and guide our students by providing lifelong learning opportunities in a conducive learning environment.</p>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px;
font-family: Futura;font-size: 20px" >With our commitment to education, we continue to provide structured and systematic delivery of academic programmes with the help of our dedicated management, faculty and administrative staff in a conducive learning environment. Institute encourages research activities for students and teachers through SRDC (Somaiya Research and Development Centre) and University research projects. </p>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px;
font-family: Futura;font-size: 20px" > We have a capacity for 1200 students with 80 full-time teaching staff (Teacher Student Ratio is 1:15). You can be assured of constant attention from our dedicated teaching and academic staff. You will also enjoy our various facilities made available to you on campus. We provide necessary Student Support Services to ensure that students’ needs and concerns are looked into so that they are able to achieve their goals of learning at KJSIEIT.</p>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px;
font-family: Futura;
font-size: 24px;
font-weight: bold;">Dr. Suresh Ukarande</p>
<p style="border: 1px solid white;
color: #cc00cc;
text-align: left;
margin-left: 80px;
margin-right: 80px;
font-family: Futura;
font-size: 24px;
font-weight: bold;">Principal</p>
</div>
</body>
</html>