-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollege.html
121 lines (91 loc) · 4.97 KB
/
college.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<title>Colleges</title>
<link rel="stylesheet" type="text/css" href="college style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-expand-sm bg-dark navbar-dark justify-content-center">
<ul>
<img src="pic//IITB.jpg" class="head">
<br>
<div class="note"><center>INDIAN INSTITUTE OF TECHNOLOGY BOMBAY</center><BR>
<center> Powai,Mumbai,Maharastra-211004</center> <br>
</div>
<br>
<ul class="navbar-nav" style="justify-content: center;">
<li class="nav-item" style="margin-right:50px;">
<div class="locate" style="position:relative;justify-content:center;">
      <i class="fas fa-map-marker-alt" style="color:red;"></i><br>
<a class="nav-link" href="#location">Location</a>
</li>
</div>
<li class="nav-item" style="margin-right:50px;">
      <i class="fas fa-university" style="color:red;/*margin-left:5px;*/"></i>
<a class="nav-link" href="#ranking">Ranking</a>
</li>
<li class="nav-item" style="margin-right:50px;">
     <i class="fas fa-briefcase" style="color:red;/*margin-left:5px;*/"></i>
<a class="nav-link" href="#alumni">Alumni</a>
</li>
<li class="nav-item" style="margin-right:50px;">
   <i class="fas fa-file-invoice-dollar" style="color:red;/*margin-left:5px;*/"></i>
<a class="nav-link" href="#fees">Fees</a>
</li>
<li class="nav-item" style="margin-right:50px;>
<!--      <i class="fas fa-rocket" style="color:red;"></i>-->
  <i class="fas fa-balance-scale" style="color:red;"></i>
<a class="nav-link" href="#cutoff">CutOff</a>
</li>
<li class="nav-item" style="margin-right:50px;">
      <i class="fas fa-dollar-sign" style="color:red;margin-left:5px;"></i>
<a class="nav-link" href="#placement">Placement</a>
</li>
<li class="nav-item" style="margin-right:50px;">
      <i class="fas fa-user-md" style="color:red;"></i>
<a class="nav-link" href="#recruiters">Recruiters</a>
</li>
</ul>
</ul>
</nav>
<hr>
<div class="content" style="padding: 15px;">
<div id="location">
<h5><U style="color:red;">Location:-</U></h5>
<p>IIT Bombay is located in Powai,Mumbai,Maharastra-211004.It is also known as IITB.It was established in 1978.</p>
</div>
<div id="ranking">
<h5><U style="color:red;">Ranking:-</U></h5>
<p>In QS World Ranking 2016 it was ranked 85th in World.<br>
In NIRF Ranking 2016 it was ranked 3rd.<br>
In QS World Ranking 2017 it was ranked 63rd in World.<br>
In NIRF Ranking 2017 it was ranked 2nd.<br>
In QS World Ranking 2018 it was ranked 108th in World.<br>
In NIRF Ranking 2018 it was ranked 3rd.<br>
In QS World Ranking 2018 it was ranked 78th in World.<br>
In NIRF Ranking 2018 it was ranked 3rd.<br>
</p>
</div>
<div id="alumni">
<h5><U style="color:red">Alumni:-</U></h5>
<p>The alumni network of IITB is very strong and has many alumni on the top position in private and government sector<br></p>
<a href="https://en.wikipedia.org/wiki/Manohar_Parrikar">>><U>Late Manohar Parikar-CM of GOA</U></a><br>
<a href="https://en.wikipedia.org/wiki/Jairam_Ramesh">>><U>Jayram Ramesh-Cabinate Minister of UPA Government</U></a><br>
<a href="https://en.wikipedia.org/wiki/Romesh_Wadhwani">>><U>Romesh Wadhwani-CEO of Symphony Technology Group</U></a><br>
<a href="https://en.wikipedia.org/wiki/Kanwal_Rekhi">>><U>Kanwal Rekhi-Managing Director at Inventus Capital Partner</U></a><br>
</div>
<div id="fees">
<h5><U style="color:red;">Fees:-</U></h5>
<p>Being a government institution its fee according to its quality is nominal.<br></p>
<img src="logo//fee.jpg" class="fee">
</div>
</div>
</body>
</html>