-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
649 lines (525 loc) · 25.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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="HarshVardhanLahiri" />
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/custom.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/calendar.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Document Title
============================================= -->
<title>Mozilla Rajasthan Launch Party</title>
</head>
<body class="stretched" data-loader="7" data-loader-timeout="1500">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="semi-transparent">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html" class="standard-logo"><img src="image/logo.svg" alt="Mozilla Rajasthan"></a>
</div>
<!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu" class="style-4">
<ul>
<li class="current"><a href="index.html">Event</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://mozilla.org/en-US/about/governance/policies/participation/" target="_blank">Participation Guidelines</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<section id="slider" class="slider-element slider-parallax full-screen dark" style="overflow: hidden; background: url('image/slider.jpg') no-repeat center center;background-size: cover;">
<div class="slider-parallax-inner">
<div class="container clearfix vertical-middle" style="z-index: 3;">
<div class="heading-block title-center nobottomborder">
<h1>The Mozilla Rajasthan's Launch Party starts in:</h1>
</div>
<div id="countdown-ex1" class="countdown countdown-large coming-soon divcenter bottommargin" style="max-width:700px;"></div>
<div class="center topmargin-lg">
<a href="#ticket" class="button button-3d button-purple button-rounded button-xlarge">Register Now!!</a>
<span class="d-none d-md-inline-block"> - OR - </span>
<a href="#content" class="button button-3d button-white button-light button-rounded button-xlarge">Read Details</a>
</div>
</div>
</div>
</section>
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="col_one_fourth nobottommargin">
<div class="feature-box fbox-effect fbox-center fbox-outline fbox-dark nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-calendar i-alt"></i></a>
</div>
<h3>Interactive Sessions<span class="subtitle">Beautiful topics covered in different tracks</span></h3>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="feature-box fbox-effect fbox-center fbox-outline fbox-dark nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-map i-alt"></i></a>
</div>
<h3>Great Location<span class="subtitle">MNIT College, JLN Marg, Jaipur</span></h3>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="feature-box fbox-effect fbox-center fbox-outline fbox-dark nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-microphone2 i-alt"></i></a>
</div>
<h3>Superb Speakers<span class="subtitle">Gives experience along with Knowledge</span></h3>
</div>
</div>
<div class="col_one_fourth nobottommargin col_last">
<div class="feature-box fbox-effect fbox-center fbox-outline fbox-dark nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-food2 i-alt"></i></a>
</div>
<h3>In-between Meals<span class="subtitle">We won't send you back hungry</span></h3>
</div>
</div>
<div class="clear"></div>
<div class="divider divider-short divider-center"><i class="icon-circle-blank"></i></div>
<div class="heading-block center">
<h2>Speakers.</h2>
<span>Over 8 Speakers & 300+ Developers & Designers in attendance.</span>
</div>
<div class="col_one_fourth nobottommargin">
<div class="team">
<div class="team-image">
<img src="image/speakers/1.png" alt="Abhayjeet Singh">
</div>
<div class="team-desc">
<div class="team-title"><h4>Abhayjeet Singh</h4><span><a href="https://linkedin.com/in/abhayjeet-singh-795611b">/ SVP, <small>ImaginXP</small></a></span></div>
<div class="team-content"> Business Value of Design, Future of UX.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="team">
<div class="team-image">
<img src="image/speakers/2.jpg" alt="Arpit Goyal">
</div>
<div class="team-desc">
<div class="team-title"><h4>Arpit Goyal</h4><span><a href="https://linkedin.com/in/arpit-goyal-india">/ UX Consultant, <small>MTX Inc.</small></a></span></div>
<div class="team-content">Power of Design Feedback Cycle.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="team">
<div class="team-image">
<img src="image/speakers/3.jpg" alt="Ashutoshh Singh">
</div>
<div class="team-desc">
<div class="team-title"><h4>Ashutoshh Singh</h4><span><a href="https://linkedin.com/in/ashutoshh">/ CTO, <small>AdHoc Networks.</small></a></span></div>
<div class="team-content">AI the Super Future.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin col_last">
<div class="team">
<div class="team-image">
<img src="image/speakers/4.jpg" alt="Aviral Kataria">
</div>
<div class="team-desc">
<div class="team-title"><h4>Aviral Kataria</h4><span><a href="https://linkedin.com/in/aviralkataria">/ UX Designer, <small>MTX Inc.</small></a></span></div>
<div class="team-content">Power of Negative Space.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="team">
<div class="team-image">
<img src="image/speakers/5.jpg" alt="Mrigendra Soni">
</div>
<div class="team-desc">
<div class="team-title"><h4>Mrigendra Soni</h4><span><a href="https://linkedin.com/in/mrigendrasoni">/ Security Researcher, <small>Story Xpress</small></a></span></div>
<div class="team-content">Web exploitation using JWT.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin">
<div class="team">
<div class="team-image">
<img src="image/speakers/6.jpg" alt="Punit Agarwal">
</div>
<div class="team-desc">
<div class="team-title"><h4>Punit Agarwal</h4><span><a href="https://linkedin.com/in/iampunit">/ Founder, <small>DAZ Labs</small></a></span></div>
<div class="team-content">Introduction to Blockchain.</div>
</div>
</div>
</div>
<div class="col_one_fourth nobottommargin col_last">
<div class="team">
<div class="team-image">
<img src="image/speakers/7.jpg" alt="Yashovardhan A.">
</div>
<div class="team-desc">
<div class="team-title"><h4>Yashovardhan A.</h4><span><a href="https://linkedin.com/in/mrigendrasoni">/ Campus Expert, <small>Github</small></a></span></div>
<div class="team-content">Open Source and Github .</div>
</div>
</div>
</div>
</div>
<div class="section nobottommargin">
<div class="heading-block center">
<h3><span>Hurry Up!!</span> Limited Seats Only</h3>
</div>
<section id="ticket">
<div class=" center">
<iframe src="https://konfhub.com/ticket.html?type=widget&event=mozillarajasthanlaunchparty07bad32e" width="100%" height="500px" style="max-width: 1020px"></iframe>
</div>
</section>
</div>
<div class="clear"></div>
<div class="divider divider-short divider-center"><i class="icon-circle-blank"></i></div>
<div class="parallax bottommargin-lg dark" style="padding: 60px 0; background-image: url('image/calendar.jpg'); background-repeat: repeat-y; height: auto;" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px -500px;">
<div class="container clearfix">
<div class="events-calendar">
<div class="events-calendar-header clearfix">
<h2>Events Calendar</h2>
<h3 class="calendar-month-year">
<span id="calendar-month" class="calendar-month"></span>
<span id="calendar-year" class="calendar-year"></span>
<nav>
<span id="calendar-prev" class="calendar-prev"><i class="icon-chevron-left"></i></span>
<span id="calendar-next" class="calendar-next"><i class="icon-chevron-right"></i></span>
<span id="calendar-current" class="calendar-current" title="Got to current date"><i class="icon-reload"></i></span>
</nav>
</h3>
</div>
<div id="calendar" class="fc-calendar-container"></div>
</div>
</div>
</div>
<div class="container clearfix">
<div class="col_half bothsidebar nobottommargin">
<div class="fancy-title title-border">
<h3>Development Tracks</h3>
</div>
<div id="posts" class="events small-thumbs">
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<img src="image/events/thumbs/1.png" alt="Open Source and Github">
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="https://konfhub.com/mozilla">Open Source and Github by Yashovardhan.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-success">Beginner</span></li>
<li><span class="badge badge-warning">Intermediate</span></li>
<li><a href="#"><i class="icon-time"></i> 11:00 AM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<img src="image/events/thumbs/2.png" alt="Introduction to Blockchain.">
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">Introduction to Blockchain by Punit.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-warning">Intermediate</span></li>
<li><span class="badge badge-info">Proficient</span></li>
<li><a href="#"><i class="icon-time"></i> 12:00PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<img src="image/events/thumbs/3.png" alt="Ethics of AI">
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">AI the super future by Ashutoshh</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-warning">Intermediate</span></li>
<li><span class="badge badge-info">Proficient</span></li>
<li><a href="#"><i class="icon-time"></i> 2:00PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<a href="#">
<img src="image/events/thumbs/4.png" alt="Web Exploitation using JWT.">
</a>
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">Web Exploitation using JWT by Mrigendra.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-warning">Intermediate</span></li>
<li><span class="badge badge-info">Proficient</span></li>
<li><a href="#"><i class="icon-time"></i> 3:00 PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
</div>
</div>
<div class="col_half bothsidebar nobottommargin col_last">
<div class="fancy-title title-border">
<h3>Design Tracks</h3>
</div>
<div id="posts" class="events small-thumbs">
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<a href="#">
<img src="image/events/thumbs/6.png" alt="Power of design feedback cycle.">
</a>
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">Power of design feedback cycle by Arpit.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-warning">Intermediate</span></li>
<li><span class="badge badge-info">Proficient</span></li>
<li><a href="#"><i class="icon-time"></i> 11:00 AM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<a href="#">
<img src="image/events/thumbs/7.png" alt="UX in Education by Abhayjeet">
</a>
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">UX in Education by Abhayjeet.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-success">Beginner</span></li>
<li><span class="badge badge-warning">Intermediate</span></li>
<li><a href="#"><i class="icon-time"></i> 12:00 PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<a href="#">
<img src="image/events/thumbs/5.png" alt="Power of Negative Space">
</a>
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">Power of Negative Space by Aviral.</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-success">Beginner</span></li>
<li><span class="badge badge-warning">Intermediate</span></li>
<li><a href="#"><i class="icon-time"></i> 2:00 PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
<div class="entry clearfix">
<div class="entry-image d-md-none d-lg-block">
<a href="#">
<img src="image/events/thumbs/8.png" alt="Future of UX by Abhayjeet">
</a>
</div>
<div class="entry-c">
<div class="entry-title">
<h2><a href="#">Future of UX by Abhayjeet</a></h2>
</div>
<ul class="entry-meta clearfix">
<li><span class="badge badge-success">Beginner</span></li>
<li><span class="badge badge-warning">Intermediate</span></li>
<li><a href="#"><i class="icon-time"></i> 3:00 PM</a></li>
</ul>
<div class="entry-content">
<a href="https://konfhub.com/mozilla" class="button button-rounded button-purple">RSVP</a> <a href="https://t.me/mozillarajasthan" class="button button-rounded button-amber">Join Chat</a>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="container clearfix">
<div class="divider divider-short divider-center"><i class="icon-circle-blank"></i></div>
<div class="heading-block center">
<h2>Supporters.</h2>
<span>Communities who helped us with swags, promotions and gathering valueable crowd for the Mozilla Rajasthan Launch Party.</span>
</div>
<div id="oc-clients-full" class="owl-carousel owl-carousel-full image-carousel bottommargin-sm carousel-widget" data-margin="30" data-loop="true" data-nav="false" data-autoplay="2500" data-pagi="false"data-items-xs="2" data-items-sm="3" data-items-md="4" data-items-lg="5" data-items-xl="6">
<div class="oc-item"><a href="http://elastic.co"><img src="image/sponsors/1.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://github.com/"><img src="image/sponsors/2.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://codingninjas.in/"><img src="image/sponsors/12.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://jetbrains.com/"><img src="image/sponsors/4.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://konfhub.com/"><img src="image/sponsors/5.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://mozilla.org/"><img src="image/sponsors/6.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://mtxb2b.com/"><img src="image/sponsors/8.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://zubi.io/"><img src="image/sponsors/9.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://cosecju.github.io/"><img src="image/sponsors/11.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="https://www.photographer.net//"><img src="image/sponsors/14.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="https://www.adhocnw.org//"><img src="image/sponsors/15.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://imaginexp.com/"><img src="image/sponsors/13.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="https://www.meetup.com/JaipurJS-Developer-Meetup//"><img src="image/sponsors/10.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://mstribe.com/"><img src="image/sponsors/7.png" alt="sponsors"></a></div>
<div class="oc-item"><a href="http://incubateind.com/"><img src="image/sponsors/3.png" alt="sponsors"></a></div>
</div>
</div>
</div>
<div class="section footer-stick notopmargin">
<h4 class="uppercase center"><span>Organizers</span> Intro</h4>
<div class="fslider testimonial testimonial-full" data-animation="fade" data-arrows="false">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide">
<div class="testi-image">
<a href="#"><img src="image/organizer/2.jpg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>Technomanagement guy loves community and and open source and always motivated toward his work.</p>
<div class="testi-meta">
Saksham Taneja
<span>JECRC University.</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-image">
<a href="#"><img src="image/organizer/1.jpeg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>I'm Rust, Golang, JavaScript and Python developer by profession and a designer by passion.</p>
<div class="testi-meta">
Harsh Vardhan Lahiri
<span>Autodesk Inc.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="dark">
<!-- Copyrights
============================================= -->
<div id="copyrights">
<div class="container clearfix">
<div class="col_half">
Copyrights © 2018 All Rights Reserved by Vardhanite®<br>
<div class="copyright-links"><a href="coc.html">Code of Conduct</a> / <a href="https://mozilla.org/en-US/about/manifesto" target="_blank">Manifesto</a></div>
</div>
<div class="col_half col_last tright">
<div class="fright clearfix">
<a href="https://www.facebook.com/MozillaRaj/" class="social-icon si-small si-borderless si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com/mozillarj" class="social-icon si-small si-borderless si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="https://github.com/mozillaraj" class="social-icon si-small si-borderless si-github">
<i class="icon-github"></i>
<i class="icon-github"></i>
</a>
<a href="https://www.linkedin.com/company/mozillaraj" class="social-icon si-small si-borderless si-linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
<a href="t.me/mozillarajasthan" class="social-icon si-small si-borderless si-rss">
<i class="icon-rss"></i>
<i class="icon-rss"></i>
</a>
</div>
<div class="clear"></div>
<a href="mailto:[email protected]"><i class="icon-envelope2"></i> [email protected]</a> <span class="middot">·</span> <a href="tel:+91-9079251987"><i class="icon-headphones"></i> +91-9079251987</a> <span class="middot">·</span> <a href="https://t.me/mozillarajasthan"><i class="icon-pocket"></i> @mozillarajasthan</a>
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery.calendario.js"></script>
<script src="js/events-data.js"></script>
<script>
jQuery(document).ready( function($){
var newDate = new Date(2019, 7, 10);
$('#countdown-ex1').countdown({until: newDate});
});
var cal = $( '#calendar' ).calendario( {
onDayClick : function( $el, $contentEl, dateProperties ) {
for( var key in dateProperties ) {
console.log( key + ' = ' + dateProperties[ key ] );
}
},
caldata : canvasEvents
} ),
$month = $( '#calendar-month' ).html( cal.getMonthName() ),
$year = $( '#calendar-year' ).html( cal.getYear() );
$( '#calendar-next' ).on( 'click', function() {
cal.gotoNextMonth( updateMonthYear );
} );
$( '#calendar-prev' ).on( 'click', function() {
cal.gotoPreviousMonth( updateMonthYear );
} );
$( '#calendar-current' ).on( 'click', function() {
cal.gotoNow( updateMonthYear );
} );
function updateMonthYear() {
$month.html( cal.getMonthName() );
$year.html( cal.getYear() );
};
</script>
</body>
</html>