-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
577 lines (515 loc) · 29.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121199486-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121199486-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NJACK Winter of Code | IIT Patna</title>
<meta name="description"
content="NWoC (NJACK Winter of Code) is a program by NJACK (the official computer club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<META NAME="Keywords" CONTENT="Njack,winter,code,nwoc,iit,iitp,patna,indian institute of technology,iit patna">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="NJACK Winter of Code">
<meta itemprop="description"
content="NWoC (NJACK Winter of Code) is a program by NJACK (the official computer club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta itemprop="image" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@njackiitp">
<meta name="twitter:title" content="NJACK Winter of Code">
<meta name="twitter:description"
content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta name="twitter:creator" content="@njackiitp">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="NJACK Winter of Code" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://njackwinterofcode.github.io/" />
<meta property="og:image" content="https://njackwinterofcode.github.io/nwocLogo.jpg" />
<meta property="og:description"
content="NWoC (NJACK Winter of Code) is a program by NJACK (the official computer club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<meta property="og:site_name" content="NWoC" />
<meta property="article:published_time" content="2018-10-11T05:59:00+01:00" />
<meta property="article:modified_time" content="2018-10-12T19:08:47+01:00" />
<meta property="article:section"
content="NJACK Winter of Code is an initiative by Open Source Department of NJACK, IIT Patna for the students, who have never participated in Free or Open Source Software (FOSS) development before, to get them involved during the winter vacations and break the ice of Open Source contributions." />
<meta property="article:tag" content="NWoC" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<link rel="canonical" href="https://njackwinterofcode.github.io" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&amp">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/materialjs/material.min.css" />
<link rel="stylesheet" href="style.css" />
<script defer src="/materialjs/material.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.nwoc-drawer-item').click(function () {
$('.mdl-layout__drawer, .mdl-layout__obfuscator').removeClass('is-visible');
});
});
</script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
<header class="mdl-layout__header mdl-layout__header--scroll nwoc-header">
<div class="mdl-layout__header-row">
<a href="/" style="text-decoration:none;">
<span class="mdl-layout-title nwoc-menu-title">
<span class="nwoc-menu-njack">NJACK</span> Winter of Code
</span>
</a>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link nwoc-menu-item" href="#register">Register</a>
<a class="mdl-navigation__link nwoc-menu-item" href="./projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-menu-item" href="./leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-menu-item" href="./archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-menu-item" href="./codeofconduct.html">Conduct</a>
<a class="mdl-navigation__link nwoc-menu-item" href="./contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer nwoc-drawer">
<div class="nwoc-close-button-div">
<button class="mdl-button mdl-js-button nwoc-close-button nwoc-drawer-item">
<i class="material-icons">close</i>
</button>
</div>
<nav class="mdl-navigation">
<a class="mdl-navigation__link nwoc-drawer-item" href="/#register">Register</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/codeofconduct.html">Conduct</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="nwoc-landing-header">
<div class="logo-section">
<img class="nwoc-big-logo js-tilt" data-tilt src="./images/nwoc-logo.png" />
<a href="https://www.codepeak.tech/">
<img class="codepeak-big-logo js-tilt" src="./logo.33a91fcb.png"/>
</a>
</div>
<!-- <div class="nwoc-slogan">
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
helps students understand the paradigm of Open Source contribution and gives them real world software
development experience.
<div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdA1dAV8ywtVNenm26nfEXfp07jfLWDxcz8PkQF8hwZGTIHfg/viewform?usp=sf_link"
target="_blank" class="mdl-snackbar__text" style="text-decoration: none;"></a>
<button class="mdl-snackbar__action" type="button"></button>
</div>
</p>
</div> -->
<p style="text-align: center; color: white; padding-top: 60px; font-weight: 900; text-shadow: 1px 1px 3px black;">NWoC has officially become CodePeak! Visit the website of CodePeak here: <a style="text-decoration: underline; color: white" href="https://www.codepeak.tech/" target="_blank">https://www.codepeak.tech/</a> </p>
<!-- <div class="nwoc-header-sponsors">
<br>
<br>
<p>Previous edition sponsored By:</p>
<a href="https://www.github.com" / target="_blank"><img src="./images/GitHub_Logo_white_custom.png" data-animate-scroll='{"rotationX":"30", "duration": "1.3","scaleX": "0","scaleY": "0"}' /></a>
<a href="https://www.jetbrains.com/" target="_blank"><img
src="./images/jetbrains-variant-2-cropped.png" data-animate-scroll='{"rotationX":"30", "duration": "1.3","scaleX": "0","scaleY": "0"}' /></a>
<a href="https://www.digitalocean.com" / target="_blank"><img src="./images/DO_Logo_Vertical_White.png" data-animate-scroll='{"duration": "1.3","rotationY":"-30","scaleX": "0","scaleY": "0"}'/></a>
</div> -->
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-double-up p-1 font-weight-bold" aria-hidden="true" style="color: black;"></i></button>
<div class="nwoc-content">
<a id="about"></a>
<h3>About</h3>
<p data-animate-scroll='{"rotationY":"0", "alpha": "0", "duration": "1","scaleX": "0","scaleY": "0"}'>NJACK Winter of Code is an initiative by NJACK, IIT Patna, targeted at students who have never participated
in Free or Open Source Software (FOSS) development before, as well as at those who have already become an
expert in Open Source Development and are currently contributing to projects of any domain, say Web, Mobile,
Machine Learning, Blockchain, IoT etc. It also aims to prepare them for bigger programs and opportunities like
Google Summer of Code, Outreachy etc.
</p>
<h3>History</h3>
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience. </p>
<!-- <a id="how-it-works"></a>
<h3>How it works?</h3>
<p data-animate-scroll='{"rotationY":"0", "alpha": "0", "duration": "1.2","scaleX": "0","scaleY": "0"}'>Participants can apply for the program either as a student or as a mentor. Mentors are selected through a
selection process. The selected mentors propose projects, the best of which are chosen to be included in the
program. Students work on these projects in their winter vacations. The mentors review the pull requests and
the overall work on their project by various contributors throughout the coding period of the program. At the
end of the coding period, the students are compared on the basis of most contributions.
<br><br>
For more info, please download the student or mentor manual:
</p>
<div class="mdl-grid nwoc-manuals">
<div class="mdl-cell mdl-cell--6-col">
<a href="/NWoC_StudentManual.pdf" target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Download
Student Manual</a>
</div>
<div class="mdl-cell mdl-cell--6-col">
<a href="/NWoC_MentorManual.pdf" target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Download
Mentor Manual </a>
</div>
</div>
<h3 id="register">Registration</h3>
<div class="mdl-grid nwoc-manuals">
<div class="mdl-cell mdl-cell--6-col">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScPfXqrGKDodi8K4Q7Ua5BFlJPzfC_UeKKEx5qC_nHF0yU3EQ/viewform?usp=sf_link"
target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Register as a
mentor</a>
</div>
<div class="mdl-cell mdl-cell--6-col">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdA1dAV8ywtVNenm26nfEXfp07jfLWDxcz8PkQF8hwZGTIHfg/viewform?usp=sf_link"
target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Register as a
student</a>
</div>
</div>
<p>Join our chat channel on Gitter over <a href="https://gitter.im/NJACKWinterOfCode/NWoC2020">here</a>. Follow
us on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> for all the latest updates.
</p>
<a id="timeline"></a>
<h3>Timeline</h3>
<table class="nwoc-timeline" cellspacing="0">
<tbody>
<tr>
<td class="nwoc-timeline-left">
</td>
<td class="nwoc-timeline-begin"></td>
<td class="nwoc-timeline-right">
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Program Announced</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>22nd October, 2020</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>NJACK Winter of Code is released online and students and mentors are
informed about the program.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Registration Starts</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>23rd October, 2020</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Interested mentors sign up on the website and optionally register their
projects. Interested students begin applying to the program.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Mentor Registration Ends</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>22nd November, 2020</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Mentors must register themselves by 22nd November, 2020.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Projects Announced</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>26th November, 2020</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Organizing team selects projects and announces them.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Coding Period Starts</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>1st December, 2020</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Registered students start contributing to selected projects.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Coding Period Ends</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>6th January, 2021</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "-200","y": "0", "alpha": "0", "duration": "1.2"}'>Students conclude with their contributions for the program. Mentors file
feedback.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
<div class="nwoc-timeline-heading" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Results Announced</div>
<div class="nwoc-timeline-date" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>10-15th January, 2021</div>
</td>
<td class="nwoc-timeline-divider"></td>
<td class="nwoc-timeline-right">
<div class="nwoc-timeline-desc" data-animate-scroll='{"x": "200","y": "0", "alpha": "0", "duration": "1.1"}'>Results announced.</div>
</td>
</tr>
<tr>
<td class="nwoc-timeline-left">
</td>
<td class="nwoc-timeline-end"></td>
<td class="nwoc-timeline-right">
</td>
</tr>
</tbody>
</table>
<br><br>
<p>Follow NJACK, IIT Patna on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> and <a
href="https://twitter.com/njackiitp" target="_blank">Twitter</a>. Join the <a
href="https://gitter.im/NJACKWinterOfCode/NWoC2020" target="_blank">Gitter</a> channel for updates.</p>
<h3>NWoC is sponsored by</h3>
<a href="https://www.github.com/" target="_blank"><img class="nwoc-current-sponsors"
src="./images/GitHub_Logo_custom.png" data-animate-scroll='{"duration": "1","rotationY":"-30","scaleX": "0","scaleY": "0"}' /></a>
<!-- <a href="https://www.jetbrains.com/" target="_blank"><img class="nwoc-current-sponsors" src="./images/jetbrains-variant-1.png"/></a> -->
<!-- <a href="https://www.digitalocean.com/" target="_blank"><img class="nwoc-current-sponsors" src="./images/DO_Logo_Vertical_Blue.png"/></a> -->
<!-- <div class="sectiontitle">
<h3 style="text-align: left">NWoC 2019 Statistics</h3>
</div> -->
<!-- <div id="projectFacts" class="sectionClass">
<div class="fullWidth eight columns">
<div class="projectFactsWrap ">
<div class="item wow fadeInUpBig animated animated" data-number="40" style="visibility: visible;">
<img src="./images/repository.png" alt="" height="50" style="padding: 0; margin: 0;"> -->
<!--<i class="fa fa-code"></i>-->
<!-- <br>
<br>
<p id="number1" class="number">40+</p>
<p>Projects done</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="1000" style="visibility: visible;"> -->
<!--<img src="./images/developer 2.png" alt="" width="45" style="padding: 0; margin: 0;">-->
<!-- <i class="fa fa-github"></i>
<br>
<br>
<p id="number2" class="number">1000+</p>
<p>Participants</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="700" style="visibility: visible;">
<i class="fa fa-code-fork"></i>
<br>
<br>
<p id="number3" class="number">700+</p>
<p>Pull Requests</p>
</div>
<div class="item wow fadeInUpBig animated animated" data-number="255" style="visibility: visible;">
<i class="fa fa-university"></i>
<br>
<br>
<p id="number4" class="number">255+</p>
<p>Universities</p>
</div>
</div>
</div>
</div> -->
<!-- <h3>Projects</h3>
<p>NWoC 2019 had over 40 projects to work upon. We had projects ranging from Web, App Development to Blockchain
and Machine Learning. For the complete list of projects in NWoC 2019, please visit the <a
href="/projects.html">Projects</a> page.</p> -->
<h3>Previous edition sponsored by</h3>
<a href="https://www.github.com/" target="_blank"><img class="nwoc-current-sponsors"
src="./images/GitHub_Logo_custom.png" data-animate-scroll='{"rotationX":"30", "duration": "1.1","scaleX": "0","scaleY": "0"}' /></a>
<a href="https://www.jetbrains.com/" target="_blank"><img class="nwoc-current-sponsors"
src="./images/jetbrains-variant-1.png" data-animate-scroll='{"rotationX":"30", "duration": "1.1","scaleX": "0","scaleY": "0"}' /></a>
<a href="https://www.digitalocean.com/" target="_blank"><img class="nwoc-current-sponsors"
src="./images/DO_Logo_Vertical_Blue.png" data-animate-scroll='{"duration": "1.1","rotationY":"-30","scaleX": "0","scaleY": "0"}' /></a>
<h4>Tell your friends about NWoC</h4>
<div class="mdl-grid nwoc-manuals">
<div class="mdl-cell mdl-cell--6-col">
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//njackwinterofcode.github.io/"
target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Share on
Facebook</a>
</div>
<div class="mdl-cell mdl-cell--6-col">
<a href="https://twitter.com/home?status=https%3A//njackwinterofcode.github.io/" target="_blank"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect">Share on
Twitter </a>
</div>
</div>
</div>
<!-- <div class ="empty-div"></div> -->
<footer>
<svg viewBox="0 0 120 28">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="1" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<xfeBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2"></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0"></use>
<g class="gooeff" filter="url(#goo)">
<circle class="drop drop1" cx="20" cy="2" r="8.8" />
<circle class="drop drop2" cx="25" cy="2.5" r="7.5" />
<circle class="drop drop3" cx="16" cy="2.8" r="9.2" />
<circle class="drop drop4" cx="18" cy="2" r="8.8" />
<circle class="drop drop5" cx="22" cy="2.5" r="7.5" />
<circle class="drop drop6" cx="26" cy="2.8" r="9.2" />
<circle class="drop drop1" cx="5" cy="4.4" r="8.8" />
<circle class="drop drop2" cx="5" cy="4.1" r="7.5" />
<circle class="drop drop3" cx="8" cy="3.8" r="9.2" />
<circle class="drop drop4" cx="3" cy="4.4" r="8.8" />
<circle class="drop drop5" cx="7" cy="4.1" r="7.5" />
<circle class="drop drop6" cx="10" cy="4.3" r="9.2" />
<circle class="drop drop1" cx="1.2" cy="5.4" r="8.8" />
<circle class="drop drop2" cx="5.2" cy="5.1" r="7.5" />
<circle class="drop drop3" cx="10.2" cy="5.3" r="9.2" />
<circle class="drop drop4" cx="3.2" cy="5.4" r="8.8" />
<circle class="drop drop5" cx="14.2" cy="5.1" r="7.5" />
<circle class="drop drop6" cx="17.2" cy="4.8" r="9.2" />
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
</g>
<!-- g mask="url(#xxx)">
<path id="wave1" class="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</g>
</g -->
</svg>
<div class="footer-text2">
<div>
© NJACK, IIT Patna 2020
<ul class="footer-contact">
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
<li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li>
<li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
<!-- <div>done with fun - by ©<a href="www.chaba.de">Uwe Chardon</a></div> -->
</footer>
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#0099ff" fill-opacity="1" d="M0,64L40,85.3C80,107,160,149,240,144C320,139,400,85,480,96C560,107,640,181,720,197.3C800,213,880,171,960,154.7C1040,139,1120,149,1200,149.3C1280,149,1360,139,1400,133.3L1440,128L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg> -->
<!-- <footer class="mdl-mini-footer">
<div class="nwoc-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">© NJACK, IIT Patna 2020</div>
<ul class="mdl-mini-footer__link-list">
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">Email</a></li>
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">Email</a></li>
<li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li>
<li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</footer> -->
</main>
</div>
<div class="snowflakes"></div>
</body>
<script>
for (var i = 0; i < window.innerWidth / 70; i++) {
var node = document.createElement("i");
document.getElementsByClassName("snowflakes")[0].appendChild(node);
}
$.fn.jQuerySimpleCounter = function (options) {
var settings = $.extend({
start: 0,
end: 100,
easing: 'swing',
duration: 400,
complete: ''
}, options);
var thisElement = $(this);
$({ count: settings.start }).animate({ count: settings.end }, {
duration: settings.duration,
easing: settings.easing,
step: function () {
var mathCount = Math.ceil(this.count);
thisElement.text(mathCount + "+");
},
complete: settings.complete
});
};
$('#number1').jQuerySimpleCounter({ end: 40, duration: 3000 });
$('#number2').jQuerySimpleCounter({ end: 1000, duration: 3000 });
$('#number3').jQuerySimpleCounter({ end: 700, duration: 3000 });
$('#number4').jQuerySimpleCounter({ end: 255, duration: 3000 });
/* AUTHOR LINK */
$('.about-me-img').hover(function () {
$('.authorWindowWrapper').stop().fadeIn('fast').find('p').addClass('trans');
}, function () {
$('.authorWindowWrapper').stop().fadeOut('fast').find('p').removeClass('trans');
});
</script>
<!-- <script>
(function () {
'use strict';
var snackbarContainer = document.querySelector('#demo-snackbar-example');
var handler = function (event) {
document.querySelector('.nwoc-slogan').removeChild(snackbarContainer);
};
window.addEventListener('load', function () {
'use strict';
var data = {
message: 'Student Registrations are active now.',
timeout: 10000000,
actionHandler: handler,
actionText: 'Close'
};
setTimeout(function () { snackbarContainer.MaterialSnackbar.showSnackbar(data) }, 1000);
});
}());
</script> -->
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
<script>
$('.js-tilt').tilt({
scale: 1.2,
glare: true,
maxGlare: 1
})
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TimelineMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/easing/EasePack.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/plugins/ScrollToPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/plugins/EaselPlugin.min.js"></script>
<script src="animate-scroll/animate-scroll.js"></script>
<script>
$(document).animateScroll();
</script>
</html>