-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
574 lines (571 loc) · 17.5 KB
/
index.html
File metadata and controls
574 lines (571 loc) · 17.5 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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joint Entrance Examination (Main) | India</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/5db8c90c8e.js"
crossorigin="anonymous"
></script>
<script src="script.js" defer></script>
</head>
<body>
<header>
<div class="govt">
<div class="column">
<ul class="idk">
<li class="left">
<a href="">भारत सरकार</a>
<br />
<a href="">Government of India</a>
</li>
<li class="right">
<a href="">शिक्षा मंत्रालय</a>
<br />
<a href="">Ministry of Education</a>
</li>
</ul>
<div class="skip">
<a href="">Skip to main content</a>
</div>
<div class="sitemap">
<i class="fa-solid fa-sitemap"></i>
<a href="">Sitemap</a>
</div>
<div class="font">
<a href="">A-</a>
<a href="">A</a>
<a href="">A+</a>
</div>
</div>
</div>
<div class="top">
<img src="img/dep-of-higher-edu.png" alt="" class="higher-edu" />
<span class="headings">
<p>संयुक्त प्रवेश परीक्षा (मुख्य)</p>
<h2>Joint Entrance Examination (Main)</h2>
<p>JEE(Main)</p>
</span>
<img src="img/nta-logo.webp" alt="" class="ntalogo" />
</div>
<div class="menu">
<ul>
<li class="home">
<div class="hover"><a href="">HOME</a></div>
</li>
<li class="info">
<div class="hover"><a href="">INFORMATION</a></div>
<ul class="info-content">
<li><a href="">Information Bulletin</a></li>
</ul>
</li>
<li class="faq">
<div class="hover"><a href="">FAQ</a></div>
</li>
<li class="impdndl">
<div class="hover"><a href="">IMPORTANT DOWNLOAD</a></div>
<ul class="impdndl-content">
<li><a href="">Syllabus Jee (Main) 2024</a></li>
</ul>
</li>
<li class="candact">
<div class="hover"><a href="">CANDIDATE ACTIVITY</a></div>
<ul class="candact-content">
<li><a href="">Score card (Session-2)</a></li>
<br />
<li><a href="">Login (Session-2)</a></li>
</ul>
</li>
<li class="contact">
<div class="hover"><a href="">CONTACT</a></div>
</li>
</ul>
</div>
</header>
<main>
<marquee
behavior="scroll"
direction="left"
onmouseover="this.stop();"
onmouseout="this.start();"
class="top-scroll"
>
<strong>
JEE Main Session-2 (Paper-2)Score Card is live.
JEE
Main Session-2 Score Card is live.
</strong>
</marquee>
<div class="latest">
<div class="news">LATEST NEWS</div>
<div class="links">
<ul>
<li>
<a href="">
JEE(Main) 2024 Session-2(Paper-2) : Click Here to Access the
Score Card
</a>
</li>
<li>
<a href="">
JEE(Main) 2024 Session-2 : Click Here to Access the Score Card
</a>
</li>
</ul>
</div>
</div>
<div class="content">
<div class="left-content">
<ul class="tabs">
<li data-tab-target="#public-links" class="active tab">
Public Notices
</li>
<li data-tab-target="#news-cont" class="tab">News & Events</li>
<li data-tab-target="#cand-cont" class="tab">Candidate Activity</li>
</ul>
<div class="tab-content">
<div id="public-links" data-tab-content class="active">
<ul>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
NTA Declares the Final NTA Scores for Joint Entrance
Examination (Main) - 2024 for Paper 2A (B.Arch.) and Paper
2B (B. Planning) – Reg.
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) - 2024 : SESSION - 2 FINAL ANSWER KEY OF B.Arch /
B.Planning
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Press Release: Kind Attention to the Candidates of the Joint
Entrance Examination (Main) - 2024 - Reg.
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Display of Provisional Answer Keys and Recorded Response
Sheet for Answer Key Challenge for the Joint Entrance
Examination JEE (Main) – 2024 Session 2 (April 2024) of
Paper 2A (B. Arch), Paper 2B (B. Planning) and Paper 2A & 2B
(B. Arch & B. Planning both) - Reg.
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) - 2024 : Declaration of the Result/NTA Scores for
the Joint Entrance Examination of Paper 1 (B.E. / B.Tech.) –
reg.
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) - 2024 : SESSION - 2 FINAL ANSWER KEY OF B.E. /
B.Tech (As on 22.04.2024)
<img
src="https://jeemain.nta.ac.in/images/gif-new_v1.gif"
alt=""
/>
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Display of Provisional Answer Keys and Recorded Response
Sheet for Answer Key Challenge for the Joint Entrance
Examination JEE (Main) – 2024 Session 1 (April 2024) of
Paper 1 (B.E./B.Tech.) - Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Case of Impersonation & using Unfair Means (UFM) caught
during the conduct of the JEE (Main) 2024 Session -2
Examination.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) – 2024 Session 2 Press Release
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Advisory and Instructions for the Candidates of Joint
Entrance Examination (Main) – 2024 Session 2 (April 2024) -
Reg
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Release of Admit Cards for the Candidates of JEE (Main) –
2024 Session 2 (April 2024) scheduled to appear on 08, 09,
and 12 April 2024 - Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Release of Admit Cards for the Candidates of JEE (Main) –
2024 Session 2 (April 2024) scheduled to appear on 04, 05,
and 06 April 2024 - Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Advance Intimation for Allotment of Examination City to the
Applicants of Joint Entrance Examination (Main) – 2024
Session 2 - Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Declaration of Joint Entrance Examination [JEE (Main) -
2024] Session 1 NTA Scores for Paper 2 (B.Arch. /
B.Planning)
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) - 2024 : SESSION - 1 FINAL ANSWER KEY OF B.Arch /
B.Planning
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice for Extension and correction of JEE (Main)
2024 Session 2
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Press Release for the Analysis of JEE Main 2024 Session 1
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Declaration of Joint Entrance Examination [JEE (Main) -
2024] Session 1 NTA Scores for Paper 1 (B.E. / B.Tech.) –
reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE (Main) - 2024 : SESSION - 1 FINAL ANSWER KEY OF B.E. /
B.Tech AS ON 12.02.2024
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice of Reschedule of the Answer Keys Challenge for
JEE (Main) - 2024 Session 1
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice of Answer Keys Challenge for JEE (Main)-2024
Session 1
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Press Release for the conduct of JEE (Main) - 2024 Session 1
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice For Online Applications for Joint Entrance
Examination (Main) – 2024 Session 2.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Release of Admit Cards for the Candidates of JEE (Main) –
2024 Session 1 (January 2024) scheduled to appear on 29, 30,
31 January and 01 February 2024 - Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice for B.E./B.Tech. Admit Card
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Advisory and Instructions for the Candidates of Joint
Entrance Examination (Main) – 2024 Session 1 (January 2024)
- Reg.
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Release of Admit Cards (B. Arch & B. Planning
both)_20.01.2024
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Advance Intimation for Allotment of Examination City to the
Applicants of Joint Entrance Examination (Main) – 2024
Session 1_17.01.2024
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Advance Intimation for Allotment of Examination City to the
Applicants for Joint Entrance Examination (JEE
Main)-2024_12.01.2024
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice Discrepancy in Image uploaded by the Candidate
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE Main Public Notice for Correction
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE Main Public Notice for Date Extension
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
JEE Main Public Notice For Tamil Nadu Board
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Public Notice For Adding Abu Dhabi Exam City Centre
</a>
</li>
<li>
<a href="">
<i class="fa fa-caret-right"></i>
Hindi Public Notice for Online Application Form of JEE
(Main) - 2024
</a>
</li>
</ul>
</div>
<div id="news-cont" data-tab-content>
<ul>
<li>No post to display</li>
</ul>
</div>
<div id="cand-cont" data-tab-content>
<ul>
<li>No post to display</li>
</ul>
</div>
</div>
</div>
<div class="right-content">
<span>
<i class="fa-solid fa-circle-info"></i>
INTRODUCTION
</span>
<div class="intro-cont">
The Ministry of Education (MoE), Government of India (GoI) has
established the National Testing Agency (NTA) as an independent,
autonomous, and self-sustained premier testing organization under
the Societies Registration Act (1860) for conducting efficient,
transparent, and international standardized tests in order to assess
the competency of candidates for admission to premier higher
education institutions with a mission to improve equity and quality
in education by developing and administering research-based valid,
reliable, efficient, transparent, fair and international level
assessments.
<br />
<br />
NTA has created a system that is promoting teaching (by teachers),
learning (by students), and assessment (by parents and
institutions). NTA strongly believes in the quality, efficiency,
effectiveness, equity, and security of assessments. To practice
these values, NTA is constantly engaging with its stakeholders, viz.
students, parents, teachers, experts, and partner institutions
</div>
</div>
</div>
</main>
<div class="scroll">
<div class="inner">
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/gateway.png" alt="" />
<figcaption>Gateway to Exam Results</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/nsp.png" alt="" />
<figcaption>National Scholarship Portal</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/u-dise.png" alt="" />
<figcaption>U DISE</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/cad.png" alt="" />
<figcaption>Collab CAD</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/cs.png" alt="" />
<figcaption>e Counselling Services</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/admission.png" alt="" />
<figcaption>Admission Services Platform</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/aishe.png" alt="" />
<figcaption>All India Survey on Higher Education</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/gateway.png" alt="" />
<figcaption>Gateway to Exam Results</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/nsp.png" alt="" />
<figcaption>National Scholarship Portal</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/u-dise.png" alt="" />
<figcaption>U DISE</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/cad.png" alt="" />
<figcaption>Collab CAD</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/cs.png" alt="" />
<figcaption>e Counselling Services</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/admission.png" alt="" />
<figcaption>Admission Services Platform</figcaption>
</figure>
</div>
<div class="containers">
<figure>
<img src="https://jeemain.nta.ac.in/images/aishe.png" alt="" />
<figcaption>All India Survey on Higher Education</figcaption>
</figure>
</div>
</div>
</div>
<footer>
<ul>
<li class="underline">Helpdesk</li>
<div class="gaps">
<li>
<a href="">
<i class="fa fa-angle-right"></i>
Contact Us
</a>
</li>
</div>
</ul>
<ul>
<li class="underline">Important Links</li>
<div class="gaps">
<li>
<a href="">
<i class="fa fa-angle-right"></i>
National Testing Agency
</a>
</li>
<li>
<a href="">
<i class="fa fa-angle-right"></i>
JEE (Advanced)
</a>
</li>
</div>
</ul>
</footer>
<div class="foot-shade"></div>
</body>
</html>