forked from codinggita/RailGuru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (458 loc) · 19.6 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Railguru - Your Ultimate Train Travel Companion</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Railguru is your one-stop destination for all things train-related. Check PNR status, find train routes, book tickets, and more. Get reliable and up-to-date information for a smooth train journey.">
<meta name="keywords" content="PNR status, train route, book tickets, find trains, train search, Krish Patel, Railguru">
<meta name="author" content="Krish Patel">
<!-- favicon -->
<link rel="icon" type="image/png" href="Media/icon_nbg.png">
<!-- animate -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- style -->
<link rel="stylesheet" href="Working/style.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<body>
<div class="onStart animate__animated animate__slideOutUp animate__delay-2s grad-bg-blue">
<img id="onstart-logo" class="animate__animated animate__bounceInDown animate__pulse" src="Media/icon_nbg - Copy.png" >
<br>
<h1 class="heading1 animate__animated animate__flipInX">RailGuru</h1>
</div>
<div class="loader-container">
<div class="loader">
<div class="loader-image">
<img src="Media/icon_nbg - Copy.png" alt="Loader">
</div>
</div>
</div>
<div class="content">
<!-- nav -->
<nav>
<div class="brand">
<img src="Media/logo_blue_nbg.jpg" class="animate__animated animate__tada animate__infinite">
</div>
<div class="menu">
<ul class="no-list-style horizontal-list text-center nav-menu">
<li>
<a href="#">HOME</a>
</li>
<li>
<a href="#pnr-sec">PNR STATUS</a>
</li>
<li>
<a href="#train-search">SEARCH TRAIN</a>
</li>
<li>
<a href="#getrout">TRAIN ROUTE</a>
</li>
<li>
<a href="https://irctc.corover.ai/" target="_parent">BOOK TICKETS</a>
</li>
</ul>
</div>
<div class="bar">
<i class="fa-solid fa-bars"></i>
</div>
</nav>
<div class="dropdown grad-bg-blue">
<ul class="no-list-style ">
<li>
<a href="#">HOME</a>
</li>
<li>
<a href="#pnr-sec">PNR</a>
</li>
<li>
<a href="#train-search">SEARCH TRAIN</a>
</li>
<li>
<a href="#getrout">TRAIN ROUTE</a>
</li>
<li>
<a href="https://irctc.corover.ai/" target="_parent">BOOK TICKETS</a>
</li>
</ul>
</div>
<div class="help"></div>
<div class="main-nav">
<div class="overlay">
<div class="welcome">
<h1>Welcome to RailGuru!</h1>
<h2>We can help you in <br><span class="auto-type"></span></h2>
</div>
<div class="titles">
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'wtg') ">WHERE TO GO?</button>
</div>
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'PNR') ">PNR STATUS ENQUIRY</button>
</div>
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'trainsearch') ">SEARCH TRAIN</button>
</div>
<!-- Tab content -->
<div id="wtg" class="tabcontent">
<input id="fromstation" class="inclass" type="text" placeholder="From Station">
<input id="tostation" class="inclass" type="text" placeholder="To Station">
<input id="date" class="inclass" type="date" placeholder="Date">
<button id="find-train" class="inclass">Let's Find Out</button>
</div>
<div id="PNR" class="tabcontent">
<div class="tabinfo">
<div class="icon">
<i class="fa-solid fa-ticket"></i>
</div>
<div class="info">
<span class="heading2">
PNR Status & Prediction
</span>
<span class="heading3">
Know current status of your Train ticket.
</span>
</div>
</div>
<div class="tabuse">
<div class="in">
<label for="pnr" class="heading2">PNR NUMBER</label>
<br>
<input type="text" maxlength="10" minlength="10" id="pnr" placeholder="Enter your 10 digit PNR">
</div>
<div class="out">
<button id="pnr-btn" class="button">SEARCH</button>
</div>
</div>
</div>
<div id="trainsearch" class="tabcontent">
<div class="tabinfo">
<div class="icon">
<i class="fa-solid fa-train"></i>
</div>
<div class="info">
<span class="heading2">
Search by Train name or number
</span>
<span class="heading3">
Get trains details byt name or number of train
</span>
</div>
</div>
<div class="tabuse">
<div class="in">
<label for="trains" class="heading2">TRAIN NAME/NUMBER</label>
<br>
<input type="text" id="trains" placeholder="Enter The Train Name/No.">
</div>
<div class="out">
<button id="trainn-btn" class="button">SEARCH</button>
</div>
</div>
</div>
<div class="helpline">
<div class="marquee-text">
139: For public grievances, PNR enquiries, accommodation availability, fare enquiries, and current train running position, 182: For security-related issues, 1800111321: For complaints, 138: For cleanliness, food and catering, coach maintenance, medical emergencies, and linen. The SMS number 9717630982. IRCTC customer care: 0755-3934141, 0755-6610661, Fax 011-23345400
</div>
</div>
</div>
</div>
</div>
<div id="where-to-go-result">
</div>
<div class="decorative">
<h2>Why Choose RailGuru?</h2>
<div class="deco-in">
<div class="feature">
<div>
<span>
<i class="fa-solid fa-ticket animate__animated animate__pulse animate__infinite "></i>
</span>
<span>
PNR Status Check in a Flash
</span>
</div>
<div class="heading2">
Check your reservation status instantly with RailGuru. No more IRCTC scrolling!
</div>
</div>
<div class="feature">
<div>
<span>
<i class="fa-solid fa-chair animate__animated animate__pulse animate__infinite"></i>
</span>
<span>
Effortless Train Seat Availability
</span>
</div>
<div class="heading2">
Quickly find available seats with RailGuru's user-friendly interface for seamless journey planning.
</div>
</div>
<div class="feature">
<div>
<span>
<i class="fa-solid fa-calendar-days animate__animated animate__pulse animate__infinite"></i>
</span>
<span>
Train Schedule Information
</span>
</div>
<div class="heading2">
Access detailed train schedules for efficient trip planning and timely updates.
</div>
</div>
<div class="feature">
<div>
<span>
<i class="fa-solid fa-newspaper animate__animated animate__pulse animate__infinite"></i>
</span>
<span>
Frequent Updates
</span>
</div>
<div class="heading2">
Count on us for the latest train journey updates, always up-to-date.
</div>
</div>
<div class="feature">
<div>
<span>
<i class="fa-solid fa-road-barrier animate__animated animate__pulse animate__infinite"></i>
</span>
<span>
No Login Required
</span>
</div>
<div class="heading2">
No account or login needed with RailGuru. Access information hassle-free.
</div>
</div>
</div>
</div>
<section id="pnr-sec">
<div class="sec-head">
<div class="head">
<h1>PNR STATUS CHECK</h1>
</div>
<div class="sec-input">
<input type="text" maxlength="10" minlength="10" id="pnr2" placeholder="Enter your 10 digit PNR">
<button id="pnr3" class="button">Check</button>
</div>
</div>
<div id="pnr-result">
<div id="route">
<div id="start-sta">
<span id="ss">Station</span>
<br><span id="sc">Time</span>
</div>
<div id="divider">
<div id="km">Distance</div>
</div>
<div id="end-sta">
<span id="es">Station</span>
<br><span id="ec">Time</span>
</div>
</div>
<div id="status">
STATUS
</div>
<div id="details">
<div id="pnr-no">
<span>PNR:</span>
<span>0000000000</span>
</div>
<div id="train-no">
<span>Train No:</span>
<span>xyz</span>
</div>
<div id="train-name">
<span>Train Name:</span>
<span>0000</span>
</div>
<div id="class">
<span>Class:</span>
<span>X</span>
</div>
<div id="bpt">
<span>Boarding Platform:</span>
<span>Pt</span>
</div>
<div id="dpt">
<span>Destination Platform:</span>
<span>Pt</span>
</div>
<div id="nop">
<span>No of passengers:</span>
<span>0</span>
</div>
</div>
</div>
</section>
<div class="decorative">
<h3>Acronyms</h3>
<div class="pnr-table">
<table>
<tr>
<td>CAN</td>
<td>CANCELLED</td>
</tr>
<tr>
<td>CNF</td>
<td>CONFIRM</td>
</tr>
<tr>
<td>RAC</td>
<td>RESERVATION AGAINST CANCELLATION</td>
</tr>
<tr>
<td>WL</td>
<td>WAITLIST</td>
</tr>
<tr>
<td>RLWL</td>
<td>REMOTE LOCATION WAITLIST</td>
</tr>
<tr>
<td>PQWL</td>
<td>POOLED QUOTA WAITLIST</td>
</tr>
<tr>
<td>RSWL</td>
<td>ROAD-SIDE WAITLIST</td>
</tr>
<tr>
<td>REL</td>
<td>RELEASED</td>
</tr>
<tr>
<td>NR</td>
<td>NOROOM</td>
</tr>
<tr>
<td>NOSB</td>
<td>NO SEAT BERTH</td>
</tr>
<tr>
<td>WEBCAN</td>
<td>Railway Counter Ticket: Passenger has been cancelled over internet and refund has not been collected.</td>
</tr>
<tr>
<td>WEBCANRF</td>
<td>Railway Counter Ticket: Passenger has been cancelled over internet and refund has been collected.</td>
</tr>
<tr>
<td>GNWL</td>
<td>General Waitlist</td>
</tr>
<tr>
<td>TQWL</td>
<td>Tatkal Waitlist</td>
</tr>
<tr>
<td>FBKG</td>
<td>Ticket Booked Outside ARP in FT Quota. Seat has not been allotted yet</td>
</tr>
<tr>
<td>NT</td>
<td>Passenger Not Turned Up.</td>
</tr>
</table>
<div class="timeline-divider">
<div class="timeline-traveller">
<i class="fa-solid fa-train"></i>
</div>
</div>
</div>
<div class="note">
<h4>NOTE</h4>
<div>
<ul>
<li>
No refund shall be granted on the confirmed ticket after four hours before the scheduled departure of the train.
</li>
<li>
No refund shall be granted on the RAC or Waitlisted ticket after thirty minutes before the scheduled departure of the train.
</li>
<li>
In case, on a party e-ticket or a family e-ticket issued for travel of more than one passenger, some passengers have confirmed reservation and others are on RAC or waiting list, full refund of fare , less clerkage, shall be admissible for confirmed passengers also subject to the condition that the ticket shall be cancelled online or online TDR shall be filed for all the passengers upto thirty minutes before the scheduled departure of the train.
</li>
<li>
Before Cancellation, please refer New Refund Rule 2015 w.e.f 12-Nov-2015.
</li>
</ul>
</div>
</div>
</div>
<section id="train-search">
<div class="sec-head">
<div class="head">
<h1>SEARCH TRAIN</h1>
</div>
<div class="sec-input">
<input type="text" id="train-name2" placeholder="Enter Train Name/No.">
<button id="train-name3" class="button">Check</button>
</div>
</div>
<div id="result-train">
<div class="timeline-divider">
<div class="timeline-traveller">
<i class="fa-solid fa-train"></i>
</div>
</div>
</div>
</section>
<div class="s">
<div class="slideshow-container">
<img class="mySlides" src="./Media/s1.png">
<img class="mySlides" src="./Media/i2.png">
<img class="mySlides" src="./Media/s4.png">
<img class="mySlides" src="./Media/s5.png">
</div>
</div>
<section id="getrout">
<div class="sec-head">
<div class="head">
<h1>TRAIN ROUTE</h1>
</div>
<div class="sec-input">
<input type="text" id="getrout2" placeholder="Enter Train Name/No.">
<button id="getrout3" class="button">Route</button>
</div>
</div>
<div id="route-result">
</div>
</section>
<div class="good">
<div class="overlay">
<h1>Happy Journey!</h1>
</div>
</div>
<footer>
© 2023 prokrishpatel
</footer>
</div>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="Working/script.js"></script>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/02e8b68ce5.js" crossorigin="anonymous"></script>
<!-- changetext -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed(".auto-type",{
strings: ["Check PNR Status", "Find Train"],
typeSpeed: 70,
backSpeed: 30,
loop: true
})
</script>
<script src="./Working/route.js"></script>
<script src="./Working/pnr.js"></script>
<script src="./Working/trainsearch.js"></script>
<script src="./Working/wherto.js"></script>
</body>
</html>