-
Notifications
You must be signed in to change notification settings - Fork 3
/
ece.html
46 lines (42 loc) · 1.75 KB
/
ece.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
<!DOCTYPE HTML>
<html>
<head>
<title>ELECTRONICS & COMMUNICATION ENGG.</title>
<style type="text/css">
.a{background-color:#33ffff;height:125px;width:1335px;border-radius:15px;}
.b{color:red; }
.c{background-color: green;height:50px;width:1335px;border-radius:10px}
a{color: yellow}
span{color:indigo;}
</style>
</head>
<body bgcolor=silver>
<div class="a" align="center"><br><br>
<h2 class="b"><font color="blue" face="lucida handwriting">GOVT. POLYTECHNIC</font><font color="black"> ,</font><font face="Segoe Script"> WARANGAL</font></h2>
</div>
<div class="c" align="center"><br>
<a href="index.php">HOME </a> |
<a href="about.php">ABOUT </a> |
<a href="gallery.php">GALLERY</a> |
<a href="stdcorner.php">STUDENT CORNER</a> |
<a href="login.php">LOGIN</a> |
<a href="feedback.php">FEEDBACK</a> |
<a href="contact.php">CONTACT US</a>
</div>
<br>
<div align="center">
<h2 align="center">ELECTRONICS & COMMUNICATION ENGINEERING</h2>
<br><br><br><br>
<img src="images/gptimages/ec1.jpeg" height="162px" width="370px">
<img src="images/gptimages/ec2.jpeg" height="162px" width="370px">
<img src="images/gptimages/ec3.jpeg" height="162px" width="370px">
<br><br>
<a href="https://en.m.wikipedia.org/wiki/Electronic_engineering" style="color:red">READ ABOUT ELECTRONICS & COMMUNICATION ENGG. ON WIKIPEDIA -->></a>
</div>
<!--footer-->
<br><br><div style="background-color:maroon;height:40px">
<p style="color:white" align="center">© 2018 GPTW . Designed by <b>Sathish kesoju</b> and <b>Rajesh Keshoju</b></p>
</div>
<!-- /footer-->
</body>
</html>