-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcenter.html
90 lines (75 loc) · 2.58 KB
/
center.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
<!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>Center</title>
<link rel="stylesheet" href="home.css">
<style>
.demo{
color: white;
}
body{
line-height: 2em;
}
a:hover{
color: yellow;
}
</style>
</head>
<div class="link" >
<ul>
<li> <a href="index.html" target="_blank" class="">Home</a></li>
<li> <a href="academics.html" target="_blank" >Academics</a></li>
<li> <a href="admission.html" target="_blank">Admission</a></li>
<li> <a href="gallery.html" ">Gallery</a></li>
<li> <a href="department.html" ">Department</a></li>
<li> <a href="center.html" ">Center</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"><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>Centre</h2>
<ol>
<li><a href="energy.html">Energy<a></a></li>
<li><a href="centreofai.html">Centre of Artificial Intelligence</a></li>
<li><a href="centreofwater.html">Centre of excellence in water management</a></li>
<li><a href="centerofproduct.html">Center of excellence in product design and smart manufacturing</a></li>
</ol>
<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>