-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharchitect.html
106 lines (73 loc) · 4.02 KB
/
architect.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
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Department Courses</title>
<link rel="stylesheet" href="home.css">
<style>
.demo{
color: white;
}
body{
line-height: 2em;
}
p{
color: white;
}
</style>
</head>
<div class="link" >
<ul>
<li> <a href="index.html" target="_blank" class="">Home</a></li>
<li> <a href="academics.html" target="_blank" class="w3-item w3-button">Academics</a></li>
<li> <a href="admission.html" target="_blank">Admission</a></li>
<li> <a href="gallery.html" ">Gallery</a></li>
<li> <a href="#Contactus" >Contact us</a></li>
</ul>
</div>
<body>
<br><br><br>
<!-- <center><h1>MAULANA AZAD NATIONAL INSTITUTE OF TECHNOLOGY , BHOPAL</h1></center> -->
<div class="image" >
<a class="logo" href="index.html" target="_blank"><img src="http://www.manit.ac.in/sites/all/themes/manit/images/Maulana-Azad-National-Institute-of-Technology-Logo.png" height="170" ></a>
</div>
<h2>Architecture and Planning Department</h2>
<p>The Department of Architecture and Planning, MANIT Bhopal has been engaged in imparting Architecture education for more than 54 years. The B. Architecture degree program was established in the year 1963 with an intake of 15 students. The current intake in the B. Architecture programme is 80 students. In the year 1992, a Post Graduate course in Urban Development Planning was also started in the Department. Currently two Post Graduate M. Planning programmes are running in the Department, one with the specialization of Urban planing and one with the specialization of Housing having an intake of 18 students in each branch.
In tune with the reputation of being a pioneering institution in Central India, the Department of Architecture and Planning in 2007 introduced a Bachelor of Planning programme with an annual intake of 40 students. This programme aimed at meeting the variety of emerging needs of physical planning in the country.
Apart from these Undergraduate and Post-Graduation courses, more than 43 Doctoral degrees on various areas have been awarded by the Institute from the Department, whereas about 21 Doctoral researches are currently undergoing in the Department.
Nearly all the graduates from the Department either get a decent placement opportunity by both on/off campus placement procedures, or go on to pursue the higher studies in reputed national and international universities. Some of the alumni are also serving as academicians in various national and international level institutions.
The various educational programmes running in the Department prepare the students for professional careers in the design of human settlements in harmony with the natural environment and the needs of society. They can deal with the use of land, housing, transportation, public facilities, and open space.
</p>
<br>
<pre >Accessibility | Statement | Copyright | Policy | Hyperlinking | Policy | Privacy | Policy | Terms & Conditions | Refund / Cancellation|</pre>
</div>
<!-- <h3 ><center>For more Details <button><a href="http://127.0.0.1:5500/form.html" target="_blank">Signup</a></button></center></h3> -->
<footer>
<hr><hr>
<br> <br>
<div>
<u class="last" style="color: white;">CONTACT</u>
</div>
<!-- <section id="Contactus">
</section> -->
<div class="foot" id="Contactus">
<ul>
<li> Address: Link Road Number 3, Near Kali Mata Mandir, Bhopal, Madhya Pradesh, India 462003</li>
<li>Telephone : +91 755 4051000, 4052000</li>
<li>FAX : +91-755 2670562</li>
</ul>
<ul>
<li>Email : [email protected],</li>
<li>[email protected]</li>
<li>Web : www.manit.ac.in</li>
</ul>
<ul>
<li> <img src="https://t4.ftcdn.net/jpg/03/92/71/99/360_F_392719944_L0LYv3e7QozB2tsj3CfUN0HPC8eZQOWb.jpg" width="35%"></li>
</ul>
</div>
<br>
<h3>© 2022 All Rights Reserved Terms of Use and Privacy Policy</h3>
</footer>
</body>
</html>