-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.php
executable file
·59 lines (46 loc) · 1.68 KB
/
about_us.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Student |About us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body{ font: 14px sans-serif; }
.wrapper{ width: 350px; padding: 20px; }
body{
background-image:url('login.jpg');
background-attachment:fixed;
background-size:100% 100%;
}
</style>
</head>
<body style="background-color:blue; background-size: 100% 100%;">
<br><br>
<center>
<h2 style="color:Black"></h2>
<div class="wrapper" style="background-color:white; border: 2px solid White; border-radius: 5px;"><big>
<img src="tech.jpeg" height=100 width=100>
<h2>About Us</h2>
<p>ONLINE GRIEVANCE REDRESSAL SYSTEM </p>
<p><u> Admin:</u><br> Dr C K SAJITH [Principal]</p>
<u>Cell members:</u><br>
1.AJAY KUMAR[HOD PHYSICS] <br>2.SOUMYA MOHAN[HOD BCOM] <BR>3.DEEPESH C[HOD COMPUTER SCIENCE] <br>4.JUBEESH [HOD ECONOMICS]
<br>5.ALEENA THOMAS[HOD GEOLOGY]<br><br>
Government college Kasaragod<br>
Vidyanagar P.O<br>
Kasaragod District <br>
Kerala<br>
India<br>
Pin : 671 123
<p>Email :[email protected]</p>
====================================
<p>Enquiry</p>
<p> Pone: 0497 2110011</p>
<p>Whatsapp: 7550012345</p>
<p>Email ID : [email protected]</p>
<p> Contact Us</p>
</big>
</div>
</center>
</body>
</html>