forked from itsManish01/Resources-Hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DJCampus.html
226 lines (213 loc) · 13.4 KB
/
DJCampus.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<!-- Google Fonts Ubuntu Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<title>Campus | Resources Hub</title>
<link rel="icon" href="icon.png" type="image/gif">
<script type="text/javascript" src="searchscript.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<h1>Resources Hub</h1>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-expanded="false">
Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="DJNotes.html">STUDY STUFF</a>
<a class="dropdown-item" href="DJCampus.html">CAMPUS VISIT</a>
<a class="dropdown-item" href="DjCoding.html">CODING</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="DJquery.html">Ask Your Query</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="DJAboutUs.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="DJContact.html">Contact Us </a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" id="myInput" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-warning my-2 my-sm-0" type="submit" onclick="openpage()">Go-></button>
</form>
</div>
</nav>
<br>
<div class="container">
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="mainIMG/1.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white;font-size: x-large;font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Welcome
to
MNNIT</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/2.png" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white;font-size: x-large;font-family: 'Ubuntu Mono', monospace;border-radius: 4px">NIRF
Ranking <strong>42</strong> in 2022</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/3.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white;font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Administrative
Building</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/4.jfif" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white;font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Tagore
Hostel</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/5.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white;font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Ganga
Gate</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/6.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">MP
Hall</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/8.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Computer
Center</span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/IMG-20220224-WA0039.jpg" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">First
Year SVBH Hostel </span><br>
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Where
Your New Chapter Begins </span>
</div>
</div>
<div class="carousel-item">
<img src="mainIMG/9.PNG" width="250" height="400" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block text-dark">
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">Highest
Package(2021) </span><br>
<span
style="background-color: rgba(0, 0, 0, 0.275);color:white; font-size: x-large; font-family: 'Ubuntu Mono', monospace;border-radius: 4px">INR
51.75 Lakhs</span>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators"
data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-target="#carouselExampleIndicators"
data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</button>
</div>
</div>
<div class="container my-4">
<h3 class="text-primary">
<strong><u>ABOUT MNNIT</u></strong>
<small class="text-muted">Formerly MNREC</small>
</h3>
<blockquote class="blockquote">
<p class="mb-0">
<strong> Motilal Nehru National Institute Of Technology, Allahabad</strong> was formerly Motilal Nehru
Regional
Engineering College, Allahabad . It is an institute with total commitment to quality and excellence in
academic pursuits, is among one of the leading institutes in INDIA and was established in year 1961 as a
joint enterprise of Govt. of India and Govt. of U.P. in accordance with the scheme of establishment of
REC. However with effect from June 26th of 2002 the college became deemed university and is now known as
Motilal Nehru National Institute of technology.
</p> <br>
<p class="mb-0">
The foundation stone of the college was laid by the first Prime Minister of India, Pt. Jawahar Lal Nehru
on the 3rd of may, 1961 on a site spreading over 222 acres on the banks of the river Ganga. The main
building of college was inaugurated by another illustrious son of India, Prime Minister Sri Lal Bahadur
Shastri on 18th of April, 1965.</p> <br>
<p class="mb-0">
The students are extensively exposed to cross-cultural environment as candidates from various other
countries such as Sri Lanka, Nepal, Bangladesh, Bhutan, Mauritius, Malaysia, Iran, Yemen, Iraq,
Palestine and Thailand also join MNNIT for various undergraduate and post-graduate programs.</p> <br>
<p class="mb-0">
MNNIT is fully residential institution with eight hostels for boys and two for girls.</p> <br>
</blockquote>
</div>
<hr>
<footer class="container" style="border-width: 5px ;">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2022 Resouces Hub Inc· <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
-->
</body>
</html>