-
Notifications
You must be signed in to change notification settings - Fork 9
/
about.php
143 lines (108 loc) · 5.75 KB
/
about.php
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!doctype html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/remixicon.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/odometer.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/date-picker.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<title>About Us</title>
</head>
<body>
<!-- <div class="preloader">
<div class="lds-ripple">
<div class="pl-flip-1 pl-flip-2"></div>
</div>
</div> -->
<header class="header-area">
<?php
include_once("header.php");
?>
</div>
<div class="navbar-area">
<?php
include_once("menu.php");
?>
</header>
<div class="modal fade search-modal-area" id="exampleModalsrc">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<button type="button" data-bs-dismiss="modal" class="closer-btn">
<i class="ri-close-line"></i>
</button>
<div class="modal-body">
<form class="search-box">
<div class="search-input">
<input type="text" name="Search" placeholder="Search for..." class="form-control">
<button type="submit" class="search-btn">
<i class="ri-search-line"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="page-title-area bg-8">
<div class="container">
<div class="page-title-content">
<h2>About Us</h2>
<ul>
<li>
<a href="index.php">
Home
</a>
</li>
<li class="active">About Us</li>
</ul>
</div>
</div>
</div>
<section class="campus-information-area ptb-100">
<div class="container">
<div class="main-default-content">
<h3>About NIT Delhi</h3>
<p align="justify">National Institute of Technology Delhi (NITD) is one of the thirty one NIT (s) established in the year 2010 by an act of parliament and has been declared as an Institute of National importance.
NIT Delhi is an autonomous Institute which functions under the aegis of Ministry of Education, Government of India. It aims to provide instructions and research facilities in various disciplines of Engineering, Science and Technology, Management, Social Sciences and Humanities for advance learning and dissemination of knowledge. <br />
The mission of NIT Delhi is to produce human resource those who are creative, competitive and innovative with high intellect and ethical values. The Institute is imparting holistic education, along with inculcating high moral values in its students. <br />
NIT Delhi has started its academic session in 2010 with three undergraduate B.Tech degree programmes in Computer Science and Engineering, Electronics and Communication Engineering and Electrical and Electronics Engineering. The academic activities of NIT Delhi were initiated at NIT Warangal in year 2010 which later moved to a temporary campus at Dwarka, New Delhi in June 2012 and now currently running at IAMR Campus, Narela (February 2014). <br />
Possession of fifty one acre land has been allotted for permanent campus of NIT Delhi on NH-1, Narela sub city, New Delhi. The process of developing the permanent campus has begun.</p>
<div class="gap-20"></div>
<img src="assets/images/campus-img.jpg" alt="Image" align="middle">
</div>
</div>
</section>
<?php
include_once("footer.php");
?>
<div class="go-top">
<i class="ri-arrow-up-s-fill"></i>
<i class="ri-arrow-up-s-fill"></i>
</div>
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/appear.min.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/jarallax.min.js"></script>
<script src="assets/js/bootstrap-datepicker.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>