-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
389 lines (351 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="index,follow" name="robots" />
<meta property="og:url" content="https://localhost/irctcmini" />
<meta property="og:title" content="IRCTC Book your Train" />
<meta name="description" content="IRCTC train ticket booking portal" />
<meta name="keywords" content="train ticket, train, train superfast, train ticket cheap" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>|| IRCTC Portal ||</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/slider.css">
<link rel="stylesheet" href="assets/css/flot-slider.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="assets/js/jquery.min.js"></script>
<script>
jQuery(function(){
jQuery('#headers').load('header.html');
jQuery('#footer').load('footer.html');
});
</script>
<script>
var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtn");
var span = document.getElementsByClassName("close")[0];
btn.onclick = function() {
modal.style.display = "block";
}
span.onclick = function() {
modal.style.display = "none";
}
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<style>
.marqText{color:#ffffff;font-size:14px;background:#000072;line-height:23px;position:relative;text-transform:uppercase;letter-spacing:1px;}
span.statcounter .statcounter img {
width: 100px;
}
</style>
<style>
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
</style>
</head>
<body>
<div id="headers"></div>
<header class="main_header fixed_header">
<div class="container clearfix">
<div class="logo_head">
<a href="index.html"><img src="assets/images/irctc-new-logo.png" alt=""></a>
</div>
<div class="navbar-expand-lg nav_btn_toggle">
<button class="navbar-toggler open_mobile_menu" type="button" data-target="#topNavMobile">
<div class="menuName">Menu</div>
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
</div>
<nav class="top_nav_links navbar navbar-expand-lg">
<div class="collapse navbar-collapse" id="topNav">
<ul class="navbar-nav">
<li class="has-child">
<a href="javascript:void(0);">About Us</a>
<ul class="sub-menu">
<li><a href="about.html"> About Us </a></li>
</ul>
</li>
<li class="has-child">
<a href="login.php">Login</a>
<li><a href="registration.php">Register</a></li>
<li><a href="contact.html">Contact us </a></li>
</ul>
</div>
</nav>
</div>
</header>
<div class="free-consult element element-1">
<a href="https://ipc.streamonweb.com/irctc" target="_blank"><i class="fa fa-bullhorn" aria-hidden="true"></i> View Live Kitchen</a>
</div>
<div id="bootstrap-touch-slider" class="carousel bs-slider slide control-round indicators-line" data-ride="carousel" data-pause="hover" data-interval="5000" >
<ol class="carousel-indicators">
<li data-target="#bootstrap-touch-slider" data-slide-to="1" class="active"></li>
<li data-target="#bootstrap-touch-slider" data-slide-to="2"></li>
<li data-target="#bootstrap-touch-slider" data-slide-to="3"></li>
<li data-target="#bootstrap-touch-slider" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<!-- Slide Background -->
<img src="assets/images/sl1.jpg" alt="" class="slide-image"/>
<div class="bs-slider-overlay"></div>
</div>
<!-- End of Slide -->
<!-- Second Slide -->
<div class="item">
<!-- Slide Background -->
<img src="assets/images/sl3-old.jpg" alt="" class="slide-image"/>
<div class="bs-slider-overlay"></div>
<!-- Slide Text Layer -->
<div class="slide-text slide_style_right">
<h1 data-animation="animated zoomInLeft">Travel And Tourism</h1>
</div>
</div>
<!-- End of Slide -->
<!-- Third Slide -->
<div class="item">
<!-- Slide Background -->
<img src="assets/images/sl4.jpg" alt="" class="slide-image"/>
<div class="bs-slider-overlay"></div>
<!-- Slide Text Layer -->
</div>
<!-- End of Slide -->
<!-- Fourth Slide -->
<div class="item">
<!-- Slide Background -->
<img src="assets/images/e-ticketing.jpg" alt="" class="slide-image"/>
<div class="bs-slider-overlay"></div>
<!-- Slide Text Layer -->
<div class="slide-text slide_style_right" style="bottom:6%">
<h1 data-animation="animated zoomInLeft">Next generation E- Ticketing</h1>
</div>
</div>
<!-- End of Slide -->
</div><!-- End of Wrapper For Slides -->
<!-- Left Control -->
<a class="left carousel-control" href="#bootstrap-touch-slider" role="button" data-slide="prev">
<span class="fa fa-angle-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<!-- Right Control -->
<a class="right carousel-control" href="#bootstrap-touch-slider" role="button" data-slide="next">
<span class="fa fa-angle-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> <!-- End bootstrap-touch-slider Slider -->
<div class="threeboxes">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>IRCTC MINI PROJECT</h2>
<div class="cmdmassage">
<p> MINI PROJECT based on the replica of official site of irctc.com </p>
<p> This Project is the combined work of team members ( Himanshu, Mayank, Yogesh ) </p>
<p> We has added some modules that are not present in Official Site, other than that this is the exact replica of official site </p>
</div>
</div>
<div class="col-md-5">
<div class="marQueNews">
<h2>Latest News</h2>
<div class="block-hdnews">
<marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" height="250px;" scrollamount="4">
<ul id="marquee_1">
<li>
<a href="https://ofs.alankit.com" class="first-link" target="_blank" >
<h3>
Apply for Employee OFS .<i><img src="assets/images/new_admissions.gif"></i>
</h3></a>
<li>
<a href="https://pledge.cvc.nic.in/" class="first-link" target="_blank" >
<h3>
Vigilance Awareness Week - 2020 (Vigilant India, Prosperous India, सतर्क भारत, समृद्ध भारत).Click here to take the pledge and be a part of this movement.<i><img src="assets/images/new_admissions.gif"></i>
</h3></a>
</li>
<li>
<a href="https://www.irctctourism.com/" class="first-link" target="_blank" >
<h3> SConcierge (Cab/Coach) & Porter Service at Major Railway Stations(24-10-2018)</h3></a>
</li>
</ul>
</marquee>
</div>
<div class="row"><h5><a href="https://www.irctc.co.in/nget/train-search"> Click to visit new E-Ticketing Website </a> </h5></div>
<br><br>
<div class="row">
<div class="col-3"><a href="https://www.facebook.com/IRCTCofficial" target="_blank"><img src ="assets/images/fb.png" style="width:80px;height:60px;"></a></div>
<div class="col-3"><a href="https://twitter.com/IRCTCofficial" target="_blank"><img src ="assets/images/twitter.png" style="width:90px;height:70px;"></a></div>
<div class="col-3"><a href=" https://www.youtube.com/channel/UC9iW6fZNhHJf8jb_j3DDmJA" target="_blank"><img src ="assets/images/youtube.png" style="width:90px;height:65px;"></a></div>
<div class="col-3"><a href="https://www.linkedin.com/company/irctcofficial" target="_blank"><img src ="assets/images/linkdin.png" style="width:80px;height:60px;"></a></div>
</div>
</div>
</div>
<div class="col-md-3 col-xs-3">
<h2>Site Visitors Count</h2>
<div class="hitcounter">
<div class="counterhit">
<img src="assets/images/hits3.png" width="30" height="30">
<div class="jscountersk">
<strong>Site Hits Since 22 February, 2021</strong>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="testimonial-slider" class="owl-carousel govlisting">
<div class="testimonial"><a href="https://www.mygov.in/" target="_blank"><img src="assets/images/gov1.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://india.gov.in/" target="_blank"><img src="assets/images/gov2.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.indianrailways.gov.in/" target="_blank"><img src="assets/images/gov3.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://cvc.nic.in/" target="_blank"><img src="assets/images/gov4.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.digitalindia.gov.in/" target="_blank"><img src="assets/images/gov5.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.makeinindia.com/home" target="_blank"><img src="assets/images/gov6.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://swachhbharat.mygov.in/" target="_blank"><img src="assets/images/gov7.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://www.incredibleindia.org/content/incredibleindia/en.html" target="_blank">
<img src="assets/images/gov8.jpg" alt="" >
</a></div>
<div class="testimonial"><a href="https://www.mygov.in/" target="_blank"><img src="assets/images/gov1.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://india.gov.in/" target="_blank"><img src="assets/images/gov2.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.indianrailways.gov.in/" target="_blank"><img src="assets/images/gov3.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://cvc.nic.in/" target="_blank"><img src="assets/images/gov4.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.digitalindia.gov.in/" target="_blank"><img src="assets/images/gov5.jpg" alt="" ></a></div>
<div class="testimonial"><a href="http://www.makeinindia.com/home" target="_blank"><img src="assets/images/gov6.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://swachhbharat.mygov.in/" target="_blank"><img src="assets/images/gov7.jpg" alt="" ></a></div>
<div class="testimonial"><a href="https://www.incredibleindia.org/content/incredibleindia/en.html" target="_blank">
<img src="assets/images/gov8.jpg" alt="" >
</a></div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade cmdmsg" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<p>IRCTC MINI Project by Himanshu, Mayank & Yogesh</p>
</div>
</div>
</div>
</div>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/slider.js"></script>
<script src="assets/js/slider-new.js"></script>
<!--Custom js-->
<script>
$(document).ready(function(){
$("#testimonial-slider").owlCarousel({
items:7,
itemsDesktop:[1000,2],
itemsDesktopSmall:[979,2],
itemsTablet:[768,1],
pagination:false,
navigation:true,
navigationText:["",""],
autoPlay:true
});
});
</script>
<!-- Start Footer -->
<div id="footer"></div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-9">
<h3>Quick Links</h3>
<div class="row">
<div class="col-md-2">
<ul class="quicklinks">
<li><a href="about.html" target="_blank"> About Us </a></li>
<li><a href="login.php" target="_blank"> Login </a></li>
<li><a href="registration.php" target="_blank"> Register </a></li>
<li><a href="contact.html" target="_blank"> Contact Us </a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="quicklinks">
<li><a href="https://www.air.irctc.co.in/" target="_blank"> Air Ticketing </a></li>
<li><a href="https://www.irctctourism.com/" target="_blank"> Tourism </a></li>
<li><a href="https://www.irctc.co.in/nget/train-search" target="_blank"> Train Ticket</a></li>
<li><a href="https://www.ecatering.irctc.co.in/" target="_blank"> E Catering </a></li>
</ul>
</div>
<div class="col-md-2">
<img src="assets/images/irctc-new-logo.png">
</div>
</div>
</div>
</div>
</div>
<div class="copyright">© 2021 IRCTC | MINI PROJECT BY Himanshu, Mayank, Yogesh.</div>
</footer>
<a id="back-to-top" href="#" class="back-to-top" role="button" title="Click to return on the top page" data-toggle="tooltip" data-placement="left">
<i class="fa fa-arrow-up"></i>
</a>
<!--Custom js-->
<script src="assets/js/custom.js"></script>
<!--Custom js-->
<script src="assets/js/marquee.js"></script>
<script>
$(document).ready(function(){
$(window).scroll(function () {
if ($(this).scrollTop() > 50) {
$('#back-to-top').fadeIn();
} else {
$('#back-to-top').fadeOut();
}
});
// scroll body to 0px on click
$('#back-to-top').click(function () {
$('#back-to-top').tooltip('hide');
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
$('#back-to-top').tooltip('show');
});
</script>
</body>
</html>