-
Notifications
You must be signed in to change notification settings - Fork 3
/
civ.html
46 lines (41 loc) · 2.38 KB
/
civ.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>CIVIL 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">CIVIL ENGINEERING</h2>
<br><br><br><br>
<img src="images/gptimages/civ1.jpeg" height="162px" width="370px">
<img src="images/gptimages/civ2.jpeg" height="162px" width="370px">
<img src="images/gptimages/civ3.jpeg" height="162px" width="370px">
<br><br><p>CIVIL ENGINEERING is a PROFESSONAL ENGINEERING discipline that deals with the design , construction and maintenance of the physcal and naturally bult environment , including works such as roads , bridges , canals , dams , airports , sewerage systems , pipelines and railways. Civil engineering is traditionally broken into no. of sub-disciplines. It is considered the second-oldest engineering discipline after MILITARY ENGG. and it is dfined to distinguish non-militay engineering from military engineering. Civil engineering takes place in the public sector from municipal through to national governments and in the private sector from individual homeowners through to international companies. <a href="https://www.googleweblight.com/i?u=https://en.m.wikipedia.org/wiki/Civil_engineering&hl=en=IN" style="color:red">READ MORE...</a></p>
</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>