-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutNSIT.html
More file actions
54 lines (44 loc) · 2.35 KB
/
aboutNSIT.html
File metadata and controls
54 lines (44 loc) · 2.35 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NsitAlmuni.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- CuFon: Enables smooth pretty custom font rendering. 100% SEO friendly. To disable, remove this section -->
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/arial.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<!-- CuFon ends -->
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="logo">
<h1><a href="login.php"><img src="images/NSit Logo.png" alt="image" width="70" height="70"/>NSIT OCRC <small> Your Complaint is in safe hands. </small></a></h1>
</div>
<div class="menu_nav">
<ul>
<li><a href="Meet the team.html">Meet The Team</a></li>
<li><a href="aboutNSIT.html">About Nsit</a></li>
<li class="active"><a href="login.php">Home</a></li>
</ul>
<div class="clr"></div>
</div>
<div class="header_img"><img src="images/Nsit5.jpg" alt="image" height="350" width="1400" />
<p><a href="login.php"><strong>Netaji Subhas Institute of Technology </strong></a>(NSIT, Hindi: नेताजी सुभाष प्रौद्योगिकी संस्थान) formerly Delhi Institute of Technology (DIT, Hindi: दिल्ली प्रौद्योगिकी संस्थान) is one of the premier engineering colleges in India. Established in 1983, it is an autonomous institution of the Government of Delhi. The campus is situated at Azad Hind Fauj Marg, Sector - 3, Dwarka, New Delhi. The institute is affiliated to University of Delhi and was ranked as the 12th top engineering college by outlook india in 2014.</p>
</div>
</div>
<div class="fbg">
<div class="fbg_resize">
<div class="clr"></div>
</div>
<div class="footer">
<p class="lr">© Copyright <a href="#"> * Mohd. Naveed - 296/CO/12 * Hitesh Saini - 276/CO/12 *</a></p>
<div class="clr"></div>
</div>
</div>
</div>
</div>
</body>
</html>