-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html-e
851 lines (620 loc) · 23.8 KB
/
index.html-e
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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!DOCTYPE html>
<html lang="en" class="svg inlinesvg">
<head>
<title>50p</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#434556"/>
<meta name="description" content="A community and conference on India's payment ecosystem">
<meta name="keywords" content="">
<link rel="shortcut icon" href="images/hg-favicon.ico" />
<link rel="author" href="https://plus.google.com/" />
<meta property="og:url" content="https://50p.in/">
<meta property="og:image" content="">
<meta property="og:description" content="A community and conference on India's payment ecosystem">
<meta property="og:title" content="50p">
<meta property="og:site_name" content="50p">
<meta property="og:see_also" content="https://50p.in">
<meta property="og:type" content="website">
<meta itemprop="name" content="50p">
<meta itemprop="description" content="A community and conference on India's payment ecosystem">
<meta itemprop="image" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://50p.in/">
<meta name="twitter:title" content="50p">
<meta name="twitter:description" content="A community and conference on India's payment ecosystem">
<meta name="twitter:image" content="">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/jquery.sidr.2.2.1.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body class="bg-light">
<div id="sidebar" style="display:none;">
<nav class="nav has-shadow">
<div class="container">
<a class="nav-item is-hidden-tablet" href="index.html" >
50p
</a>
<div class="nav-right nav-menu is-active">
</div>
</div>
</nav>
</div>
<nav class="nav has-shadow is-hidden-mobile">
<div class="container">
<a class="nav-item nav-home" href="index.html" >
50p
</a>
<div class="nav-left">
</div>
</div>
</nav>
<section class="hero is-primary is-medium is-bold event-masthead-medium">
<div class="hero-body" style="background-image: url(''); background-size:cover;">
<div class="container">
<div class="hero-icon">
<img src="index.html" style="max-width: 120px;" class="has-text-centered animated zoomIn">
</div>
<h1 class="site-title" style="color: #ffffff;">
50p
</h1>
<h2 class="site-subtitle" style="color: #ffffff;">
A community and conference on India's payment ecosystem
</h2>
</div>
</div>
</section>
<section class="section featured-section">
<div class="container">
<div class="columns is-multiline">
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="columns is-centered is-multiline">
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Past Events</h1>
<hr>
<div class="columns is-centered is-multiline">
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/fintech-security/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/fintech-security/" data-label="view Security practices in FinTech">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Security practices in FinTech",
"startDate": "2017-11-17",
"location": {
"@type": "Place",
"name": "HasGeek House",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"image": [
"https://50p.in/images/50p-logo.png"
],
"description": "An Open House in collaboration with the Center for Internet and Society to get inputs on drafting regulations for security practices in FinTech.",
"endDate": "2017-11-17",
"offers": {
"@type": "Offer",
"url": "https://50p.in/fintech-security/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
Security practices in FinTech
</p>
<p class="subtitle is-6">
17 November 2017, Bangalore
</p>
<div class="content">
<p><p>An Open House in collaboration with the Center for Internet and Society to get inputs on drafting regulations for security practices in FinTech.</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/AI-finance-roundtable/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/AI-finance-roundtable/" data-label="view Roundtable on AI and Finance in India">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Roundtable on AI and Finance in India",
"startDate": "2018-02-07",
"location": {
"@type": "Place",
"name": "The Energy and Resources Institute (TERI)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"image": [
"https://50p.in/images/50p-logo.png"
],
"description": "A roundtable in collaboration with the Center for Internet and Society to discuss public policy around AI in the Indian finance sector.",
"endDate": "2018-02-07",
"offers": {
"@type": "Offer",
"url": "https://50p.in/AI-finance-roundtable/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
Roundtable on AI and Finance in India
</p>
<p class="subtitle is-6">
7 February 2018, 2 PM - 5 PM, The Energy and Resources Institute (TERI), Bangalore
</p>
<div class="content">
<p><p>A roundtable in collaboration with the Center for Internet and Society to discuss public policy around AI in the Indian finance sector.</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/2018/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/2018/" data-label="view 50p 2018">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "50p 2018",
"startDate": "2018-02-08",
"location": {
"@type": "Place",
"name": "NIMHANS Convention Centre, Bangalore",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"image": [
"https://images.hasgeek.com/embed/file/a149190333084b5d80393c19104a878e"
],
"description": "50p is India's first independently curated conference on payments. We bring stakeholders in the ecosystem to dialogue and collaborate on: - Building robust and secure engineering layers underlying payments; - Policies that affect the ecosystem as a whole; and - Scoping customer needs and developing payment products for the Indian market.
If you are working on any of the above areas, you should come to 50p. The 2018 edition of 50p is now over. For updates on the latest events related to payments, head over to https://50p.in/",
"endDate": "2018-02-09",
"offers": {
"@type": "Offer",
"url": "https://50p.in/2018/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
50p 2018
</p>
<p class="subtitle is-6">
8-9 February 2018, Bangalore
</p>
<div class="content">
<p><p>50p is India’s first independently curated conference on payments. We bring stakeholders in the ecosystem to dialogue and collaborate on: - Building robust and secure engineering layers underlying payments; - Policies that affect the ecosystem as a whole; a…</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/blockchain-workshop/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/blockchain-workshop/" data-label="view Blockchain workshop">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Blockchain workshop",
"startDate": "2018-02-08",
"location": {
"@type": "Place",
"name": "NIMHANS Convention Center, Bangalore",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"description": "Learn how to build applications and services using the blockchain and start working with smart contracts to get your applications up and running!",
"endDate": "2018-02-09",
"offers": {
"@type": "Offer",
"url": "https://50p.in/blockchain-workshop/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
Blockchain workshop
</p>
<p class="subtitle is-6">
8 Feb 2018, Bangalore
</p>
<div class="content">
<p><p>Learn how to build applications and services using the blockchain and start working with smart contracts to get your applications up and running!</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/upi-workshop/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/upi-workshop/" data-label="view UPI workshop">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "UPI workshop",
"startDate": "2018-02-08",
"location": {
"@type": "Place",
"name": "NIMHANS Convention Center, Bangalore",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"description": "You’ve worked hard to create an awesome experience for your customers in your app, but you know that the payment experience is sub-optimal. It’s time to change that. Learn how to integrate UPI into your app in this hands-on workshop",
"endDate": "2018-02-09",
"offers": {
"@type": "Offer",
"url": "https://50p.in/upi-workshop/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
UPI workshop
</p>
<p class="subtitle is-6">
9 Feb 2018, 10 AM - 2 PM, NIMHANS Convention Center, Bangalore
</p>
<div class="content">
<p><p>You’ve worked hard to create an awesome experience for your customers in your app, but you know that the payment experience is sub-optimal. It’s time to change that. Learn how to integrate UPI into your app in this hands-on workshop</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/public-lecture-zooko/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/public-lecture-zooko/" data-label="view Public lecture with Zooko Wilcox">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Public lecture with Zooko Wilcox",
"startDate": "2018-03-28",
"location": {
"@type": "Place",
"name": "Mother Tekla Auditorium",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bangalore",
"addressCountry": "IN"
}
},
"image": [
"https://50p.in/images/50p-logo.png"
],
"description": "A talk on cryptocurrencies, blockchain and the importance of privacy.",
"endDate": "2018-03-28",
"offers": {
"@type": "Offer",
"url": "https://50p.in/public-lecture-zooko/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
Public lecture with Zooko Wilcox
</p>
<p class="subtitle is-6">
28 March 2018, 5 PM - 7 PM, Mother Tekla Auditorium, Bangalore
</p>
<div class="content">
<p><p>A talk on cryptocurrencies, blockchain and the importance of privacy.</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/devpay2017/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/devpay2017/" data-label="view 50p 2017, Mumbai">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "50p 2017, Mumbai",
"startDate": "",
"location": {
"@type": "Place",
"name": "",
"address": {
"@type": "PostalAddress",
"addressLocality": "",
"addressCountry": "IN"
}
},
"description": "The second edition of 50p was held in Mumbai.",
"endDate": "",
"offers": {
"@type": "Offer",
"url": "https://50p.in/devpay2017/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
50p 2017, Mumbai
</p>
<p class="subtitle is-6">
8 Jul 2017, Mumbai
</p>
<div class="content">
<p><p>The second edition of 50p was held in Mumbai.</p>
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card is-clickable" onclick="goToUrl('https://50p.in/2017/')" style="height:21rem; overflow: hidden;"data-href="https://50p.in/2017/" data-label="view 50p 2017, Bangalore">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "50p 2017, Bangalore",
"startDate": "",
"location": {
"@type": "Place",
"name": "",
"address": {
"@type": "PostalAddress",
"addressLocality": "",
"addressCountry": "IN"
}
},
"description": "The first edition of 50p was held in Bangalore.",
"endDate": "",
"offers": {
"@type": "Offer",
"url": "https://50p.in/2017/"
}
}
</script>
<div class="card-content">
<p class="title is-4">
50p 2017, Bangalore
</p>
<p class="subtitle is-6">
24-25 Jan 2017, Bangalore
</p>
<div class="content">
<p><p>The first edition of 50p was held in Bangalore.</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer" id="hasgeek">
<div class="container">
<div class="content has-text-centered">
<img src="https://hasgeek.com/static/img/hg-banner.png" alt="" width="100px"><br><br>
<p>50p is presented to you by HasGeek.</p>
<p><a href="http://hasgeek.com/" target="_blank">HasGeek</a> helps people in technology meet each other, collaborate on new opportunities and advance the state of the art. We organize conferences, hacknights, workshops and geekups, and provide tools for communities to self-organize.</p>
<p>We’ve created conferences around the themes of <a href="http://metarefresh.in/" target="_blank">front end engineering</a>, <a href="http://fifthelephant.in/" target="_blank">big data and cloud computing</a>, <a href="http://jsfoo.in/" target="_blank">JavaScript</a>, <a href="http://droidcon.in/" target="_blank">Android</a>, <a href="http://cartonama.com/" target="_blank">location-aware services</a> and <a href="http://rootconf.in/" target="_blank">DevOps</a>. Our <a href="http://hasjob.co" target="_blank">Job Board</a> is used by thousands of geeks every month to find new opportunities.</p>
<p>HasGeek is a technology company in the media business, bringing software automation to a traditionally people-intensive operation. HasGeek has organized over two dozen conferences attended by thousands of technology professionals, made several thousand connections, and built open source tools that are now used by many communities.</p>
<p>Email us: <a href="mailto:[email protected]">[email protected]</a> | Call us: <a href="tel:+917676332020">+91 7676 33 2020</a></p>
<p>Copyright © 2010-2018</p>
<p>All rights reserved</p>
</div>
</div>
</footer>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.sidr-2.2.1.min.js"></script>
<script src="js/mustache.min.js"></script>
<script src="js/siema.min.js"></script>
<script>
window.EventDetails = {};
// carousel
const mySiema = new Siema({
perPage: {
768: 2,
1024: 3,
},
});
const prev = document.querySelector('#carousel-prev');
const next = document.querySelector('#carousel-next');
prev.addEventListener('click', () => mySiema.prev());
next.addEventListener('click', () => mySiema.next());
</script>
<script>
$(document).ready( function() {
var stickyNav = $(".nav-sticky");
var navHeight;
if (stickyNav.length > 0) {
stuck = "nav-stuck";
headerHeight = $(stickyNav[0]).offset().top;
nextSibling = stickyNav.parent().next()[0];
navHeight = stickyNav[0].clientHeight;
$(window).scroll(function() {
if( $(this).scrollTop() > headerHeight) {
stickyNav.parent().addClass(stuck);
nextSibling.style.marginTop = navHeight+"px";
} else {
stickyNav.parent().removeClass(stuck);
nextSibling.style.marginTop = 0;
}
});
}
$("a").click(function (e) {
var goto = $(this).attr('data-href');
if (goto) {
// Prevent a page reload when a link is pressed
e.preventDefault();
// Scroll to section
var offset_top = $(goto).offset().top - navHeight || 0;
$("body,html").stop(true,true).animate({scrollTop:offset_top},300)
}
});
$('#sidebar').show();
$('.nav-toggle').sidr({
name: 'sidebar',
source: '#sidebar',
renaming: false
});
})
function goToUrl(url) {
window.location.href = url;
}
function goToUrlNewTab(url) {
var win = window.open(url, '_blank');
win.focus();
}
function showModal(modalId) {
$('#'+modalId).addClass('is-active');
}
function hideModal(modalId) {
$('#'+modalId).removeClass('is-active');
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19123154-34', 'auto');
ga('send', 'pageview');
$(document).ready( function() {
EventDetails.sendGA = function (category, action, label) {
if (typeof ga !== "undefined") {
ga('send', { hitType: 'event', eventCategory: category, eventAction: action, eventLabel: label});
}
};
// Function that tracks a click button in Google Analytics.
$('.button').click(function(event) {
var target = $(this).attr('href');
var action = $(this).html();
EventDetails.sendGA('click', action, target);
});
$('.is-clickable').click(function(event) {
var target = $(this).data('href');
var action = $(this).data('label');
EventDetails.sendGA('click', action, target);
});
$('.click').click(function(event) {
var target = $(this).attr('href');
var action = $(this).data('label');
EventDetails.sendGA('click', action, target);
});
$('.nav-item').click(function(event) {
var target = $(this).data('href');
EventDetails.sendGA('click', target, target);
});
$('#mc-embedded-subscribe').click(function(event) {
EventDetails.sendGA('event_page_blog', 'subscribe', '');
});
});
</script>
<!-- Twitter universal website tag code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init', 'nzdrl');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '939847969521385');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=939847969521385&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<!-- LinkedIn Insight Tag -->
<script type="text/javascript"> _linkedin_partner_id = "245595"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=245595&fmt=gif" /> </noscript>
<script>
$(document).ready( function() {
$(document).on( "boxofficeTicketingEvents", function(event, userAction, label, value) {
if (typeof ga !== "undefined") {
ga('send', { hitType: 'event', eventCategory: 'ticketing', eventAction: userAction, eventLabel: label, eventValue: value});
}
if (typeof fbq !== "undefined") {
if (userAction == 'add ticket' || userAction == 'First interaction') {
fbq('track', 'AddToCart');
} else if (userAction == 'checkout') {
fbq('track', 'InitiateCheckout');
} else if (userAction == 'order creation') {
fbq('track', 'AddPaymentInfo');
} else if(userAction == 'capture payment') {
fbq('track', 'Purchase', {value: value, currency: 'INR'});
} else if(userAction == 'booking complete') {
fbq('track', 'CompleteRegistration');
}
}
if (typeof twq !== "undefined") {
if (userAction == 'add ticket' || userAction == 'First interaction') {
twq('track', 'AddToCart', {
content_ids: ['ticketing'], // Required
content_type: 'tickets', // Required
content_name: 'tickets'
});
} else if(userAction == 'booking complete') {
twq('track','Purchase', {
value: value,
currency: 'INR',
num_items: '1',
});
}
}
});
});
</script>
<script type="text/javascript">
// Unregister service worker
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
if(registrations.length) {
for (var index = 0; index < registrations.length; index++) {
registrations[index].unregister();
}
}
});
}
// if ('serviceWorker' in navigator) {
// navigator.serviceWorker.register('https://50p.in/sw.js').then(function () {
// // console.log('Service worker registered');
// }).catch(function() {
// // console.log('Service worker registration failed');
// });
// };
</script>
</body>
</html>