-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanagementcolleges.html
63 lines (59 loc) · 2.57 KB
/
managementcolleges.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
<!DOCTYPE html>
<html lang="en">
<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>MANAGEMENT COLLEGES </title>
<style>
img{
height: 200px;
width: 200px;
}
button{
transition: all .5s ease;
width: 70%;
border-radius: 30px;
color:#008080;
font-weight: 600;
background-color: #fff;
border: 1px solid #008080;
margin-top: 1.5em;
margin-bottom: 1em;
}
button:hover, button:focus{
background-color: #008080;
color:white;
}
li{
text-align:center;
}
ol {
list-style-type:none;
}
</style>
</head>
<body style="background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);"></body>
<center>
<h1 style="color: mediumblue; font-family: sans-serif ;" > TOP MANAGEMENT COLLEGES</h1><br>
<ol>
<li><button onclick="window.location.href='https://www.oberoigroup.com/learning-programmes/ocld'"><h2>Oberoi Centre for Learning & Development, New Delhi</h2>
<img src="https://logos-download.com/wp-content/uploads/2019/01/Oberoi_Hotels__Resorts_Logo_full_2.png" alt="">
</button></li><br>
<li><button onclick="window.location.href='http://www.ihmctan.edu/'"><h2>
Institute of Hotel Management, Catering Technology & Applied Nutrition (IHM), Mumbai</h2>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSyc_jxeP6gRAnHMO6VMrPWWVhnEg6WA-6JMjEd1DkUMZ-gTBSkIpYnQPDobbwgLV77v0s&usqp=CAU" alt="">
</button></li><br>
<li><button onclick="window.location.href='https://ihmpusa.net/'"><h2>Institute of Hotel Management, Catering & Nutrition, Pusa, New Delhi</h2>
<img src="https://ihmpusa.net/wp-content/uploads/2020/05/NEW_LOGO1.png" alt="">
</button></li><br>
<li><button onclick="window.location.href='https://manipal.edu/wgsha.html'"><h2>Welcomgroup Graduate School of Hotel Administration (WGSHA), Manipal</h2>
<img src="https://lh3.googleusercontent.com/proxy/zpRoqZHXCg-mIgXeI6cftClKXDaPgJ6kJg_HLCoiAK7c7iXHf9CMi_zqNCWw_k5jEEB14JF332UKJZWbDDUdYeGoveU" alt="">
</button></li><br>
<li><button onclick="window.location.href='https://ihmaurangabad.ac.in/'"><h2>Institute of Hotel Management, Aurangabad</h2>
<img src="https://images.static-collegedunia.com/public/college_data/images/logos/1601186042IIHMlogo.png" alt="">
</button></li><br>
</ol>
</center>
</body>
</html>