This repository was archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
544 lines (444 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Women Techies | DSC</title>
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="icon" href="Assets/favicon2.png" type="image/x-icon"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!--<link href="css/fullpage.css">-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.css" />
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/buttonAnim.css">
<style>
@media (max-width : 990px) {
.adjust {
margin-top : 10vh;
}
.padR{
padding-right: 8vw;
}
.padRs{
padding-right: 18vw;
}
.lbryMar{
margin-right: 4vw;
}
}
</style>
</head>
<body style="font-family: 'Muli', sans-serif;">
<div class="fader"></div>
<div class="modal-box">
<div class="modal-top-bar">
<a> <img id="back" src="Assets/previous.svg"></a>
</div>
<div class="faq">
<div id="abouter">
<div>
<b>1. Is there any registration fees for the Hackathon?</b>
<br><i>No. You do not have to pay anything to anyone to register yourself for the Hackathon.</i>
</div>
<div>
<b> 2. Do I need to have any specific qualifications to be a participant for the Hackathon?</b>
<br><i>If you love to code, you are more than welcome to participate in the Hackathon.</i>
</div>
<div>
<b> 3. How do I submit what I have made for the Hackathon?</b>
<br><i>You have to develop the application on your local system and submit it on HackerEarth in tar/zip file format along with instructions to run the application and source code.</i>
</div>
<div>
<b>4. Do we need to have the entire idea fully working?</b>
<br><i>The entire idea need not be fully implemented however, the submission should be functional so that it can be reviewed by the judges.</i>
</div>
<div>
<b> 5. How is the environment? Will your environment support any language? Will you provide any IDE and DB for us to work on ideas? </b>
<br><i>You have to develop the entire software application on your local system and submit it on HackerEarth in tar/zip file format along with instructions to run the application and source code</i>
</div>
<div>
<b> 6.Does one have to be online and available for the entire duration of the Hackathon?</b>
<br><i>No, one does not need to be online for the entire duration. You can develop the application on your local system based on the given themes and then submit it, on the specific challenge page.</i>
</div>
<div>
<b> 7.There is no specific technology mentioned, are there any restrictions on using a number of pre-built libraries? </b>
<br><i>There is no restriction to use any language, technology stack, or libraries. You can use any of them to create a web/mobile application.</i>
</div>
<div>
<b> 8. Do I need to give a demo for the product that I have built?</b>
<br><i>If you want, you can submit a small presentation or video that demonstrates your submission. However, it's not mandatory, and only good to have. In case you are one of the winners, you might be invited to demo your application at a physical event, details of which will be shared with sufficient advance notice.</i>
</div>
<div>
<b> 9. A fully developed application needs to have a solid backend for data storage like SQL, SharePoint etc. Since its online, is it acceptable to show only the prototype of it? </b>
<br><i>Yes, it's absolutely fine to submit just the prototype. If you use any database like MySQL or PostgreSQL, you can also submit a database dump along with your submission. However, you are allowed to submit just the prototype.</i>
</div>
<div>
<b> 10. If it is a team submission, does that mean all team members will have access to work at the same time? </b>
<br><i>Yes, all team members can log in from their account and do application submission on HackerEarth.</i>
</div>
<div>
<b> 11. Who will own the IP(Intellectual Property) Rights to the product I build? </b>
<br><i>The developer/developers of the web/mobile application will have all rights and own the IP of the product. However, all code needs to be in the public domain (open source) so that it can be evaluated by the judges.</i>
</div>
<div>
<b> 12. Is this a women-only hackathon?</b>
<br><i>No,this is not a women-only hackathon. For a team to be eligible to participate, there is a requirement of 50% of the members to be girls.</i>
</div>
</div>
</div>
<div class="terms">
<div id="abouter">
<ul style="list-style: none;">
Any kind of professionalism begins with obeying all the rules and regulations. By participating, you agree to these terms and conditions.<br><br>
<li>Participation in the Hackathon constitutes participant's full and unconditional agreement to and acceptance of these Terms and Conditions.</li>
<li>It is mandatory for participants to participate in the hackathon in a team of a maximum of 4 members with 50% of the members as girls. Participants need to attend the entirety of the duration of the respective events to be eligible for certificates.</li>
<li>Judging panel with relevant expertise will be responsible for the evaluation of the pitches presented by the participants. The entry that earns the highest overall score will win. The decisions of the Judges will be final. In case of a tie, judges will deliberate to determine the winner. Each participant or team must be available during the judging period to represent their entry.</li>
<li>The judging time may extend beyond the said time. Determination of eligibility and compliance is at the sole discretion of the judging committee. The judging committee reserves rights to disqualify any entry if the entry or a participant or a participant’s team does not comply with these terms.</li>
<li>Participant represents and warrants that the entry is and will be participant's own original work and does not and will not infringe the intellectual property or proprietary rights of any third party, including, without limitation, any third party patents, copyrights or trademarks.</li>
<li>Participants hereby agree not to instigate, maintain or authorize any action against the organising committee, speakers, or any other person during the event.</li>
<li>Nothing herein shall constitute an employment, joint venture, or partnership relationship between participant and any of the sponsors. Participants will not receive any compensation from sponsors' in connection with any entries.</li>
<li>In no event will the organising committee be liable to the participant for any direct, special, incidental, exemplary, punitive arising out of or in connection with his/her participation in the hackathon, whether such liability arises from any claim based upon contract, warranty, tort (including negligence), strict liability or otherwise, and whether or not sponsors have been advised of the possibility of such loss or damage.</li>
<li>Some jurisdictions do not allow the limitation or exclusion of liability for incidental or consequential damages, so the above limitation or exclusion may not apply to you.</li>
<li>Each team is responsible for determining the disposition of any intellectual property rights developed by its members in the course of participating in the hackathon.</li>
<li>The entire prize money will be split evenly among all members of the winning team(s).</li>
<li>Participants not complying or not abiding by the rules and regulations will be facing consequences will are entirely at the discretion of the organising committee.</li>
</ul>
</div>
</div>
<div class="algo">
<div id="abouter">
<ul>
Algorithm Based Track: Tour around Tamil Nadu.<br><br>
<li>You have recently been admitted to VIT University, Vellore. While you are here to attend the orientation programme of the university, you decide to go on a solo backpacking trip around the entire state of Tamil Nadu and learn about the culture and heritage of the state. But college starts in a few days and you are keen on visiting the attractions of each area in Tamil Nadu with limited funds!</li>
<li>You decide to start your trip at Vellore and be back in Vellore at the end of the trip has covered all the major attractions of Tamil Nadu. Given the time and money constraints, you have to act smart! So, you divide the entire state into smaller districts and plan on visiting the attractions in each district in a day. So basically, the plan is to see everything in a district in one day, then move to another district by bus, the next day.</li>
<li>In order to see the attractions within a district, it'll be necessary to rent a car. This causes logistical difficulties as the car must be returned to the car rental agency. This means you have to take the next bus from the same bus stop where you last arrived in the district.</li>
<li>After doing all of that, it turns out that there’s not much time left for planning. You write down all the bus options for the given days and quickly establish the initial schedule. Bingo! However, you soon realize that the buses you’ve chosen would indeed allow you to visit all the areas but the total cost is too high. You have to choose buses that would lower the cost of the trip.</li>
<li>You need to stick to the plan: the first bus should depart at the indicated bus stand and each subsequent bus trip should take place the following day and depart from the bus stand where you last arrived. On your last day of the trip, you should arrive back in Vellore.</li>
<li>Participants hereby agree not to instigate, maintain or authorize any action against the organising committee, speakers, or any other person during the event.</li><br>
<li><b>Devise a web/mobile application which has an optimal algorithmic solution at its core to the aforementioned problem.</b></li>
</ul>
</div>
</div>
<div class="womensefety">
<div id="abouter">
<ul>
Women Safety<br><br>
<li>You have recently been admitted to VIT University, Vellore. While you are here to attend the orientation programme of the university, you decide to go on a solo backpacking trip around the entire state of Tamil Nadu and learn about the culture and heritage of the state. But college starts in a few days and you are keen on visiting the attractions of each area in Tamil Nadu with limited funds!</li>
<li>You decide to start your trip at Vellore and be back in Vellore at the end of the trip has covered all the major attractions of Tamil Nadu. Given the time and money constraints, you have to act smart! So, you divide the entire state into smaller districts and plan on visiting the attractions in each district in a day. So basically, the plan is to see everything in a district in one day, then move to another district by bus, the next day.</li>
<li>In order to see the attractions within a district, it'll be necessary to rent a car. This causes logistical difficulties as the car must be returned to the car rental agency. This means you have to take the next bus from the same bus stop where you last arrived in the district.</li>
<li>After doing all of that, it turns out that there’s not much time left for planning. You write down all the bus options for the given days and quickly establish the initial schedule. Bingo! However, you soon realize that the buses you’ve chosen would indeed allow you to visit all the areas but the total cost is too high. You have to choose buses that would lower the cost of the trip.</li>
<li>You need to stick to the plan: the first bus should depart at the indicated bus stand and each subsequent bus trip should take place the following day and depart from the bus stand where you last arrived. On your last day of the trip, you should arrive back in Vellore.</li>
<li>Participants hereby agree not to instigate, maintain or authorize any action against the organising committee, speakers, or any other person during the event.</li><br>
<li><b>Devise a web/mobile application which has an optimal algorithmic solution at its core to the aforementioned problem.</b></li>
</ul>
</div>
</div>
</div>
<div id="fullpage">
<!--home-->
<div class="container-fluid section" data-anchor="one" >
<div class="row" style="word-spacing: -0.25em;">
<div id="first" style="height : 99vh; width : 19.9vw;">
</div>
<div style="height: 99vh; display: inline-block; background: url('Assets/Hashtag.svg') center no-repeat fixed; background-size: contain;" id="main" >
<div style="position : absolute; width: inherit; margin:auto auto; margin-top: 2vh; ">
<img id="top-img" src="Assets/Top-image.png" style="object-fit: cover; margin: auto auto; display: block; " >
</div>
<div style="position : absolute; display: flex; width: inherit; height: 100vh;">
<img id="img-mid" src="Assets/Group 15.png" style="margin : auto;" >
</div>
<div style="position: absolute; text-align: center; width: inherit; bottom:5vh; text-decoration: none">
<section class="portfolio-experiment">
<a class="uline" href="#two">
<span class="text">Know more</span>
<span class="line -right"></span>
<span class="line -top"></span>
<span class="line -left"></span>
<span class="line -bottom"></span>
</a>
</section>
<!-- <div id="clicks" style="margin-top: 90vh; font-size: 1.3em; color: rgba(0,194,162,1);"><a href="#two" style="text-decoration: none; color: rgba(0,194,162,1);"><span style="border-bottom-width : 3px; padding-bottom: 5px; border-bottom-style: solid"><span class="know-more-click" style="padding-right: 4px;">KNOW</span><span class="know-more-click">MORE</span></span></a></div>-->
</div>
</div>
<div id="second" style="height:99vh;" >
</div>
</div>
</div>
<!--about-->
<div class="container-fluid section" data-anchor="two">
<div class="row">
<div id="rightAbt" class="col-md-2" style="float:left; display: inline-block;">
<img id="logoAbt" src="Assets/WTM.png" >
</div>
<div id="leftAbt" class="col-md-10" style="float: right; display: inline-block; background: rgba(0,194,162,1); color : white; text-align: justify;">
<p>
<b style="font-size: 1.5em;">"Lift as you clumb"</b>
<br>
<br>
Women Techmakers, VIT an initiative by Google is back with its premium event, Women Techies, in collaboration with Developer Student Club, VIT. Women Techies is a female-centric hackathon through which we aim to provide, talented and innovative women the platform and resources to push their limits!<br><br>
Women Techies is a platform for female participants to test their skills, explore the world of hackathons and create innovative projects to revolutionize the world. So, ladies, it’s your turn now to challenge yourself and bring the best out of you!
<br><br>
Women Techies provides you with a chance to win prizes worth Rs 32,000 in cash, a chance to get internships in renowned companies, exclusive schwags, stickers and of course Pizzas!
</p>
</div>
<div id="desc">About Women Techies</div>
</div>
</div>
<!--sponsors-->
<div class="container-fluid section" style="overflow-x: hidden" data-anchor="three" >
<div class="row" style="text-align: center; width : 100vw;">
<div id="rightPs" class="col-md-2" style="float: right; display: inline-block; color : white; ">
<img src="Assets/WTM.png" id="logoPs">
</div>
<div class="col-md-10" id="leftPs" style="float:left;display: inline-block;background: rgba(0,194,162,1);color: white;">
</div>
<!-- <div class="container-fluid">
<div class="row align-items-center adjust" style="height: 150px;">
<div class="col-xs-2 col-md-3 " >
</div>
<div class="col lbryMar" >
<img class=" figure-img" src="Assets/WTM.png" height="70px">
</div>
<div class="col padRs">
<img class="figure-img" src="Assets/lbry.svg" height="60px" >
</div>
<div class="col-xs-2 col-md-3 " >
</div>
</div>
<div class="row align-items-center adjust" style="height: 150px;">
<div class="col-xs-2 col-md-2" >
</div>
<div class="col padR" >
<img class="img-fluid figure-img" src="Assets/upcloud.svg" >
</div>
<div class="col">
<img class="img-fluid figure-img" src="Assets/turbot.svg" >
</div>
<div class="col-xs-2 col-md-2" >
</div>
</div>
<div class="row align-items-center adjust" style="height: 150px;">
<div class="col-xs-2 col-md-3" >
</div>
<div class="col padR" >
<img class="img-fluid figure-img" src="Assets/hacker.svg" height="100px">
</div>
<div class="col" >
<img class="figure-img" src="Assets/msg.svg" height="70px">
</div>
<div class="col-xs-2 col-md-3" >
</div>
</div>
<div class="row align-items-center adjust" style="height: 150px;">
<div class="col-xs-2 col-md-3" >
</div>
<div class="col padR" >
<img class="figure-img" src="Assets/jetbrains.svg" height="120px">
</div>
<div class="col" >
<img class="figure-img" src="Assets/c9bistro.png" height="120px">
</div>
<div class="col-xs-2 col-md-3" >
</div>
</div>
</div>
</div>
-->
<div id="details" >
Sponsors
</div>
<div class="sponDiv">
<div class="sponDivTop">
<a href="https://www.womentechmakers.com/" target="_blank"><div id="divImgOne" ><img style="filter: brightness(0) invert(1);" id="imgOne" src="Assets/WTM.png"></div></a>
<a href="https://lbry.io/" target="_blank"><div id="divImgTwo" ><img style="filter: brightness(0) invert(1);" id="imgTwo" src="Assets/lbry.svg" ></div></a>
</div>
<div class="sponDivBottom">
<a href="https://upcloud.com/" target="_blank"><div id="divImgThree"><img style="filter: brightness(0) invert(1);" id="imgThree" src="Assets/upcloud.svg"></div></a>
<a href="https://turbot.com/" target="_blank"><div id="divImgFour" ><img style="filter: brightness(0) invert(1);" id="imgFour" src="Assets/turbot.svg" ></div></a>
</div>
<div class="sponDivBottom">
<a href="https://www.hackerearth.com/" target="_blank"><div id="divImgFive" ><img style="filter: brightness(0) invert(1);" id="imgFive" src="Assets/hacker.svg"></div></a>
<a href="https://msg91.com/" target="_blank"><div id="divImgSix" ><img style="filter: brightness(0) invert(1);" id="imgSix" src="Assets/msg.svg" ></div></a>
</div>
<div class="sponDivBottom">
<a href="https://www.jetbrains.com/" target="_blank"><div id="divImgSeven" ><img id="imgSeven" src="Assets/jetbrains.svg"></div></a>
<a href="#" target="_blank"><div id="divImgEight" ><img id="imgEight" src="Assets/c9bistro.png" ></div></a>
</div>
</div>
</div>
</div>
<!--tracks-->
<div class="container-fluid section " data-anchor="four">
<div class="row" style="overflow-x: hidden; ">
<div id="leftTr" style="float:left; display: inline-block;" class=" col-md-2">
<img id="logoTr" src="Assets/WTM.png">
</div>
<div id="rightTr" class="col-md-10" style="float: right;height: 100vh; display: inline-block; background: rgba(0,194,162,1); color : white;">
<!--place for cards -->
<!-- <div>
<p class="coming-soon">Coming Soon....</p>
</div>
-->
<ul class="mainlist" style="">
<li class="tracklist" id="algotrack" style="" >
<h4 class="trackContent">Algorithm Based Track: Tour around Tamil Nadu</h4>
<img style="" class="imgTracks" src="Assets/WTM tracks/data.png">
</li>
<li class="tracklist" style="" >
<h4 class="trackContent">Women Safety</h4>
<img style="" class="imgTracks extpad" src="Assets/WTM tracks/Group 64.png">
</li>
<li class="tracklist" style="" >
<h4 class="trackContent extsmall">Supply and Demand of Agricultural Inputs through LBRY Implementation</h4>
<img class="imgTracks" src="Assets/WTM tracks/Group 67.png">
</li>
<li class="tracklist" style="" >
<h4 class="trackContent">Women Education</h4>
<img style="" class="imgTracks extpad" src="Assets/WTM tracks/Group 69.png">
</li>
<li class="tracklist" style="" >
<h4 class="trackContent">Open Innovation - Turbot Challenge</h4>
<img style="" class="imgTracks" src="Assets/WTM tracks/Group 71.png">
</li>
<li class="tracklist" style="" >
<h4 class="trackContent">Open Innovation through LBRY Implementation</h4>
<img style="" class="imgTracks" src="Assets/WTM tracks/Group 71.png">
</li>
</ul>
</div>
<div id="about" >Tracks</div>
</div>
</div>
<!--details-->
<div class="container-fluid section" style="overflow-x: hidden; overflow-y: hidden" data-anchor="five">
<div class="row" style="width : 100vw;">
<div id="rightDet" class="col-md-2" style="float: right; display: inline-block; color : white; ">
<img src="Assets/WTM.png" id="logoDet">
</div>
<div id="leftDet" class="col-md-10" style="float:left; display: inline-block;background: rgba(0,194,162,1); color: white; text-align: justify; ">
<p id="cont" style=" margin-left: 10vw"><span style="opacity: 0.5">Date of the Hack :</span><br>
10<sup>th</sup> and 11<sup>th</sup> March 2019<br><br>
<span style="opacity: 0.5">Venue of the Hack :</span><br>
Kamaraj Auditorium - TT (7<sup>th</sup> floor)<br><br>
<span style="opacity: 0.5">Timing :</span><br>
6:00pm (10<sup>th</sup>) to 6:00pm (11<sup>th</sup>)<br><br>
<span style="opacity: 0.5">Rule* :</span><br>
Minimum requirement to join the hack is 50% female participants in a team <br></p>
<div style="margin-left: 10vw;margin-top: 6.5vh; cursor: pointer;">
<a href="https://bit.ly/wtm19reg" target="_blank">
<img src="Assets/RegButton.png" style="height: auto;width: 15vw;min-height: 45px;min-width: 167px;"></a>
<a href="https://upcloud.com/signup/" target="_blank">
<img src="Assets/Submit.png" id="subbut" style="height: auto;width: 15vw;min-height: 45px;min-width: 167px;">
</a>
<br><br>
<div style="display: inline-block;"><a href="#"><h1 class="TNCandFaqs" id="terms" style="color:white;font-size: 15px"><u>Terms And Conditions</u></h1></a></div>
<div style="display: inline-block;"><a href="#"><h1 class="TNCandFaqs" id="faq" style="color:white;font-size: 15px"><u>FAQs</u></h1></a></div>
</div>
</div>
<div id="event">
Details
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('#back').click(function(){
$('.fader').fadeOut(400);
$('.modal-box').fadeOut(400);
$('.faq').fadeOut(400);
$('.terms').fadeOut(400);
});
$('#terms').click(function(){
$('.fader').fadeIn(400);
$('.modal-box').fadeIn(400);
$('.terms').fadeIn(400);
});
$('#faq').click(function(){
$('.fader').fadeIn(400);
$('.modal-box').fadeIn(400);
$('.faq').fadeIn(400);
});
$('#algotrack').click(function(){
$('.fader').fadeIn(400);
$('.modal-box').fadeIn(400);
$('.algo').fadeIn(400);
});
})
</script>
<!--<script src="js/fullpage.js"></script>-->
<!--<script src="js/jquery.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.js"></script>
<script type="text/javascript" src="fullpage.continuousHorizontal.min.js"></script>
<script type="text/javascript" src="fullpage/fullpage.extensions.min.js"></script>
<script type="text/javascript" src="fullpage/fullpage.extensions.min.js"></script>
<script>
function animateCSS(element, animationName, callback) {
const node = document.querySelector(element)
node.classList.add('animated', animationName, 'delay-0.5s')
function handleAnimationEnd() {
node.classList.remove('animated', animationName)
node.removeEventListener('animationend', handleAnimationEnd)
if (typeof callback === 'function') callback()
}
node.addEventListener('animationend', handleAnimationEnd)
}
function applyAnimations(i){
if(i === "two"){
animateCSS('#leftAbt', 'fadeInLeft');
animateCSS('#desc', 'fadeInRight');
}
else if( i === "three"){
animateCSS('#leftPs', 'fadeInRight');
animateCSS('#details', 'fadeInLeft');
}
else if( i === "four"){
animateCSS('#rightTr', 'fadeInLeft');
animateCSS('#about', 'fadeInRight');
}
else if( i === "five"){
animateCSS('#leftDet', 'fadeInRight');
animateCSS('#event', 'fadeInLeft');
}
}
animateCSS('#img-mid', 'fadeInUp');
$('#fullpage').fullpage({
//options here
autoScrolling:true,
scrollHorizontally: true,
controlArrows: true,
verticalCentered: true,
navigation:true,
navigationPosition: 'right',
anchors:['one', 'two', 'three', 'four', 'five'],
responsiveWidth:800,
afterLoad: function(anchorLink, index,slideAnchor, slideIndex){
console.log(index['anchor']);
},
onLeave: function(origin, destination, direction){
var leavingSection = this;
console.log(origin, destination, direction);
applyAnimations(destination['anchor']);
//after leaving section 2
if(origin.index == 1 && direction =='down'){
// alert("Going to section 3!");
}
else if(origin.index == 1 && direction == 'up'){
// alert("Going to section 1!");
}
}
});
// $("#clicks").on('click',function() {
// $('html, body').animate({
// 'scrollTop' : $("#two").position().top
// });
// });
//methods
$.fn.fullpage.setAllowScrolling(true);
</script>
</body>
</html>