-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-us.html
More file actions
35 lines (35 loc) · 2.13 KB
/
contact-us.html
File metadata and controls
35 lines (35 loc) · 2.13 KB
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
<html>
<head>
<title> Contact Us </title>
<head>
<body>
<p align="right"><a href="log-in.html">Log In|</a><a href="sign-up">Sign Up</a></p>
<img src="logo.jpg" width="100%" height="250px" align="left">
<table border="1" cellpadding="0" cellspacing="2" bordercolor="black" width="100%" height="50px">
<td align="center" bgcolor="lightyellow"><u><b><a href="project_homepage.html">HOMEPAGE</u></a></b></td>
<td align="center" bgcolor="lightyellow"><u><a href="pro_history.html">HISTORY</u></a></td>
<td align="center" bgcolor="lightyellow" ><u><a href="courses.html">COURSES OFFERED</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="vision.html">VISION</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="forms.html">FORM ONLINE</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="business-proposal.html">BUSINESS PROPOSAL</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="pictures.html">PICTURES</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="about-us.html">ABOUT US</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="contact-us.html">CONTACT US</u></a></td>
</table>
<hr width="100%" size="5" color="blue">
<h1 align="center"><font color="red"><u> "CONTACT US"</h1></u>
<hr width="100%" size="5" color="blue">
<br><br/>
<table align="center" border="2" bordercolor="black" cellspacing="0" cellpadding="0" width="70%">
<tr>
<td align="center"><b><br/><br/><br/>ADDRESS:LAITUMKHRAH MAIN ROAD, NEAR YALAYA HOTEL,SHILLONG-03<br/>EAST KHASI HILLS DISTRICT<br/>MEGHALAYA</b><br/><br/><br/><br/>CALL US: +919774441672<br/>VISIT US: WWW.NICTACADEMY.COM<br/>EMAIL: nictacademy@gmail.com<br/><br/><br/> </td>
</table>
<br/><br/>
<hr width="50%" color="black" size="5">
<h4 align="center"><font color="black"> NORTH EASTERN INSTITUTE OF COMPUTER TECHNOLOGY</font></h4>
<hr width="50%" color="black" size="5">
<table align="left" width="100%" height="6%" border="0" bordercolor="black">
<td bgcolor="black" align="center"><font color="white" size="4">© 2017. NICT All rights reserved<br/>Designed by Muskan Chaudhary</td></font>
</table>
</body>
</html>