-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexplorecollege.html
More file actions
288 lines (250 loc) · 11.8 KB
/
explorecollege.html
File metadata and controls
288 lines (250 loc) · 11.8 KB
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!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">
<link rel="icon" href="/resources/icon.jpeg">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/college.css">
<title>College 1</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">University Portal</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../homepage.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../getpremium.html">Get Premium</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="../explorecollege.html">Explore Colleges</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Admissions
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Ug</a></li>
<li><a class="dropdown-item" href="#">Pg</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
<a class="button" href="../login.html">
<button class="btn btn-outline-success" type="submit">Login</button></a>
</div>
</div>
</nav>
<section class="vh-100">
<div class="container py-5 h-100">
<div class="row d-flex align-items-center justify-content-center h-100">
<div class="col-md-8 col-lg-7 col-xl-6">
<div class="carousel">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="../resources/college1a .jfif" class="d-block w-100" alt="Main Gate" width="640" height="360">
<div class="carousel-caption d-none d-md-block">
<p>Main Entrance</p>
</div>
</div>
<div class="carousel-item">
<img src="../resources/college1b.jpg" class="d-block w-100" alt="Auditorium" width="640" height="360">
<div class="carousel-caption d-none d-md-block">
<p>Auditorium</p>
</div>
</div>
<div class="carousel-item">
<img src="../resources/college1c.jpg" class="d-block w-100" alt="Campus" width="640" height="360">
<div class="carousel-caption d-none d-md-block">
<p>Campus
<p></p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<div class="col-md-7 col-lg-5 col-xl-5 offset-xl-1">
<h2>SRMIST</h2>
<p>SRM Institute of Science and Technology (SRM IST), formerly known as SRM University, is one of the
top-ranking universities in India with over 20,000 students and more than 2600 faculty across all the
campus. It offers a wide range of undergraduate, postgraduate and doctoral programs in Engineering,
Management, Medicine, Health Sciences, Science and Humanities. The research department at the SRMIST carries
out cutting edge research in frontier areas with more than 224 government-funded projects at an outlay of
INR 115 Crores. </p>
</div>
</div>
</div>
</section>
<div class="container">
<div>
<h5>Highlights</h5>
<br>
<table class="table">
<tbody>
<tr>
<td>Official website</td>
<td><a href="https://www.srmist.edu.in/">Click here</a></td>
</tr>
<tr>
<td>Courses</td>
<td>UG, PG, and Doctoral</td>
</tr>
<tr>
<td>Area of Campus</td>
<td>250+ Acres</td>
</tr>
<tr>
<td>No. of Students Placed (2019)</td>
<td>7647+</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br> <br> <br>
<div class="container">
<div class="accordion" id="accordionPanelsStayOpenExample">
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true"
aria-controls="panelsStayOpen-collapseOne">
FAQ #1 What is the procedure for withdrawal of Admission?
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse show"
aria-labelledby="panelsStayOpen-headingOne">
<div class="accordion-body">
Write an application to the University office with signature of HOD of your department. However, there is no guarantee of fees withdrawal.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseTwo" aria-expanded="false"
aria-controls="panelsStayOpen-collapseTwo">
FAQ #2 Is there any upper age limit for PG Programs?
</button>
</h2>
<div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingTwo">
<div class="accordion-body">
No, there is no upper age limit for PG Programs. And the same applies for UG Programs and other programs too.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseThree" aria-expanded="false"
aria-controls="panelsStayOpen-collapseThree">
FAQ #3 I am an NRI Student? Is there any different procedure for NRI Students?
</button>
</h2>
<div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingThree">
<div class="accordion-body">
The application procedure is same for NRI students. However, the fees is different for NRI Students.
</div>
</div>
</div>
</div>
</div>
<br> <br> <br>
<footer class="text-center text-lg-start text-white" style="background-color: #06153a">
<div class="container p-4 pb-0">
<section class="">
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">
University Portal
</h6>
<p>
Unified University Portal provides unbiased reviews for colleges so that students have enough
awareness of all the available options and can choose the best possible suit for them.
</p>
</div>
<hr class="w-100 clearfix d-md-none" />
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Check out Top Colleges according to NIRF ranking</h6>
<p>
<a class="text-white"></a>
</p>
<p>
<a class="text-white" href="https://www.nirfindia.org/2021/UniversityRanking.html">Best
Universities</a>
</p>
<p>
<a class="text-white" href="https://www.nirfindia.org/2021/CollegeRanking.html">Best Colleges</a>
</p>
</div>
<hr class="w-100 clearfix d-md-none" />
<hr class="w-100 clearfix d-md-none" />
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Contact</h6>
<p><i class="fas fa-home mr-3"></i> Kattankulathur, Chennai, India</p>
<p><i class="fas fa-envelope mr-3"></i> universityportal@gmail.com</p>
<p><i class="fas fa-phone mr-3"></i> +0361-738442</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Ongoing Admissions</h6>
<p><i class="fas fa-home mr-3"></i>Medical College Admissions</p>
<p><i class="fas fa-home mr-3"></i>Law College Admissions</p>
<p><i class="fas fa-home mr-3"></i>Engineering College Admissions</p>
</div>
</div>
</section>
</div>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2022 Copyright:
<a class="text-white" href="http://127.0.0.1:5500/practice/University%20Portal/univ.html">UniversityPortal.com</a>
</div>
</footer>
</body>
</html>