forked from opencode18/opencode18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
576 lines (514 loc) · 24.4 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
<!DOCTYPE html>
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111768002-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111768002-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>OpenCode'18</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Opencode - An Open Source Event" />
<meta name="keywords" content="opencode, opensource, coding, github, geekhaven, foss, IIIT, IIIT Allahabad" />
<meta name="author" content="FOSS IIITA" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="OpenCode'18"/>
<meta property="og:image" content="https://raw.githubusercontent.com/opencode18/opencode18.github.io/master/images/fbog.png"/>
<meta property="og:url" content="https://opencode18.github.io/"/>
<meta property="og:site_name" content="OpenCode'18"/>
<meta property="og:description" content="OpenCode is an Open Source event aimed to raise awareness about Open Source"/>
<!-- <meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" /> -->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="icon" type="image/png" href="images/OpenCode.png" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<div class="row">
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li><a href="#" data-nav-section="work"><span>Projects</span></a></li>
<li><a href="#" data-nav-section="trailer"><span>Trailer</span></a></li>
<li><a href="#" data-nav-section="testimonials"><span>Testimonials</span></a></li>
<li><a href="#" data-nav-section="services"><span>Goals</span></a></li>
<li><a href="#" data-nav-section="contact"><span>Contact</span></a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/1.jpeg);height: auto;background-size: 100% 100%;" data-stellar-background-ratio="0.5">
<div class="gradient" id="particles-js"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-2 col-md-offset-5 col-sm-2 col-sm-offset-5 col-xs-6 col-xs-offset-3" style="padding-bottom: 4.43vh;">
<img src="images/GitHub.png" class="img-responsive" >
<h2 class="to-animate">Presents</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-8 col-xs-offset-2">
<img id="logo" src="images/SVG.svg" class="img-responsive">
</div>
</div><br>
<h2>10th January 2018</h2>
<div class="row">
<h2 class="to-animate">Register in OpenCode'18 as a</h2><br>
<div class="row">
<div class="col-md-2 col-md-offset-4 col-sm-4 col-sm-offset-2 col-xs-5 col-xs-offset-1">
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdoIoX_XSwrQ1V3zK_CD05VPrsgBEl63dmSQFTyK4P2wGaCNg/viewform?usp=sf_link" class="btn btn-primary to-animate" style="font-size: 1.77vh;background: none;border: 2px solid #f73e36 !important;">Participant</a>
</div>
<div class="col-md-1 col-sm-1 col-xs-1" style="padding-bottom: 7vh;">
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSel6--FZDgpUv62GHzCPcMD7zcg2R8IIdKUzwjxwAavYh-Vbg/viewform?usp=sf_link" class="btn btn-primary to-animate" style="font-size: 1.77vh;min-width: 21.4vh;background: none;border: 2px solid #f73e36 !important;">Mentor</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-about" data-section="about">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">About</h2>
<div class="row">
</div>
</div>
</div>
<!--======================================RULES AND GUIDELINES==================================== -->
<div class="row" >
<div class="col-md-6">
<div class="box_it" style="text-align: justify;">
<h3 class="rules_heading">Scoring Criteria</h3>
<p>Each project will have issues open in it of varying difficulty and each issue will have points associated with it as below:</p>
<ul>
<li>Rookie: 10 points</li>
<li>Skilled: 20 points</li>
<li>Advanced: 30 points</li>
<li>Expert: 50 points</li>
</ul>
</div>
<div class="row" style="margin-top: 2vh;">
<div class="col-md-12">
<div class="box_it" id="push_down">
<h3 class="rules_heading">Want to participate?</h3>
<p>Fill in this <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdoIoX_XSwrQ1V3zK_CD05VPrsgBEl63dmSQFTyK4P2wGaCNg/viewform?usp=sf_link">form</a> first and then add yourself in <a href="https://github.com/opencode18/OpenCode-Collaborative">this project</a>.(Will be released soon)</p>
<p>Do you have an exciting idea for a project or want us to help you with your previous one?Then <a href="https://docs.google.com/forms/d/e/1FAIpQLSel6--FZDgpUv62GHzCPcMD7zcg2R8IIdKUzwjxwAavYh-Vbg/viewform?usp=sf_link">be a mentor in OpenCode'18</a>.</p>
</div>
</div>
</div>
<div class="row" style="margin-top: 2vh;">
<div class="col-md-12">
<div class="box_it">
<h3 class="rules_heading">How this works</h3>
<ul>
<li>Participants are required to solve the issues and earn points.</li>
<li>At the end of competition, winner will be declared from top 5 by judging the quality of issues solved by them.<b style="color: black;font-weight: 400;">So the participant with the most points need not be the winner.</b></li>
<li>Projects registered for the event can be solved to earn points. All of them can be found at <a href="https://github.com/opencode18">OpenCode Organisation</a> with label <a href="https://github.com/search?l=&q=label%3Aopencode&ref=advsearch&type=Issues&utf8=%E2%9C%93">opencode</a>.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6" style="text-align: justify;">
<div class="box_it">
<h3 class="rules_heading">Prizes & Important Points</h3>
<h3 style="font-size: 2.8vh;">Prizes (Cash prizes as well as Goodies) will be awarded in the following categories:</h3>
<ul style="text-align: justify;padding-bottom: 2.4vh;">
<li>Grand prize winner (selected from the TOP 5 by the organizers) : Cash prize worth 2.5k, T-shirt, stickers and Certficate.</li>
<li>Top 5 Participants based on points: T Shirts, stickers, Certificates.</li>
<li>Participant with most points : Cash prize of 1k</li>
<li>Participant with second most points : Cash prize of Rs.500</li>
<li>Every participant with 4 PR merged will be awarded a digital participation certificate.</li>
<li>Top 5 will get direct admission to <a href="http://www.hackinthenorth.com/">Hack In the North</a></li>
<li>Amazon gift voucher worth Rs. 300/- will be presented to one lucky participant who do the most social media outreach using facebook, twitter or any other platform.</li>
<li>All mentors with 4 good PR's merged will get stickers and certificate.</li>
<li>Mentors as chosen by the organisers will be given passes to attend Aparoksha, the annual techfest of IIIT Allahabad.</li>
<li>There will be a repo only for female developers, for the same there will be a special prize.</li>
<li>Referral points will be given to any participant only for first 20 days.</li>
<li>A participant at anytime can have 2 issues assigned.If there is no activity on the issue for 3 days then the issue will unassigned and available to all.</li>
<li>For IIITA first year students, it is necessary to score 100 points to be eligible for FOSS Wing interviews.</li>
<br>
</ul>
</div>
</div>
</div>
</section>
<h1 id="timeline_heading" data-section="trailer">Watch The Trailer!</h1>
<div class="bs-example">
<!-- Button HTML (to Trigger Modal) -->
<a href="#myModal" class="" data-toggle="modal"><i class="fa fa-play-circle-o fa-5x" aria-hidden="true"></i></i></a>
<!-- Modal HTML -->
<div id="myModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content embed-responsive embed-responsive-16by9">
<!-- <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">YouTube Video</h4>
</div> -->
<div class="modal-body z-depth-5 embed-responsive-item" id="remove_box">
<iframe id="cartoonVideo" width="560" height="315" src="https://www.youtube.com/embed/qjVYRDQAl2Q" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<h1 id="timeline_heading">Schedule</h1>
<div class="container">
<ul class="timeline">
<li class="timeline-milestone no-flicker is-completed timeline-start one">
<div class="timeline-action">
<h2 class="title">Project submissions start</h2>
</div>
</li>
<li class="timeline-milestone no-flicker is-completed timeline-start two">
<div class="timeline-action">
<h2 class="title">Event starts</h2>
</div>
</li>
<li class="timeline-milestone no-flicker is-completed timeline-start three">
<div class="timeline-action">
<h2 class="title">Event Ends plus final blog writing.</h2>
</div>
</li>
<li class="timeline-milestone no-flicker is-completed timeline-start timeline-last four">
<div class="timeline-action">
<h2 class="title">Final declaration of winners</h2>
</div>
</li>
</ul>
</div>
<!-- ============================TIMELINE ENDS======================================== -->
<section id="fh5co-work" data-section="work">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Projects</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Top 3 projects from OpenCode 2017</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-4 col-xxs-12">
<a href="http://fossiiita.github.io/opencode2017/" target="_blank" class="fh5co-project-item to-animate">
<img src="images/opencode17.png" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>OpenCodeCollab</h2>
<span>A collaborative website by opencode participants built using jekyll</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-xxs-12">
<a href="https://fossiiita.github.io/humblefoolcup/" class="fh5co-project-item to-animate">
<img src="images/humble.png" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Humblefool Cup</h2>
<span>Website for the humblefool cup held during Aparoksha 16</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-xxs-12">
<a href="https://github.com/betterclever/ZapTap" class="fh5co-project-item to-animate">
<img src="images/c.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Zap Tap</h2>
<span>Cross Platform Android Game made in libGDX using Java.</span>
</div>
</a>
</div>
</div>
<a href="https://github.com/fossiiita/Projects/issues"><h2 class="to-animate" style="text-align: center;color: white;">See All</h2></a>
<h2 class="to-animate" style="color: white;text-align: center;">This year as we expand we will introduce a project only for female developers to contribute.<br><a href="/projects" style="color: white;">All projects for OpenCode'18 can be found here</a>
<br><a href="https://github.com/search?o=desc&q=label%3Aopencode18&s=created&state=open&type=Issues&utf8=%E2%9C%93" style="color: white;">All issues from all OpenCode'18 Projects can be found here</a></h2>
</section>
<section id="fh5co-testimonials" data-section="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Testimonials</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Opencode gives a jumpstart to open source development skills.<br>It serves as a warm up for GSoC , also gives a taste of what would be ahead. </h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“In one month I got to know many things related to development,most of which was in web development.I got to know about the github and git and most importantly the linux command line.
Contributing to projects gave me internal happiness as my work was used in the main project and available publicly.It was an experience to remember and I can’t forget it as it gave me a head start into the world of Open-Source contributing.”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/anupam.png" alt="Anupam Dagar"></figure>
<p>
Anupam Dagar <a href="https://medium.com/@siriusdagar/my-experience-with-opencode-the-mini-gsoc-62666e1c827d" target="_blank">Medium.com OpenCode'17</a><span class="subtext">OpenCode'17 Top Scorer</span>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“The event is great for beginners and experienced students who want to get started with open source development or looking for a challenging contest in the same field. The best part about this event is the timing. It is placed just a month before GSoC starts.
It is a one month long event. It also teaches you to stay active through out the period. I was leading when the event started, but I soon fell back a little 😝.”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/vamsi.jpeg" alt="Vamsi Sangam"></figure>
<p>
Vamsi Sangam <a href="https://medium.com/@vamsisangam/opencode-2017-d91ab65dc6e4" target="_blank">Medium.com OpenCode'17</a> <span class="subtext">OpenCode'17 Winner , GSoC'17 with Teammates</span>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“I’ve learned a lot after joining opencode.There are lot of projects in opencode which helps you apply your skills in web development.
Before joining the opencode competition I didn’t even know what GitHub was and how useful it is. In fact I didn’t even have a GitHub account!. Opencode was the reason that i joined GitHub.
Opencode is my first step towards opensource development and I’m glad that I’m a part of it.”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/aswanth.png" alt="Aswanth K Anil"></figure>
<p>
Aswanth K Anil <a href="https://medium.com/@aswanthkanil/opencode-bba684bf68cf" target="_blank">Medium.com OpenCode'17</a><span class="subtext">OpenCode'17 Runner Up</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-services" data-section="services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class=" left-border to-animate">Our Goals</h2>
<div class="row">
<div class="col-md-8 subtext to-animate">
<h3>OpenCode started with the aim to get more people into the world of opensource.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-anchor"></i>
<h3>Awareness</h3>
<p>Increase awareness about the world of open source.</p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-layers2"></i>
<h3>GitHub</h3>
<p>Get people started with Git and GitHub.</p>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-video2"></i>
<h3>Empowerment</h3>
<p>Empower beginners to get started with development.</p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-monitor"></i>
<h3>Improve Skills</h3>
<p>Help mentors to improve their guiding skills.</p>
</div>
</div>
</div>
</section>
<section id="fh5co-contact" data-section="contact">
<div class="container">
</div>
</section>
<section id="sponsors" data-section="sponsor">
<div class="container">
<div class="section-heading">
<h2 class="text-center title" style="color: #f73e36;">Sponsors</h2>
</div>
<div class="row">
<div class="col-sm-3">
<img src="images/wwcode.png" class="img-responsive">
<a href="https://www.womenwhocode.com/"><h2 class="text-center" style="color: #f73e36;font-weight: 600;">Media Partner</h2></a>
</div>
<div class="col-sm-4 col-sm-offset-1">
<a href="https://github.com/"><img src="images/GitHubblack.png" class="img-responsive"></a>
</div>
<div class="col-sm-3 col-sm-offset-1">
<img src="images/go-students.png" class="img-responsive go-students">
<a href="https://gostudent.github.io/"><h2 class="text-center go-students" style="color: #f73e36;font-weight: 600;">Community Partner</h2></a>
</div>
</div>
</div>
</section>
<div class="container" style="margin-top: 10vh;">
<h2 align="center" style="color: #f73e36;">Any questions? Drop us a mail <a href="mailto:iit2016128@iiita.ac.in">here</a></h2>
</div>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12 text-center" style="letter-spacing: 4px;">
<a href="https://www.facebook.com/opencodeiiita/" target="_blank"><i class="fa fa-facebook" style="font-size: 1.5em;"></i></a>
<a href="https://github.com/opencode18" target="_blank"><i class="fa fa-github" style="font-size: 1.5em;" aria-hidden="true"></i></a>
<a href="mailto:iit2016128@iiita.ac.in"><i class="fa fa-envelope" style="font-size: 1.5em;" aria-hidden="true"></i></a>
</div><br class="visible-xs"><br class="visible-xs">
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<p>Created with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://geekhaven.iiita.ac.in/foss/" target="_blank">FOSS IIITA</a></p>
</div><br class="visible-xs"><br class="visible-xs"><br class="visible-xs">
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-top: -25px;">
<div class="row">
<div class="col-md-4 col-sm-3 col-xs-3 col-xs-offset-2 col-md-offset-1">
<a href="https://github.com/fossiiita" target="_blank"><img class="img-responsive" id="foss" src="images/foss.png"></a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<a href="https://geekhaven.iiita.ac.in/" class="visible-sm"><img style="margin-top: 20px;" src="images/Geekhaven.svg" class="img-responsive"></a>
<a href="https://geekhaven.iiita.ac.in/" class="hidden-sm"><img src="images/Geekhaven.svg" class="img-responsive"></a>
</div>
<div class="col-md-4 col-sm-3 col-xs-3">
<a href="https://www.iiita.ac.in/" target="_blank"><img class="img-responsive" id="iiita" src="images/iiita.png"></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="https://code.jquery.com/jquery-migrate-1.0.0.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Google Map -->
<script type="text/javascript">
$(document).ready(function(){
/* Get iframe src attribute value i.e. YouTube video url
and store it in a variable */
var url = $("#cartoonVideo").attr('src');
/* Assign empty url value to the iframe src attribute when
modal hide, which stop the video playing */
$("#myModal").on('hide.bs.modal', function(){
$("#cartoonVideo").attr('src', '');
});
/* Assign the initially stored url back to the iframe src
attribute when modal is displayed again */
$("#myModal").on('show.bs.modal', function(){
$("#cartoonVideo").attr('src', url);
});
});
</script>
<!-- For demo purposes only styleswitcher ( You may delete this anytime ) -->
<script src="js/jquery.style.switcher.js"></script>
<script>
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'theme-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
<!-- End demo purposes only -->
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript">
(function ($) {
$(document).ready(function(){
// hide .navbar first
$("header").hide();
// fade in .navbar
$(function () {
$(window).scroll(function () {
// set distance user needs to scroll before we start fadeIn
if ($(this).scrollTop() > 100) {
$('header').fadeIn();
} else {
$('header').fadeOut();
}
});
});
});
}(jQuery));
</script>
<script type="text/javascript">
$(document).ready(function(){
function alignModal(){
var modalDialog = $(this).find(".modal-dialog");
/* Applying the top margin on modal dialog to align it vertically center */
modalDialog.css("margin-top", Math.max(0, ($(window).height() - modalDialog.height()) / 2));
}
// Align modal when it is displayed
$(".modal").on("shown.bs.modal", alignModal);
// Align modal when user resize the window
$(window).on("resize", function(){
$(".modal:visible").each(alignModal);
});
});
</script>
<script type="text/javascript">
$(document).ready (
function() {
if ( $.browser.mozilla == true){
$('#logo').attr('src', 'images/svg.png');
}
}
);
</script>
</body>
</html>