-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEngineering.html
93 lines (69 loc) · 2.82 KB
/
Engineering.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
<!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>Engineering Department</h2>
<p>The Department of Biological Science & Engineering is a relatively new department of the institute that started in July 2012. It offers M . Tech in Biotechnology and Ph. D program. The department has 04 highly qualified and dedicated faculty who strive to produce competent professionals.
The faculty members have been delivering expert lectures in various research and academic organizations of India and abroad. The department faculty have extramural as well as intramural research projects from various government funding agency i.e ICAR, CSIR, DST-SERB, MP Biotech Council and MPCST Bhopal.</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>