-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contactus.html
53 lines (52 loc) · 2.13 KB
/
Contactus.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
<!DOCTYPE html>
<html>
<title>Bus.com</title>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="wrapper">
<h1>TRAVEL SAFE And ON TIME !!!!</h1>
CREATE, RENEW AND BE SAFE AND SAVE YOUR TIME!!
<div class="logo">
<img src="bus-logo.jpg" alt="!!BuSlOgO!!">
</div>
<u1 class="nav-area">
<li><a href="Home.html">Home</a></li>
<li><a href="Aboutme.html">About Me</a></li>
<li><a href="Contactus.html">Contact us</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Settings</a>
<div class="dropdown-content">
<a href="#">Logout</a>
<a href="#">Help</a>
<a href="#">Notifications</a>
</div></li>
<li><a href="Login.html">Login</a></li>
<li><a href="Apply.html">Apply</a></li>
</u1>
</div>
<div class="contact-us">
<p>This website is created to ease the stress from both faculty and students.</p>
<br>
<div class="cont-w">
<i>Vasavi College of Engineering</i><br>
Private Un-aided Non-minority Autonomous Institution<br>
Sponsored by Vasavi Academy of Education<br>
Affiliated to Osmania University, Hyderabad<br>
Approved by AICTE, New Delhi<br>
9-5-81, Ibrahimbagh<br>
Hyderabad - 500 031<br>
Telangana, India<br>
Tel: +91 40 23146003<br>
Fax: +91 40 23146090, +91 40 23146080 <br>
<br>
</div>
<p> Please Visit Our website to know Further Details <br>
VCE-<a href="https://www.vce.ac.in/">https://www.vce.ac.in/</a> </p>
</div>
</header>
</body>
</html>