-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_homepage.html
More file actions
37 lines (37 loc) · 2.5 KB
/
project_homepage.html
File metadata and controls
37 lines (37 loc) · 2.5 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
36
37
<html>
<head>
<title> Homepage</title>
</head>
<body background="" width="100%">
<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" >
<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"><marquee>"WELCOME TO NICT"</marquee></h1>
<hr width="100%" size="5" color="blue">
<table align="center" border="3" bordercolor="black" width="80%" cellpadding="0" cellspacing="0">
<br/><br/>
<td align="center"><u><b><font size="5" color="red"><br/>WELCOME TO NORTH EASTERN INSTITUTE OF COMPUTER TECHNOLOGY</u></b></font>
<br/><br/>
<font size="5">Don <b><u>NICT Computer Education</u></b> offers a wide variety certificate course which includes MS Excel,web designing,photoshop,etc. The different courses are designed and planned in such a way that it suits the beginners and even though the courses are usually for about 2 months, the well planned syllabus which include theories and practicals are well balanced to help students understand in the best and the easiest way possible.</td>
</table></font>
<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">
<h2 align="center"> HOME PAGE </h2>
<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>