-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcab.html
615 lines (525 loc) · 31.1 KB
/
cab.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
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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cab Details</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link href="css/cab.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="header-fixed">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="index.html"><span>NU</span>connect</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="#about">Food Zone</a></li>
<li><a href="virtual.html">Virtual Tour</a></li>
<li class="menu-active"><a href="cab.html">Cab Details</a></li>
<li><a href="shops.html">Nearby Shops</a></li>
<li><a href="events.html">Upcoming Events</a></li>
<li class="buy-tickets"><a href="me.html">Me</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<main id="main" class="main-page">
<br>
<div class="section-header">
<h2>Cab Details</h2>
<p>Book your Cab now!</p>
</div>
<div class="cards">
<div class="card" style="margin-top:10px;">
<div class="card__image-holder">
<img class="card__image" src="https://ak.picdn.net/shutterstock/videos/33344944/thumb/1.jpg" alt="wave" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Sumit Pratap<br>
<small>RJ 07 GH 0976</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="tel:+919812343299" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:10px;">
<div class="card__image-holder">
<img class="card__image" src="https://m.wsj.net/video/20161222/122116uberind3/122116uberind3_960x540.jpg" alt="beach" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Rashid Kr.<br>
<small>RJ 07 BA 0837</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:10px;">
<div class="card__image-holder">
<img class="card__image" src="data:image/jpeg;base64,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" alt="mountain" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Sunil <br>
<small>HR 08 AX 6770</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://telanganatoday.com/wp-content/uploads/2017/09/Indian-house-driver-fate-uncertain-in-Saudi-after-women-on-steering.jpg" alt="field" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Jamshed S.<br>
<small>HR 26 DS 7428</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://amp.thenationalnews.com/image/policy:1.943929:1574962002/na29-Indian-driver-4.jpg?f=16x9&w=1200&$p$f$w=4698ba3" alt="water" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Harbir Kaur<br>
<small>RJ 07 FA 3033</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://suebrayne.files.wordpress.com/2012/06/img_27811.jpg" alt="river" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Pawan Raj<br>
<small>HR 26 HW 0669</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://www.indiancarrental.com/sites/default/files/styles/colorbox/public/Car%20Driver%20India.jpg" alt="kite" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Vijai Sri<br>
<small>RJ 07 GH 5500</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://officechai.com/wp-content/uploads/2017/03/Driver-Device2-1.jpg" alt="underwater" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Mr. Inder Pal<br>
<small>HR 26 MJ 2120</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top:50px;">
<div class="card__image-holder">
<img class="card__image" src="https://st3.depositphotos.com/34181562/35874/i/600/depositphotos_358741994-stock-photo-young-handsome-asian-man-driving.jpg" alt="desert" style="height:225px; width:300px;" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h3>
Amish Dixit<br>
<small>RJ 07 SD 0708</small>
</h3>
</div>
<div class="card-flap flap1">
<div class="card-flap flap2">
<div class="card-actions">
<a href="#" class="btn"><i class="fa fa-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
</div>
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="img/logo.png" alt="TheEvenet"><br>
<p> NU-Connect provide services and contains information regarding nearby places, cab appointments, virtual tour, food ordering fron inner as well as outer food hubs of NU and so much more!</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="index.html">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Food Zone</a></li>
<li><i class="fa fa-angle-right"></i> <a href="virtual.html">Virtual Tour</a></li>
<li><i class="fa fa-angle-right"></i> <a href="cab.html">Cab Details</a></li>
<li><i class="fa fa-angle-right"></i> <a href="shops.html">Nearby Shops</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4 style= "color:black;">.</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="events.html">Upcoming Events</a></li>
<li><i class="fa fa-angle-right"></i> <a href="me.html">My ID-Card</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
NH 8<br>
Delhi- Jaipur Highway<br>
District Alwar, Neemrana<br>
Rajasthan 301705<br>
<strong>Phone:</strong> 1800 103 5050<br>
<strong>Email:</strong> registraroffice@niituniversity.in<br>
</p>
<div class="social-links">
<a href="https://twitter.com/niituniversity?s=20" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/NIITUniv/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="https://www.instagram.com/niituniv/?hl=en"><i class="fa fa-instagram"></i></a>
<a href="mailto:admissions@niituniversity.in" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/school/niit-university/?originalSubdomain=in" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>NU-Connect</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<script>// listing vars here so they're in the global scope
var cards, nCards, cover, openContent, openContentText, pageIsOpen = false,
openContentImage, closeContent, windowWidth, windowHeight, currentCard;
// initiate the process
init();
function init() {
resize();
selectElements();
attachListeners();
}
// select all the elements in the DOM that are going to be used
function selectElements() {
cards = document.getElementsByClassName('card'),
nCards = cards.length,
cover = document.getElementById('cover'),
openContent = document.getElementById('open-content'),
openContentText = document.getElementById('open-content-text'),
openContentImage = document.getElementById('open-content-image')
closeContent = document.getElementById('close-content');
}
/* Attaching three event listeners here:
- a click event listener for each card
- a click event listener to the close button
- a resize event listener on the window
*/
function attachListeners() {
for (var i = 0; i < nCards; i++) {
attachListenerToCard(i);
}
closeContent.addEventListener('click', onCloseClick);
window.addEventListener('resize', resize);
}
function attachListenerToCard(i) {
cards[i].addEventListener('click', function(e) {
var card = getCardElement(e.target);
onCardClick(card, i);
})
}
/* When a card is clicked */
function onCardClick(card, i) {
// set the current card
currentCard = card;
// add the 'clicked' class to the card, so it animates out
currentCard.className += ' clicked';
// animate the card 'cover' after a 500ms delay
setTimeout(function() {animateCoverUp(currentCard)}, 500);
// animate out the other cards
animateOtherCards(currentCard, true);
// add the open class to the page content
openContent.className += ' open';
}
/*
* This effect is created by taking a separate 'cover' div, placing
* it in the same position as the clicked card, and animating it to
* become the background of the opened 'page'.
* It looks like the card itself is animating in to the background,
* but doing it this way is more performant (because the cover div is
* absolutely positioned and has no children), and there's just less
* having to deal with z-index and other elements in the card
*/
function animateCoverUp(card) {
// get the position of the clicked card
var cardPosition = card.getBoundingClientRect();
// get the style of the clicked card
var cardStyle = getComputedStyle(card);
setCoverPosition(cardPosition);
setCoverColor(cardStyle);
scaleCoverToFillWindow(cardPosition);
// update the content of the opened page
openContentText.innerHTML = '<h1>'+card.children[2].textContent+'</h1>'+paragraphText;
openContentImage.src = card.children[1].src;
setTimeout(function() {
// update the scroll position to 0 (so it is at the top of the 'opened' page)
window.scroll(0, 0);
// set page to open
pageIsOpen = true;
}, 300);
}
function animateCoverBack(card) {
var cardPosition = card.getBoundingClientRect();
// the original card may be in a different position, because of scrolling, so the cover position needs to be reset before scaling back down
setCoverPosition(cardPosition);
scaleCoverToFillWindow(cardPosition);
// animate scale back to the card size and position
cover.style.transform = 'scaleX('+1+') scaleY('+1+') translate3d('+(0)+'px, '+(0)+'px, 0px)';
setTimeout(function() {
// set content back to empty
openContentText.innerHTML = '';
openContentImage.src = '';
// style the cover to 0x0 so it is hidden
cover.style.width = '0px';
cover.style.height = '0px';
pageIsOpen = false;
// remove the clicked class so the card animates back in
currentCard.className = currentCard.className.replace(' clicked', '');
}, 301);
}
function setCoverPosition(cardPosition) {
// style the cover so it is in exactly the same position as the card
cover.style.left = cardPosition.left + 'px';
cover.style.top = cardPosition.top + 'px';
cover.style.width = cardPosition.width + 'px';
cover.style.height = cardPosition.height + 'px';
}
function setCoverColor(cardStyle) {
// style the cover to be the same color as the card
cover.style.backgroundColor = cardStyle.backgroundColor;
}
function scaleCoverToFillWindow(cardPosition) {
// calculate the scale and position for the card to fill the page,
var scaleX = windowWidth / cardPosition.width;
var scaleY = windowHeight / cardPosition.height;
var offsetX = (windowWidth / 2 - cardPosition.width / 2 - cardPosition.left) / scaleX;
var offsetY = (windowHeight / 2 - cardPosition.height / 2 - cardPosition.top) / scaleY;
// set the transform on the cover - it will animate because of the transition set on it in the CSS
cover.style.transform = 'scaleX('+scaleX+') scaleY('+scaleY+') translate3d('+(offsetX)+'px, '+(offsetY)+'px, 0px)';
}
/* When the close is clicked */
function onCloseClick() {
// remove the open class so the page content animates out
openContent.className = openContent.className.replace(' open', '');
// animate the cover back to the original position card and size
animateCoverBack(currentCard);
// animate in other cards
animateOtherCards(currentCard, false);
}
function animateOtherCards(card, out) {
var delay = 100;
for (var i = 0; i < nCards; i++) {
// animate cards on a stagger, 1 each 100ms
if (cards[i] === card) continue;
if (out) animateOutCard(cards[i], delay);
else animateInCard(cards[i], delay);
delay += 100;
}
}
// animations on individual cards (by adding/removing card names)
function animateOutCard(card, delay) {
setTimeout(function() {
card.className += ' out';
}, delay);
}
function animateInCard(card, delay) {
setTimeout(function() {
card.className = card.className.replace(' out', '');
}, delay);
}
// this function searches up the DOM tree until it reaches the card element that has been clicked
function getCardElement(el) {
if (el.className.indexOf('card ') > -1) return el;
else return getCardElement(el.parentElement);
}
// resize function - records the window width and height
function resize() {
if (pageIsOpen) {
// update position of cover
var cardPosition = currentCard.getBoundingClientRect();
setCoverPosition(cardPosition);
scaleCoverToFillWindow(cardPosition);
}
windowWidth = window.innerWidth;
windowHeight = window.innerHeight;
}
var paragraphText = '<p>Somebody once told me the world is gonna roll me. I ain\'t the sharpest tool in the shed. She was looking kind of dumb with her finger and her thumb in the shape of an "L" on her forehead. Well the years start coming and they don\'t stop coming. Fed to the rules and I hit the ground running. Didn\'t make sense not to live for fun. Your brain gets smart but your head gets dumb. So much to do, so much to see. So what\'s wrong with taking the back streets? You\'ll never know if you don\'t go. You\'ll never shine if you don\'t glow.</p><p>Hey now, you\'re an all-star, get your game on, go play. Hey now, you\'re a rock star, get the show on, get paid. And all that glitters is gold. Only shooting stars break the mold.</p><p>It\'s a cool place and they say it gets colder. You\'re bundled up now, wait till you get older. But the meteor men beg to differ. Judging by the hole in the satellite picture. The ice we skate is getting pretty thin. The water\'s getting warm so you might as well swim. My world\'s on fire, how about yours? That\'s the way I like it and I never get bored.</p>';</script>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script>
$(document).ready(function(){
var zindex = 10;
$("div.card").click(function(e){
e.preventDefault();
var isShowing = false;
if ($(this).hasClass("show")) {
isShowing = true
}
if ($("div.cards").hasClass("showing")) {
// a card is already in view
$("div.card.show")
.removeClass("show");
if (isShowing) {
// this card was showing - reset the grid
$("div.cards")
.removeClass("showing");
} else {
// this card isn't showing - get in with it
$(this)
.css({zIndex: zindex})
.addClass("show");
}
zindex++;
} else {
// no cards in view
$("div.cards")
.addClass("showing");
$(this)
.css({zIndex:zindex})
.addClass("show");
zindex++;
}
});
});
</script>
</body>
</html>