-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex1.html
More file actions
588 lines (508 loc) · 29.5 KB
/
index1.html
File metadata and controls
588 lines (508 loc) · 29.5 KB
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>HackMoral 3.0</title>
<!-- add icon link -->
<link rel="shortcut icon" href="images/title-logo.jpeg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assetsOfTimeline/css/style.css">
</head>
<body>
<div class="se-pre-con"></div>
<!-- loading files -->
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/a6bec1c4ef2d2fd1bac5a6951f5f32a3?family=American+Captain" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<style>
</style>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Final results styles -->
<link rel="stylesheet" href="css/final-results.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- countdown -->
<link rel="stylesheet" href="css/jquery.classycountdown.css" />
<link href="css/styles.css" rel="stylesheet">
<style>
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
display: none;
}
.js #loader {
display: block;
position: absolute;
left: 100px;
top: 0;
}
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(images/MORAHACK.gif) center no-repeat #fff;
}
</style>
<!--
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script> -->
<!-- end -->
<div id="page">
<!-- Navigation Bar -->
<header id="header" class="header header-hide">
<div class="container">
<!--<div id="logo" class="pull-left">
<a href="#fh5co-header"><img src="images/logo.png" alt="logo"></a>
</div>-->
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#fh5co-header" class="smooth-goto"><i class="fa fa-home"></i>Home</a></li>
<li><a href="#fh5co-couple-story"><i class="fa fa-calendar-check"></i>Timeline</a></li>
<li>
<a href="#rules"><i class="fa fa-list"></i>Rules</a>
</li>
<li>
<a href="#awards"><i class="fa fa-trophy"></i>Awards</a>
</li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<header id="fh5co-header" class="fh5co-cover" role="banner" style="background-image:url(images/webcover8.jpg);background-position: center center;">
<div class="overlay"></div>
<div class="container area">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<div class="display-t">
<div class="display-tc twelve animate-box head-container" data-animate-effect="fadeIn">
<div class="simply-countdown simply-countdown-one">
<section class="right-section">
<div class="display-table center-text">
<div class="display-table-cell">
<div id="rounded-countdown">
<div class="countdown" data-remaining-sec="4000000"></div>
</div>
<br/>
<h2>Are you Ready For <br>the Most Awaited Hours?</h2>
<p><a href="#" class="btn btn-default btn-sm">REGISTER NOW</a></p>
</div>
<!-- display-table-cell -->
</div>
<!-- display-table -->
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-couple" style="background: #2F455C;
background: -moz-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: -webkit-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: linear-gradient(135deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);">
<div class="container">
<div class="row">
<div class="col-xs-12 col-lg-8 text-center fh5co-heading animate-box">
<h2 style="font-family:American Captain;letter-spacing:5px;color:#20cfd4;">What is HackMoral 3.0</h2>
<p style="color:rgb(255, 255, 255);font-weight:500;">Hackmoral 3.0 is a mini Hackathon hosted by the INTECS, University of Moratuwa. It is a focused 5-hour event. All the challenges you are going to be faced on the Hackerrank platform are set by our team of exceptional Question moderators.
This event is exclusive for technophiles of FIT18. During the event, your goal is to perform your problem-solving skills to hunt for points by reaching-out to the solutions.<br/>
<br/> Live leaderboard metrics will let you know how people are performing and keep you motivated to drive results by improving on your past performance. Tune the pitch and let the game on! </p>
</div>
<div class="col-xs-12 col-md-12 col-lg-4 ">
<img class="roundimg " src="images/web4.gif " width="300px " height="300px ">
</div>
</div>
</div>
</div>
<!-- section -->
<div id="fh5co-counter" class="fh5co-cover" style="background-image: url(images/code.gif);opacity:0.9;" ata-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="display-t">
<div class="display-tc">
<div class="col-md-4 col-sm-4 animate-box ">
<div class="feature-center ">
<!-- <span class="icon ">
<i class="fas fa-brain "></i>
</span> -->
<img class="img-animation" src=images/problem.jpg style=" width:120px;height:120px;border-radius: 60px;margin-top:5px;">
<h2 style="font-family: 'Fredoka One', cursive; color:white;margin-bottom: 350px;text-align:center;">Problem Solving</h2>
<p class="line-space "> Hackmoral 3.0 lets you gain an opportunity to assess and identify potential talent in problem-solving among like-minded people.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 animate-box ">
<div class="feature-center">
<!--<span class="icon ">
<i class="fas fa-futbol "></i>
</span>-->
<img class="img-animation" src=images/fun.png style=" width:120px;height:120px;border-radius: 60px;margin-top:5px ; ">
<h2 style="font-family: 'Fredoka One', cursive; color:white;margin-bottom: 350px;">Fun</h2>
<p class="line-space ">Take these few hours as indeed another great occasion of the FIT’18 Family.
</p>
</div>
</div>
<div class="col-md-4 col-sm-4 animate-box ">
<div class="feature-center ">
<!--<span class=" icon ">
<i class="icon-code "></i>
</span>-->
<img class="img-animation " src=images/codeimg.jpg style=" width:120px;height:120px;border-radius: 60px;margin-top:5px ; ">
<h2 style="font-family: 'Fredoka One', cursive; color:white; margin-bottom: 350px; ">Coding</h2>
<p class="line-space ">Ensure that every single technophile engages in problem-solving in the most favourable language and gains self-confidence to achieving victory.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
<!--start of how it works section-->
<div id="fh5co-couple " style="background: #2F455C;
background: -moz-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: -webkit-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: linear-gradient(135deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);">
<div class="container ">
<div class="row " style="border-top:10px">
<div class="col-md-6">
<div class=" col-md-offset-2 text-center fh5co-heading animate-box " style="padding-top: 40px;">
<h2 style="font-family:American Captain;letter-spacing:5px;color:#20cfd4; ">How it works </h2>
<p style="color: snow"> Second-year undergraduates get the opportunity to get registered for Hackmoral 3.0 as individual competitors. Once you are done with that you are able to participate with your approved hackerrank account. Further details will
be received via the email address provided in the registration. Practice playground will take place from 22nd of January 2021 and, then you can get a better idea of the way you may need to process for the upcoming competitive
hours. Once the competition is announced you may need to untangle the solution for enigmas presented to you.
</p>
</div>
</div>
<div class="col-md-6">
<div class="col-md-2" style="padding-top: 75px;">
<div style="border-left: 1.5px solid whitesmoke;height: 350px;"></div>
</div>
<div class="col-md-10 text-center" style="background-image: url(images/youtubegif.gif);opacity:0.9;;padding-top: 150px;">
<p style=" font-family: sans-serif;
font-size: 20px;
letter-spacing: 1px;
word-spacing: 1px;
color: #F3F3F3;
font-weight: 700;
text-decoration: none;
text-shadow: 1px 1px 2px black, 0 0 25px #0048ff, 0 0 5px darkblue;
font-style: italic;
font-variant: normal;
text-transform: none;">Find this great referal playlist for get an exact idea about Hackmoral Array. </p>
<p style=" color: white;font-weight: bolder;text-shadow: 2px 2px 4px #605959;font-size: 20px;color: #50029d">First ever exclusive Play list now on Youtube!</p>
<a href=" ">
<img src="images/youtubelogo.png" height="75px" width="300px" class="img-center">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of how it works section-->
</div>
<div id="fh5co-couple-story" class="cd-timeline js-cd-timeline ">
<div class="container-fluid ">
<div class="row ">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box ">
<h2 style="font-family:American Captain;letter-spacing:5px;color:#005ec1;">Timeline of HackMoral 3.0</h2>
</div>
</div>
</div>
<div class="container max-width-lg cd-timeline__container ">
<div class="cd-timeline__block ">
<div class="cd-timeline__img cd-timeline__img--circle1 ">
<i class="fas fa-user-friends fa-2x "></i>
</div>
<!-- cd-timeline__img -->
<div class="cd-timeline__content text-component ">
<h2>Registration Opens</h2>
<p class="color-contrast-medium "> Exclusive for second year undergraduates of Faculty of Information Technology, University of Moratuwa.</p>
<div class="flex justify-between items-center ">
<span class="cd-timeline__date "><h3 class="date ">16th Jan 2021 - closes on 19th</h3></span>
<a href="#0 " class="btn btn--subtle ">Register Now</a>
</div>
</div>
<!-- cd-timeline__content -->
</div>
<div class="cd-timeline__block ">
<div class="cd-timeline__img cd-timeline__img--circle3 ">
<i class="fas fa-laptop-code fa-2x "></i>
</div>
<!-- cd-timeline__img -->
<div class="cd-timeline__content text-component ">
<h2>Playground opens </h2>
<p class="color-contrast-medium ">This is a practice playground set for the competitors to sharp their skills and computational thinking before the upcoming competitive hours.</p>
<div class="flex justify-between items-center ">
<span class="cd-timeline__date "><h3 class="date ">21st Jan 2021</h3></span>
<a href="#0 " class="btn btn--subtle ">Play Now</a>
</div>
</div>
<!-- cd-timeline__content -->
</div>
<!-- cd-timeline__block -->
<div class="cd-timeline__block ">
<div class="cd-timeline__img cd-timeline__img--circle2 ">
<i class="fas fa-brain fa-2x "></i>
</div>
<!-- cd-timeline__img -->
<div class="cd-timeline__content text-component ">
<h2>Awareness session</h2>
<p class="color-contrast-medium ">A brief discussion will be conducted with the purpose of making competitors aware about the Hack Moral 3.0.</p>
<div class="flex justify-between items-center ">
<span class="cd-timeline__date "><h3 class="date ">24th Jan 2021</h3></span>
<a href="#0 " class="btn btn--subtle ">Join Now</a>
</div>
</div>
<!-- cd-timeline__content -->
</div>
<!-- cd-timeline__block -->
<!-- cd-timeline__block -->
<div class="cd-timeline__block ">
<div class="cd-timeline__img cd-timeline__img--circle4 ">
<i class="fab fa-hackerrank fa-3x "></i>
</div>
<!-- cd-timeline__img -->
<div class="cd-timeline__content text-component ">
<h2>The Game Day </h2>
<p class="color-contrast-medium ">It's the day. Competitors can make their way to the Winners table by untangling the challenges given via Hackerrank playground.</p>
<div class="flex justify-between items-center ">
<span class="cd-timeline__date "><h3 class="date ">24th Jan 2021</h3></span>
<a href="#0 " class="btn btn--subtle ">Play Now</a>
</div>
</div>
<!-- cd-timeline__content -->
</div>
<!-- cd-timeline__block -->
<div class="cd-timeline__block ">
<div class="cd-timeline__img cd-timeline__img--circle5 ">
<i class="fa fa-trophy fa-2x " aria-hidden="true "></i>
</div>
<!-- cd-timeline__img -->
<div class="cd-timeline__content text-component ">
<h2>Announcing the winners</h2>
<p class="color-contrast-medium ">This commence the end of the Event. Winners will be announced and Certificates for the competitors will be distributed.</p>
<div class="flex justify-between items-center ">
<span class="cd-timeline__date "><h3 class="date ">25th Jan 2021</h3></span>
<a href="#0 " class="btn btn--subtle ">Leaderboard</a>
</div>
</div>
<!-- cd-timeline__content -->
</div>
<!-- cd-timeline__block -->
</div>
</div>
<!--Start rules and regulations-->
<div id="fh5co-testimonial " style="background: #2F455C;
background: -moz-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: -webkit-linear-gradient(-45deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);
background: linear-gradient(135deg, #2F455C 0%, #1C6EA4 67%, #20CFD4 100%);">
<div id="rules" class="container ">
<div class="row ">
<div class="row animate-box ">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading ">
<p> </p>
<span style="color: #9fcdff">The following are the ground rules for HackMoral 3.0</span>
<h2 style="font-family:American Captain;letter-spacing:5px;color:#20cfd4; ">Rules and Regulations</h2>
</div>
</div>
<div class="row ">
<div class="col-md-12 animate-box ">
<div class="wrap-testimony ">
<div class="owl-carousel-fullwidth ">
<div class="item ">
<div class="testimony-slide active text-center ">
<blockquote style="color: snow">
<p style="line-height: 1.5" align="left"><i class="fas fa-hand-point-right"></i> Hackmoral 3.0 is exclusive only for the second year undergraduates of the faculty of Information technology.</p>
<p style="line-height: 1.5" align="left"><i class="fas fa-hand-point-right"></i> The competition will be driving for 5 hours from the beginning.</p>
<p style="line-height: 1.5" align="left"> <i class="fas fa-hand-point-right"></i> The entire competition is based on the Hackerrank platform and it consists of questions which are ranked from easy to medium and hard.</p>
<p style="line-height: 1.5" align="left"><i class="fas fa-hand-point-right"></i> Points earned through HackerRank will be accounted for 100% of the total points earned.</p>
</blockquote>
</div>
</div>
<div class="item ">
<div class="testimony-slide active text-center ">
<blockquote style="color: snow">
<p style="line-height: 1.5" align="left"> <i class="fas fa-hand-point-right"></i> Undergraduates can access the HackerRank playground regarding the competition as an individual competitor, only utilizing the accounts approved by the
Hackmoral 3.0 Organizing committee.</p>
<p style="line-height: 1.5" align="left"><i class="fas fa-hand-point-right"></i> The ranking process of the competitors is done following the score earned by solving the problems and the time taken for each problem. Acts of Plagiarism
will be checked and accounted for final results.</p>
<p style="line-height: 1.5" align="left"><i class="fas fa-hand-point-right"></i> The committee of Hackmoral 3.0 will be publishing the marks and the rank earned by each competitor at the end of the competition.
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End of Rules and regulations-->
<!-- Final results -->
<div id="awards" class="scrollView">
<div id="fh5co-gallery" class="fh5co-section-gray" style="background-color: #e8eff5;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<h2 style="font-family:American Captain;letter-spacing:5px;color:#0a3d77; ">Awards</h2>
</div>
</div>
<div class="row">
<div class="condivner" style="display:flex">
<ul id="fh5co-gallery-list" style="display:flex">
<li class="one-third animate-box" data-animate-effect="fadeIn" style="display:flex;margin:auto;">
<a id="second-place" style="margin: auto;">
<div id="second-place-img" class="case-studies-summary" style="bottom: 0em;left: 0em;padding:5px;">
<img class="place-img" src="images/Card2.png" alt="first">
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="display:flex;margin:auto;">
<a id="first-place" style="margin: auto;">
<div id="first-place-img" class="case-studies-summary" style="bottom: 0em;left: 0em;padding:5px;">
<img class="place-img" src="images/Card1.png" alt="first">
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="display:flex;margin:auto;">
<a id="third-place" style="margin: auto;">
<div id="third-place-img" class="case-studies-summary" style="bottom: 0em;left: 0em;padding: 5px;">
<img class="place-img" src="images/Card3.png" alt="first">
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center fh5co-heading animate-box">
<h5 id="merit-details">
<span><</span>
<span>The next best 20 competitors will also be awarded as merits</span>
<span>></span>
</h5>
</div>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer " role="contentinfo ">
<div class="container ">
<div class="row copyright ">
<div class="col-md-12 text-center ">
<p>
<small class="block "> Copyright © 2021 | Crafted by <a href="http://intecs.itfac.mrt.ac.lk/ " style="color: rgb(42, 0, 97); " target="_blank ">INTECS</a></small>
</p>
<p>
<ul class="fh5co-social-icons ">
<li><a href="https://twitter.com/intecsfit?lang=en "><i class="icon-twitter "></i></a></li>
<li><a href="https://www.facebook.com/intecs.lk/ "><i class="icon-facebook "></i></a></li>
<li><a href="https://lk.linkedin.com/company/intecs-uom "><i class="icon-linkedin "></i></a></li>
<li><a href="http://intecs.itfac.mrt.ac.lk/ "><i class="icon-dribbble "></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</footer>
</div>
<div class="gototop js-top ">
<a href="# " class="js-gotop "><i class="icon-arrow-up "></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js "></script>
<script src="js/jquery.classycountdown.js "></script>
<script src="js/tether.min.js "></script>
<script src="js/jquery.knob.js "></script>
<script src="js/jquery.throttle.js "></script>
<script src="js/bootstrap.js "></script>
<script src="js/scripts.js "></script>
<script src="js/animation-ball.js "></script>
<!-- jQuery Easing -->
<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>
<!-- Carousel -->
<script src="js/owl.carousel.min.js "></script>
<!-- countTo -->
<script src="js/jquery.countTo.js "></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js "></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js "></script>
<script src="js/magnific-popup-options.js "></script>
<!-- // <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.js "></script> -->
<script src="js/simplyCountdown.js "></script>
<!-- Main -->
<script src="js/main.js "></script>
<!-- <script src="lib/jquery/jquery.min.js "></script>
<script src="lib/jquery/jquery-migrate.min.js "></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js "></script>
<script src="lib/easing/easing.min.js "></script>
<script src="lib/modal-video/js/modal-video.js "></script>
<script src="lib/owlcarousel/owl.carousel.min.js "></script> -->
<script src="lib/superfish/hoverIntent.js "></script>
<script src="lib/superfish/superfish.min.js "></script>
<script src="lib/wow/wow.min.js "></script>
<script src="js/menu.js "></script>
<script>
$(window).scroll(function() {
if ($(window).scrollTop() >= 700) {
$('.header').addClass("navbackgroud ");
} else {
$('.header').removeClass("navbackgroud ");
}
});
</script>
<script>
//paste this code under head tag or in a seperate js file.
// Wait for window load
$(window).load(function() {
// Animate loader off screen
$(".se-pre-con ").fadeOut("slow ");;
});
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript ">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script "),
s0 = document.getElementsByTagName("script ")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5ee3b1244a7c6258179a7b40/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
<script src="assetsOfTimeline/js/main.js "></script>
</body>
</html>