-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
371 lines (341 loc) · 20.9 KB
/
Copy pathindex.html
File metadata and controls
371 lines (341 loc) · 20.9 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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors" />
<meta name="generator" content="Jekyll v3.8.5" />
<title>college search</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/index.min.css">
<!-- Custom styles for this template -->
<link href="./css/carousel.min.css" rel="stylesheet" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-md fixed-top">
<a class="navbar-brand lead" href="./index.html">C<small>ollege</small>S<small>earch</small></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">--</span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./college.html">Colleges<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./college.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#test">Exams</a>
</li>
</ul>
<form class="form-inline mt-2 mr-2 mt-md-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search" />
<button class="btn submit-btn my-2 my-sm-0" type="submit">
Search college
</button>
</form>
<button class="btn signup-btn mr-2"><a href="#openModal">sign up</a></button>
<div id="openModal" class="modalDialog">
<div><a href="#close" title="Close" class="close">X</a>
<h2>Name</h2>
<input class="form-control mr-sm-2" type="text" aria-label="Search" />
<h2>email</h2>
<input class="form-control mr-sm-2" type="text" aria-label="Search" />
<h2>password</h2>
<input class="form-control mr-sm-2" type="password" aria-label="Search" />
<h2>confirm password</h2>
<input class="form-control mr-sm-2" type="password" aria-label="Search" />
<button class="btn submit-btn my-2 my-sm-0" type="submit">
submit
</button>
</div>
</div>
<button class="btn login-btn mr-2"><a href="#openModal1">Login</a></button>
<div id="openModal1" class="modalDialog1">
<div><a href="#close" title="Close" class="close">X</a>
<h2>login id</h2>
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search" />
<h2>Password</h2>
<input class="form-control mr-sm-2" type="password" placeholder="Search" aria-label="Search" />
<button class="btn submit-btn my-2 my-sm-0" type="submit">
submit
</button>
</div>
</div>
</div>
</nav>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<!-- <img src="img/LPU.jpg" alt="" width="100%" height="100%"> -->
<div class="container">
<div class="carousel-caption text-left">
<h1>Lovely Professional University</h1>
<p>
LPU's infrastructure is one of the biggest & best in the
World. To be a premier academic institution, recognized
internationally for its contribution to industry and society
through excellence in teaching, learning, research,
internationalization, entrepreneurship and leadership.
</p>
<p>
<a class="btn btn-lg btn-primary" href="https://www.lpu.in/" role="button"
target="_blank">Visit Website</a>
</p>
</div>
</div>
</div>
<div class="carousel-item ci-2">
<div class="container">
<div class="carousel-caption text-left">
<h1>IIT Delhi</h1>
<p>
To generate new knowledge by engaging in cutting-edge research and to promote academic
growth by offering state-of-the-art undergraduate, postgraduate and doctoral programmes.
To identify, based on an informed perception of Indian, regional and global needs, areas
of specialization upon which the institute can concentrate.
To undertake collaborative projects which offer opportunities for long-term interaction
with academia and industry.
To develop human potential to its fullest extent so that intellectually capable and
imaginatively gifted leaders can emerge in a range of professions.
</p>
<p>
<a class="btn btn-lg signuptoday-btn" target="_blank" href="http://www.iitd.ac.in/"
role="button">visit</a>
</p>
</div>
</div>
</div>
<div class="carousel-item ci-3">
<div class="container">
<div class="carousel-caption">
<h1>IIM Indore</h1>
<p>
IIM Indore seeks to be a contextually-relevant business school with world-class academic
standards that develops socially-conscious managers, leaders and entrepreneurs. IIM
Indore is committed to: Excellence in management education, research, and training, Use
of contemporary participant-centric pedagogies and teaching methods, A presence in
emerging segments of management education.
</p>
<p>
<a class="btn btn-lg btn-primary" target="_blank" href="https://www.iimidr.ac.in/"
role="button">visit
</a>
</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4 main-box">
<h2>Carrer and Major</h2>
<!-- <svg class="bd-placeholder-img rounded-circle" width="140" height="140"
xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false"
role="img" aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" /><text x="50%" y="50%" fill="#777"
dy=".3em">140x140</text>
</svg> -->
<img src="img/career.png" width="200px" alt="" />
<p class="lead">
Careers that match your personality and majors to get you there.
</p>
<p>
<a class="btn submit-btn" href="./quiz.html" role="button">Take quiz»</a>
</p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4 main-box">
<h2>Fit Score</h2>
<img src="img/score.png" width="200px" alt="" />
<p class="lead">Find colleges that match what YOU want</p>
<p>
<a class="btn submit-btn" href="./quiz.html" role="button">Take quiz »</a>
</p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4 main-box" style="border: none;">
<h2>What are my Chances ?</h2>
<img src="img/degree.png" width="200px" alt="" />
<p class="lead">
Calculate your chances of getting into any college
</p>
<p>
<a class="btn submit-btn" href="#" role="button">View details »</a>
</p>
</div>
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider" />
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Who We Are ?</h2>
<p class="lead">
Our mission is to move every student closer to day one at the
college that’s right for them. With the most current and complete
profiles of every college in the United States, a multi-billion
dollar scholarship database, advanced matching algorithms, and
direct connections with colleges, we get students from wherever
they are now to their first day on campus.
</p>
</div>
<div class="col-md-5">
<img src="img/graduation.png" alt="" width="100%" height="100%" />
</div>
</div>
<a name="test"></a>
<div class="row featurette">
<div class="col-md-12 order-md-2">
<h2 class="featurette-heading">
Engineering Entrance Exam
</h2>
<p class="lead">
<ul>
<li><b>JEE Mains </b>
This is one of the most popular engineering entrance exam in India. From 2020, the exam
is
getting held twice a year â in January and in April by NTA (National Testing Agency).
Till
2018, JEE Main exam was being conducted by CBSE. JEE Main 2020 is scheduled to be
conducted
on January 6-11 and on April 3-9, 2020.</li>
<li><b>JEE Advanced</b> second stage of the JEE system, JEE Advanced is conducted once a
year
by
the seven zonal IITs with guidance from the Joint Admission Board (JAB). The exam scores
are used for admissions to BTech programmes offered by 24 IITs in India. Remember, only
the top 2.4 lakh rank holders of JEE Main will be eligible to appear for JEE Advanced
2020 which is scheduled to be held May 19, 2020.</li>
<li><b>BITSAT:</b> Conducted by Birla Institute of Technology and Science (BITS) Pilani,
BITSAT is
a computer based test (CBT) conducted annually for admission to Integrated First degree
programmes like BE, Pharma and MSc programmes offered by BITS campuses located at
Pilani, Goa and Hyderabad. BITSAT 2020 will tentatively be held in the third/fourth week
of May, 2020.</li>
<li><b>VITEEE:</b> One of the most popular institute level BTech exam, VITEEE is conducted
by the
Vellore Institute of Technology (VIT) for admissions to its BTech programmes. VITEEE
2020 will be held online.</li>
<li><b>SRMJEEE: SRM Institute of Science & Technology conducts SRMJEEE</b> for admissions
to BTech
programmes offered by its campuses in Kattankulathur, Ramapuram, Vadapalani and
Delhi-NCR. SRMJEEE 2020 will be held online across 125 test centres in India and few
centres in Middle-east.</li>
<li><b>MHTCET: Maharashtra Common Entrance Test (MHT CET)</b> is conducted by the DTE
(Directorate
of Technical Education), Maharashtra for admissions to first year Engineering and
Technology programmes (BE/BTech) and Pharmacy programmes (BPharma/PharmaD) in the state.
</li>
</ul>
</p>
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<h2 class="featurette-heading">
Government Exams after Graduation
</h2>
<p class="lead">
<ul>
<li>
<b>Indian Economic Service Examination (IES):</b> A nationwide competitive examination
CSE is conducted
for graduates by the Union Public Service Commission (UPSC) for recruitment to Civil
Services in Government of India including Indian Administrative Service (IAS), Indian
Foreign Service (IFS), Indian Police Service (IPS) and Indian Revenue Service (IRS).
</li>
<li>
<b>Indian Economic Service Examination (IES):</b> IES is an administrative civil service
examination for graduates with Economics/Statistics that includes Grade A of the Central
Civil Services of the executive branch of the Government of India.
</li>
<li>
<b>Indian Statistical Service Examination (ISS):</b> ISS is another examination for
Statistics/Mathematics/Economics graduates to get recruited as Grade IV officers of the
services of Indian Statistic.
</li>
<li><b>Combined Engineering Services Examination (CES)</b> is conducted by the Union Public
Service
Commission ( UPSC ) of India. The UPSC conducts the Combined Engineering Services
Examination for recruitment of engineers to the four categories of Engineering Services
: Civil Engineering, Mechanical Engineering, Electrical Engineering and Electronics &
Telecommunication Engineering. Engineers selected through the Combined Engineering
Services Examination are appointed to various posts in governmental organizations like
the Indian Railways, Central Engineering Service, Survey of India, Indian Ordnance
Factories Service ( Engineering Branch ), Military Engineer Services, Indian
Telecommunication Service, Central Power Engineering Service, Central Water Engineering
Service etc.</li>
<li><b>Air
Force Common Admission Test (AFCAT) </b> This is an All India level defence
recruitment exam to select candidates for Air force.
AFCAT is held twice a year, for grant of Short Service Commission in Flying Branch and
Permanent/ Short Service Commission in Technical and Ground Duty Branches through Air
Force Common Admission Test (AFCAT) </li>
<li> <b>Graduate Aptitude Test in Engineering (GATE):</b> GATE is jointly conducted by the
Indian
Institute of Science and seven Indian Institutes of Technology for admission to PG in
Engineering.GATE Scores are also used by PSUs for conducting recruitment.</li>
<li>
<b> Railway jobs test:</b> This an exam conducted by Indian Railways for graduates
seeking jobs
of ticket examiner, clerk, non-technical posts, Group C and Group D departments etc.
This is going to be a huge list if we include each and every entrance exam for admission
to post graduate courses in India.
</li>
</ul>
</p>
</div>
</div>
<hr class="featurette-divider" />
<!-- /END THE FEATURETTES -->
</div>
<!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>
© 2017-2019 Company, Inc. ·
<a href="#">Privacy</a> · <a href="#">Terms</a>
</p>
</footer>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>