-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
78 lines (77 loc) · 2.64 KB
/
page.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
<!DOCTYPE html>
<html>
<head>
<title>MAIN PAGE</title>
<link rel="stylesheet" href="main.css">
<style>
#ima{
float:right;
padding-right: 40px;
}
.akg1{
width: 35px;
height: 35px;
}
.fac{
color:rgb(253, 96, 48);
font-size:45px;
text-align: center;
}
#add{
padding-left: 50px;
float: left;
}
.akg{
float:left;
padding: 20px;
width:75px;
height:75px;
}
.contact{
padding: 5px;
background: black;
color: rgb(238, 50, 50);
}
</style>
</head>
<body>
<a href="https://akgec.ac.in"><img class='akg' title="Affiliated to Dr.APJ Abdul Kalam Technical University, Lucknow" src="akgec.jpeg"></a>
<div class="bg">
<p class="fac" ><b><u>FACULTY FEEDBACK SYSTEM</u></b></p>
<h2 style="text-align: center;">Welcome to the feedback portal......Proceed to login</h2>
<div class="center">
<ul>
<li><img src="admin.jpg" width="115" height="115;"></li>
<li><img src="faculty.jpg" width="115" height="115;"></li>
<li><img src="student.jpg" width="115" height="115;"></li>
</ul>
<ul style="text-align: center;">
<li><a href="admin.html">Admin</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="student.html">Student</a></li>
</ul>
</div>
</div>
<div class='contact'>
<h2 align="center"><b>CONTACT US</b></h2>
<div id="add">
<br>
<img class='akg1' src="https://bit.ly/2qEsHcG">
<address title=" Address ">
27th Km Stone<br>
Delhi - Hapur Bypass Road,<br>
Adhyatmik Nagar<br>
Ghaziabad - 201009
</address>
<br>
<img class='akg1' src="https://bit.ly/2WXIgsa">
<h4>8744052891<br>7290034978, 7290034979</h4>
</div>
<div id='ima'>
<h3><b>CLICK to visit or contact us</b></h3>
<a href="https://akgec.ac.in"><img class='akg' src="akgec.jpeg"></a>
<a href="[email protected]"><img class='akg' src="https://bit.ly/2Q273tN" ></a>
</div>
</div>
</body>
</html>