-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
794 lines (622 loc) · 31.3 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
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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from demo.web3canvas.com/themeforest/gather/index.html by HTTraQt Website Copier/1.x [Karbofos 2012-2017] Tue, 03 Dec 2019 12:04:11 GMT -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154335838-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154335838-2');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NTKVDVN');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="../../cdn-cgi/apps/head/-mEFVS8y7qx5pVzWHQTCQu5gnVM.js"></script>
<title>SELF TECH MASTERY</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='../../../fonts.googleapis.com/csse3a1.css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href='../../../fonts.googleapis.com/csse3e5.css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="css/plugins/animate.css" rel="stylesheet">
<link href="css/plugins/slick.css" rel="stylesheet">
<link href="css/plugins/magnific-popup.css" rel="stylesheet">
<link href="css/plugins/font-awesome.css" rel="stylesheet">
<link href="css/plugins/streamline-icons.css" rel="stylesheet">
<link href="css/event.css" rel="stylesheet">
<link href="css/themes/green.css" rel="stylesheet">
<link rel="stylesheet" title="green" media="screen" href="css/themes/green.css">
<link rel="alternate stylesheet" title="purple" media="screen" href="css/themes/purple.css">
<link rel="alternate stylesheet" title="red" media="screen" href="css/themes/red.css">
<link rel="alternate stylesheet" title="mint" media="screen" href="css/themes/mint.css">
<link rel="alternate stylesheet" title="blue" media="screen" href="css/themes/blue.css">
<link rel="alternate stylesheet" title="yellow" media="screen" href="css/themes/yellow.css">
<link rel="alternate stylesheet" title="black" media="screen" href="css/themes/black.css">
<link href="css/demo.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<![endif]-->
<script src="js/modernizr.min.js"></script>
<script src="js/plugins/pace.js"></script>
</head>
<body class="animate-page" data-spy="scroll" data-target="#navbar" data-offset="100">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NTKVDVN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="preloader"></div>
<nav class="navbar navbar-default navbar-fixed-top reveal-menu js-reveal-menu reveal-menu-hidden">
<div class="container">
<div class="navbar-header">
<!--<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>-->
<a class="navbar-brand" href="#"><h4>SELF TECH MASTERY</h4> </a>
</div>
</div>
</nav>
<header id="top" class="header-video-module">
<div class="video-container">
<div class="header">
<div class="container">
<div class="header_top-bg">
<!--<div class="logo">
<a href="#"><img src="" alt=""></a>
</div>
</div>
<h3 class="headline-support wow fadeInDown"></h3>
<h1 class="headline wow fadeInDown" data-wow-delay="0.1s">SELF TECH MASTERY</h1>
<div class="when_where wow fadeIn" data-wow-delay="0.4s">
<p class="event_when">December 21st - 23rd 2019</p>
<p class="event_where">Mobile 10X, Govt.Cyberpark, Calicut</p>
</div>
<div class="header_bottom-bg">
<a class="btn btn-default btn-xl wow zoomIn" data-wow-delay="0.3s" href="https://forms.gle/NiX6F2UjQQt93uJAA" >RESERVE MY SEAT</a>
<p class="cta_urgency wow fadeIn" data-wow-delay="0.5s"><small>Hurry up, Only 25 seats are available</small></p>
</div>-->
</div>
</div>
<div class="filter"></div>
<!--<video autoplay loop class="fillWidth video-header">
<source src="https://www.youtube.com/watch?v=8wkK5E-rQsA&feature=youtu.be" type="video/mp4" />
<!–<source src="video/event-video.webm" type="video/webm" />–>
<!–<source src="video/event-video.ogg" type="video/ogg" />–>
</video>-->
<iframe class="intro-video" width="100%" height="auto" src="https://www.youtube.com/embed/8wkK5E-rQsA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture loop" autoplay allowfullscreen></iframe>
<!--<div class="poster hidden">
<img src="video/event-video.jpg" alt="event video poster">
</div>-->
</div>
</div>
</header>
<div class="row">
<div class="col-md-12 text-center">
<a class="btn btn-default btn-xl wow zoomIn btn-top" data-wow-delay="0.3s" href="#" data-toggle="modal" data-target="#register-now">REGISTER</a>
</div>
</div>
<section class="highlight">
<!--<video controls="true">
<source src="https://www.youtube.com/watch?v=8wkK5E-rQsA&feature=youtu.be" type="video/mp4" />
</video>-->
<div class="container">
<div class="col-md-12">
<div class="mu-about-right">
<div class="row">
<div class="col-md-12">
<h4>Are you a <span>student</span> who <span>doesn't have any idea</span> about
what you are studying in college? or,
</h4>
<h4>Are you a <span>graduate</span> who <span>struggles to get a job</span>
and feels your degree was a waste of time? or,
</h4>
<h4>Are you the one who is <span>willing to work hard</span> but
<span>doesn't know</span> in which <span>direction</span> you should move?</h4>
<h4>If you are one among the above, <span>don’t worry!</span>
</h4>
<h4></h4>
<h4></h4>
<h4><span>I can understand you… </span> as I have been in the exact situation <span>8 years ago</span> after completing my college. </h4>
<h4>And it took <span>years of trial and error</span> for me
to finally figure out in which direction I should move
to <span>build a successful career</span>
with a <span>seven figure income</span></h4>
<h4>And over the past few years I have been using the <span>exact same techniques</span>
which I have learnt, to teach <span>thousands of students</span>
<span>just like You…</span>
</h4>
<h4>To enter into the field of <span>technology</span> and build a
<span>high income career</span> <span>even without a college degree!</span>
</h4>
<h4></h4>
<h4> </h4>
<h4>That's being said, if you are <span>willing to work hard</span> to change your future you can <span>register</span> for my workshop by clicking the register button below </h4>
<h4>And I will <span>directly mentor you</span> for the next <span>90 days</span> to help you in building a <span>successful career.</span></h4>
<br>
</div>
</div>
<div class="row">
<div class="col-md-6">
</div>
</div>
</div>
</div>
</div>
<div class="countdown_wrap">
<a class="btn btn-default btn-xl wow zoomIn" data-wow-delay="0.3s" href="#" data-toggle="modal" data-target="#register-now">REGISTER</a>
<h6 class="countdown_title text-center">WORKSHOP WILL START IN</h6>
<ul id="countdown" data-event-date="21 december 2019 16:00:00">
<li class="wow zoomIn" data-wow-delay="0s"> <span class="days">00</span>
<p class="timeRefDays">days</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.2s"> <span class="hours">00</span>
<p class="timeRefHours">hours</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.4s"> <span class="minutes">00</span>
<p class="timeRefMinutes">minutes</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.6s"> <span class="seconds">00</span>
<p class="timeRefSeconds">seconds</p>
</li>
</ul>
</div>
<div class="text-center">
</div>
</div>
</section>
<div class="modal fade" id="register-now" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Workshop Registration
</h4>
</div>
<div class="modal-body">
<div class="registration-form">
<form name="Register" method="POST" id="register_form">
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label>Full Name</label>
<input type="text" class="form-control" name="Name" placeholder="Full Name" required >
</div>
</div>
</div>
<div class="form-group">
<label>Mobile</label>
<input type="tel" class="form-control" name="Mobile" placeholder="Mobile" required>
</div>
<div class="form-group">
<label>Email ID</label>
<input type="email" class="form-control" name="Email" placeholder="Email Address" required>
</div>
<div class="form-group">
<label for="Male">Male</label>
<input value="Male" type="radio" name="Gender" id="Male" required >
<label for="Female">Female</label>
<input value="Female" type="radio" name="Gender" id="Female" required>
</div>
<div class="row">
<div class="col-sm-7">
<div class="form-group">
<label>Qualification</label>
<select class="form-control" name="Qualification" required>
<option value="">Choose...</option>
<option value="B.Tech">B.Tech</option>
<option value="M.Tech">M.Tech</option>
<option value="BCA/MCA">BCA/MCA</option>
<option value="Bsc/Msc">Bsc/Msc</option>
<option value="Diploma">Diploma</option>
<option value="Other">Other</option>
</select>
</div>
</div>
<div class="col-sm-5">
<div class="form-group">
<label>Year of Graduation</label>
<input type="Text" class="form-control" name="Year_Graduation" placeholder="Year of Graduation" required>
</div>
</div>
<div class="col-sm-7">
<div class="form-group">
<label>Employment Status</label>
<select class="form-control" name="Employment" required>
<option value="">Choose...</option>
<option value="Employed">Employed</option>
<option value="Fresher">Fresher</option>
<option value="Student">Student</option>
</select>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label>Name of College / Organisation</label>
<input type="Text" class="form-control" name="Organization" placeholder="College / Organization" required>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label>About you</label>
<input type="Text" class="form-control" name="About" placeholder="About You (optional)">
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label>From where did you learn about Self Tech Mastery Workshop ?</label>
<select class="form-control" name="How_Learn_STM">
<option value="">Choose...</option>
<option value="Friends" >Friends</option>
<option value="Facebook" >Facebook</option>
<option value="Whatsapp Group" >Whatsapp Group</option>
</select>
</div>
</div>
</div>
<div class="text-center top-space">
<button type="submit" id="reserve-btn" class="btn btn-success btn-lg">Reserve my Seat</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<section class="schedule" id="schedule">
<div class="container">
<div class="section-title wow fadeInUp">
<h4>COURSE PLAN</h4>
<p>3 days of Intensive in-house Training and 90 days online Technical course</p>
</div>
<div class="nav-center">
<ul class="nav nav-pills" role="tablist" id="schedule-tabs">
<li role="presentation" class="active"><a href="#day1" aria-controls="day1" role="tab" data-toggle="tab">Day 1<br>(21 DEC)</a></li>
<li role="presentation"><a href="#day2" aria-controls="day2" role="tab" data-toggle="tab">Day 2<br>(22 DEC)</a></li>
<li role="presentation"><a href="#day3" aria-controls="day3" role="tab" data-toggle="tab">Day 3<br>(23 DEC)</a></li>
</ul>
</div>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="day1">
<section class="timeline">
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s"> Introduction</h2>
<span class="date wow flipInX" data-wow-delay="0.3s"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s"> Pain & Passion</h2>
<p class="wow flipInX" data-wow-delay="0.3s"></p>
<span class="date wow flipInX" data-wow-delay="0.3s"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s"> Goal Setting</h2>
<p class="wow flipInX" data-wow-delay="0.3s"></p>
<span class="date wow flipInX" data-wow-delay="0.3s"></span>
</div>
</div>
</section>
</div>
<div role="tabpanel" class="tab-pane" id="day2">
<section class="timeline">
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Discipline = Freedom</h2>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2> Perception = Reality</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2> Technical Session (Getting Started with programming)</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Workout -- Technical</h2>
<p></p>
<span class="date"></span>
</div>
</div>
</section>
</div>
<div role="tabpanel" class="tab-pane" id="day3">
<section class="timeline">
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Organ to Success</h2>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2> Bank of Wisdom</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2> Technical Session</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Workout & Technical Wind up</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Leadership</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Burn the Boat
</h2>
<p></p>
<span class="date"></span>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet">
</div>
<div class="timeline-content">
<h2>Session Ends</h2>
<p></p>
<span class="date"></span>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="embed_twitter">
<div class="container">
<div class="section-t9447755834itle wow fadeInUp">
<h3>TESTIMONIALS</h3>
<p></p>
</div>
<div class="row">
<div id="testimonials">
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/wyNI1UHs7-Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/66_BtMgDiG4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/Fyg9Mk9m3Ug" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/HrVK489wk3s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/hItfbMtPF6Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/lSRkEGvN0Yw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/7sQiRUEdwR8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/fLfaI0aIp3I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/K4YaodmNi3I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/K5UTMC20e7o" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/0gMzW5Sigfw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/wd06q4z2NW4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/gnJK2-QrBec" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/G4iNLgobmPg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/j6Pg9YM1wc0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/3lQD0EFUVAQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/Xl-f99SZPLo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/YVpYGaKSwtM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/5pNBPcQWTBc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/fKt6V_-WeJ4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/lqsPokC1bLI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/U2xdGdFqh70" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="highlight terms">
<div class="container">
<h3>Terms & Conditions</h3>
<ul>
<li>Participant should carry a Laptop for the class with a minimum requirement of 4GB RAM</li>
<li>Participants are expected to be ready for the class at least 15 minutes before the class starts</li>
<li>Any inappropriate behaviour from the participants will be liable to cancellation of their seats and no amount will be refunded</li>
</ul>
</div>
</section>
<section class="sponsors" id="sponsors">
<div class="container">
<div class="section-title wow fadeInUp">
<h3>OUR SPONSORS</h3>
<p></p>
</div>
<div class="sponsor-slider wow bounceIn">
<div><img src="logos/ping.png" class="img-responsive center-block" alt="sponsor"> </div>
<div><img src="logos/mobile10x.png" class="img-responsive center-block" alt="sponsor"> </div>
</div>
</div>
</section>
<footer>
<div class="social-icons">
<p><i class="fa fa-mobile-phone"></i> 9995471353, 9995866476</p>
<p><i class="fa fa-envelope"></i> : [email protected]</p>
<a href="https://www.youtube.com/channel/UCoGHeFY7jE2OB_TJS_87MOA" class="wow zoomIn"> <i class="fa fa-youtube"></i> </a>
<a href="https://www.facebook.com/pingfoundationofficial/" class="wow zoomIn" data-wow-delay="0.2s"> <i class="fa fa-facebook"></i> </a>
<a href="https://www.instagram.com/crossroads.official/" class="wow zoomIn" data-wow-delay="0.4s"> <i class="fa fa-instagram"></i> </a>
</div>
<p> <small class="text-muted">Copyright © 2019</small></p>
</footer>
<a href="#top" class="back_to_top"><img src="images/back_to_top.png" alt="back to top"></a>
<!--<div class="color-picker">
<a href="javascript:void(0);" onclick="setActiveStyleSheet('green'); return false;" class="color_green"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('purple'); return false;" class="color_purple"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('red'); return false;" class="color_red"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('yellow'); return false;" class="color_yellow"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('mint'); return false;" class="color_mint"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('blue'); return false;" class="color_blue"></a>
<a href="javascript:void(0);" onclick="setActiveStyleSheet('black'); return false;" class="color_black"></a>
</div>-->
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js">
</script><script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/jquery.validate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/additional-methods.min.js"></script>
<!--<script src="js/plugins/validate.js"></script>-->
<script src="js/plugins/countdown.js"></script>
<script src="js/plugins/wow.js"></script>
<script src="js/plugins/slick.js"></script>
<script src="js/plugins/magnific-popup.js"></script>
<script src="js/plugins/appear.js"></script>
<script src="js/plugins/count-to.js"></script>
<script src="js/plugins/nicescroll.js"></script>
<!--<script src="../../../external.html?link=https://maps.googleapis.com/maps/api/js?key=AIzaSyDMTUkJAmi1ahsx9uCGSgmcSmqDTBF9ygg"></script>-->
<!--<script src="js/plugins/infobox.js"></script>
<script src="js/plugins/google-map.js"></script>
<script src="js/plugins/directions.js"></script>-->
<script src="js/plugins/style-switcher.js"></script>
<script src="js/includes/subscribe.js"></script>
<script src="js/includes/contact_form.js"></script>
<script src="js/alert/dist/js/simpleToast.js"></script>
<script src="js/main.js"></script>
<script>
$("#register_form").validate({
rules:{
Name:{
required:true,
minlength:4
},
Mobile:{
minlength: 10,
maxlength:10
},
Year_Graduation:{
number:true,
range:[2010,2024]
},
Gender:{
required: true
}
},
messages:{
Mobile: "Enter valid mobile number",
Year_Graduation: "Enter valid year (2010-2023)",
Gender:"Select Gender"
}
})
const scriptURL = 'https://script.google.com/macros/s/AKfycbwQ4VAkUEU-dFlTPqMXPwK8S3QnyQP5HPOkSLJCbbH8gB4tif4/exec'
const form = document.forms['Register'];
form.addEventListener('submit', e => {
e.preventDefault();
e.stopPropagation();
if($("#register_form").valid()){
$("#reserve-btn").text("Submitting...")
fetch(scriptURL, {method: 'POST', body: new FormData(form)},)
.then(response => {
console.log(response)
$('body').simpleToast({
content: "Registered Successfully",
minWidth: "300px",
duration: 2000
});
window.location.href="success.html"
})
.catch(error => console.error('Error!', error.message))
}
else{
return false
}
})
</script>
<script>
</script>
</body>
<!-- Mirrored from demo.web3canvas.com/themeforest/gather/index.html by HTTraQt Website Copier/1.x [Karbofos 2012-2017] Tue, 03 Dec 2019 12:05:35 GMT -->
</html>