-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
719 lines (621 loc) · 25.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PLACEMENT SERIES-2021</title>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allerta" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alegreya:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="assets/fonts/line-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- about -->
<link rel="stylesheet" href="assets/css/about.css">
<!-- socials -->
<link rel="stylesheet" href="assets/css/floating.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<!-- Nivo Lightbox -->
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- speakers -->
<link rel="stylesheet" href="assets/css/speakers.css">
<!-- sponsor -->
<link rel="stylesheet" href="style.css">
<!-- footer -->
<link rel="stylesheet" href="assets/css/footer.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<script src="https://kit.fontawesome.com/81d3da0a08.js" crossorigin="anonymous"></script>
<!-- Favicons -->
<link rel="favicon" href="./images/osa_icon.jpeg">
<link rel="manifest" href="assets/favicons/site.webmanifest">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./images/osa_icon.jpeg">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<style>
html {
scroll-behavior: smooth;
}
</style>
<style>
/* width */
::-webkit-scrollbar {
width: 0px;
cursor: pointer;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: white;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: white;
}
div::-webkit-scrollbar-track {
border-radius: 9px;
visibility: hidden;
}
/* Handle */
div::-webkit-scrollbar-thumb {
visibility: hidden;
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
visibility: hidden;
}
</style>
</head>
<body>
<nav id="navbar1">
<div class="container0">
<div id="i" class="inav">
<div class="c1"></div>
<div class="c2"></div>
<div class="c3"></div>
<div class="c4"></div>
</div>
</div>
<ul id="nav" class="nav">
<a href="#navbar1">HOME</a>
<a href="#aboutus">ABOUT</a>
<a href="#speakers">SPEAKERS</a>
<a href="#timeline">TIMELINE</a>
<a href="#footer">CONTACT</a>
</ul>
</nav>
<script> var nav = document.getElementById('nav'),
i = document.getElementById('i'),
c1 = document.getElementsByTagName('div')[2],
c2 = document.getElementsByTagName('div')[3],
c3 = document.getElementsByTagName('div')[4];
i.addEventListener('click', function() {
if (nav.className.match(/\bopen\b/)) {
nav.classList.remove('open');
c1.classList.remove('close-c1');
c2.classList.remove('close-c2');
c3.classList.remove('close-c3');
} else {
nav.classList.add('open');
c1.classList.add('close-c1');
c2.classList.add('close-c2');
c3.classList.add('close-c3');
}
});
nav.addEventListener('click', function() {
nav.classList.remove('open');
c1.classList.remove('close-c1');
c2.classList.remove('close-c2');
c3.classList.remove('close-c3');
});
</script>
<section class="intro" id="intro">
<div class="textin"><h2 data-text="Placement Series">Placement Series</h2></div>
<a href="#navbar1" id="scroll" style="display: none;"><span></span></a>
<a href="http://bit.ly/placementseries2021"><button class="buttony">
<span>Register</span>
</button></a>
</section>
<script>
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('#scroll').fadeIn();
} else {
$('#scroll').fadeOut();
}
});
$('#scroll').click(function(){
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
});
</script>
<script>document.querySelector('.buttony').onmousemove = function (e) {
var x = e.pageX - e.target.offsetLeft;
var y = e.pageY - e.target.offsetTop;
e.target.style.setProperty('--x', x + 'px');
e.target.style.setProperty('--y', y + 'px');
};</script>
<div class="containercou">
<div class="boxcou">
<div class="content-box">Starting in </div>
<div class="time">
<div id="day-box" class="time-box ">
<div id="day"> </div>
<p>Days</p>
</div>
<div class="time-box">
<div id="hour"> </div>
<p>hrs</p>
</div>
<div class="time-box">
<div id="minute"> </div>
<p>min</p>
</div>
<div class="time-box">
<div id="second"> </div>
<p>sec</p>
</div>
</div>
</div>
</div>
<script >
const day=document.getElementById('day')
const hour=document.getElementById('hour')
const minute=document.getElementById('minute')
const second=document.getElementById('second')
setInterval(() => {
const currDate=Date.now()
const wishDate=new Date("10 september 2021 00:00:00")
const diff=(wishDate-currDate)
// const dd=(Math.floor(diff/1000/60/60/24))
// const hh=(Math.floor(diff/1000/60/60)%24)
// const mm=(Math.floor(diff/1000/60)%60)
// const ss=(Math.floor(diff/1000)%60)
const dd=0;
const hh=0;
const mm=0;
const ss=0;
day.innerHTML=dd<10?"0"+dd:dd
hour.innerHTML=hh<10?"0"+hh:hh
minute.innerHTML=mm<10?"0"+mm:mm
second.innerHTML=ss<10?"0"+ss:ss
if (dd>100) {
document.getElementById('day-box').style.marginRight="30px"
}
}, 1000);</script>
<script>
function myFunction() {
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("myBtn");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
</script>
<!-- About Section Start -->
<section id="aboutus" class="aboutus">
<div class="section-title">
<h2 class="neonText" >About</h2>
<h3>Find Out More <span>About Us</span></h3>
</div>
<div class="row">
<div class="col-lg-6">
<img src="images/20190805182355.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" >
<p class="fst-italic">
The PLACEMENT SERIES, conducted by JIIT OSA STUDENT CHAPTER is the roadmap to getting the placements right, hence is much awaited by all the students especially the second years. It is going to include Competitive Programming, Web or Android Development<span id="dots">...</span><span id="more">; Class on Arrays, Vectors and Strings; Class on Stack, Queue, Map, Pair and introduction to hashing; Class on Linked Lists (all types) and recursion; Class on Trees and Searching; Class on Graphs; Class on Sorting and Greedy algorithm; Class on Bit masking and Backtracking; Dynamic Programming; Development vs CP and Project ideas for strong resume; CV / Resume building and Interview tips Workshop; and Placement Talk (with 1 industry expert and 1 senior currently in their 4th year). And to test and finalise all the lessons, we are also going to conduct coding tests and competitions with a proper scoring machines and technologies, followed by Coding test discussion and chance for top 5 person from coding test to give a mock interview session.
</span></p>
<button onclick="myFunction()" id="myBtn">Read more</button>
</div>
</div>
</section>
<!-- About Section End -->
<!-- speakers-->
<section id="speakers" class="speakers">
<div class="wrapper">
<div class="TEXT-container">
<h1 class="neonText">--SPEAKERS--</h1>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/aveek\ goyal.jpeg');">
<div class="inner">
<p>AVEEK GOYAL</p>
<span>Competitive Programming / Web or Android Development</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Aveek is a Technical Content Engineer/Mentor at Prep Bytes and has mentored more than 2500 students
in enhancing their coding & competitive coding skills. His teaching methodology is very engaging and
highly appreciated by students</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/abhishek\ srivastava.jpeg')">
<div class="inner">
<p>ABHISHEK SRIVASTAVA</p>
<span>Trees, Searching and Recursion </span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Abhishek has pursued his M.Tech in CSE from IIIT Delhi.
He has previously worked at NII Tokyo as a researcher in the field of Artificial Intelligence and has
a publication in one of the top AI journals.
His area of interest lies in the field of Machine learning, in particular, generative modelling
through the application of deep learning.
He strives for excellence in his work and has a knack for making complex topics simple.</p>
</div>
</div>
</div>
</div>
<br>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/apaar\ kamal.jpeg');">
<div class="inner">
<p>APAAR KAMAL</p>
<span>Dynamic Programming</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Apaar is a DTU pass out, works as a software engineer at google. He is a mentor at coding minutes.
He also worked as a mentor at coding blocks. He is a seasoned player who gained experience working as
intern in companies like Samsung and Zomato.
</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/vivekanand\ vivek.jpeg')">
<div class="inner">
<p>VIVEKANAND VIVEK</p>
<span>Sorting and Greedy</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Vivek has an experience of teaching 10,000+ students for their Interview Preparation.
He is an IIT BHU Graduate and has worked at Amazon for three years.
He has in-depth knowledge of Data Structures & Algorithms.
Many of his students now work at Amazon, Microsoft, Paytm, Directi, Razorpay and many more companies.
</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/bharat\ khanna.jpeg')">
<div class="inner">
<p>BHARAT KHANNA</p>
<span>Bit Masking and Backtracking</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Bharat has worked in Tower Research Capital for two years after graduating from IIT BHU.
He is a candidate master at Codeforces, two times ACM-ICPC Qualifier, winner at Goldman Sachs Quantify
2017 and World Champion at Code Sprint 2018, Hackerrank.
Students taught by him incredibly improved their ratings on Codeforces & Codechef.</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/anuj\ garg.jpeg')">
<div class="inner">
<p>ANUJ GARG</p>
<span>Development Vs CP and Resume Building</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Founder Code for Cause, A Google Summer of Code Mentor and Org Admin under the JBoss community of Red
Hat Middleware for Servers and IoT monitoring, an expert in Enterprise Java and Web Services.</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/nainagupta\ \(1\).jpg')">
<div class="inner">
<p>NAINA GUPTA</p>
<span>Placement Talk</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Currently SDE at Google, Bangalore
Ex-SDE intern at Microsoft, Amazon</p>
</div>
</div>
</div>
</div>
<div class="col1" ontouchstart="this.classList.toggle('hover');">
<div class="mentor-container">
<div class="front" style="background-image: url('images/Shantanu\ Shubham.jpeg')">
<div class="inner">
<p>SHANTANU SHUBHAM</p>
<span>Foundation of basic DSA-1 and 2</span>
</div>
</div>
<div class="back">
<div class="back-inner">
<p>Shantanu is instructor and content creator (CN)
Full-time employee at Schlumberger ( works as Software developer)
He is a public speaker and took 100+ sessiona pan India
Talks about dsa, hiring, web development and java
Winner of hackathon.He is BIT Sindri alumni
His experience includes working with FOXMULA as sde intern</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- speakers container -->
</section>
<!-- speakers Ends-->
<section id="timeline" class="section-padding Lbg " style="background:#111;"><br><br>
<div class="TEXT-container">
<h1 class="neonText aboutus" style="margin-top: 0; margin-bottom: 0;">--TIMELINE--</h1>
</div>
<div class="containerr">
<div class="timeline">
<ul>
<li>
<div class="timeline-content">
<h3 class="date">10th September</h3>
<h1>Roadmap</h1>
<strong>7 PM - Competitive Programming/Web development</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">11th September</h3>
<h1>Coding Ninjas - Array, Vectors, Strings</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">12th September</h3>
<h1>Coding Ninjas - Stack, Queue, Map, Pair and Hashing</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">13th September </h3>
<h1>Coding Blocks - Linked Lists and Recursion</h1>
<strong>7 PM - class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">14th September</h3>
<h1>Coding Blocks - Trees and Searching</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">15th September
</h3>
<h1>Coding Minutes - <br>Graphs</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">16th September</h3>
<h1>Programming Pathshala - Sorting and Greedy Algorithms</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">17th September
</h3>
<h1>Programming Pathshala - Bitmasking and Backtracking</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">18th September
</h3>
<h1>Coding Minutes - Dynamic Programming</h1>
<strong>7 PM - Class</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">19th September</h3>
<h1>Project Ideas<br>(Development and CP)</h1>
<strong>7 PM</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">20th September</h3>
<h1>CV/Resume Building</h1>
<br>
<strong>7 PM - Workshop</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">21th September</h3>
<h1>Placement Talk</h1>
<br>
<strong>7 PM - Workshop</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">22th September</h3>
<h1>Coding Ninjas - Coding Test</h1>
<br>
<strong>7 PM</strong>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">23th September</h3>
<h1>Coding Test Discission and Mock Interview Session</h1>
<strong>7 PM</strong>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Timeline Section End -->
<section class="gallery">
<section class="main-section">
<div class="cardg ca1"></div>
<div class="cardg ca2"></div>
<div class="cardg ca3"></div>
<div class="cardg ca4"></div>
<div class="cardg ca5"></div>
<div class="cardg ca6"></div>
</section>
</section>
<!-- -->
<!-- Sponsors Section Start -->
<h2 class="text-center font-weight-bold">Our Partners</h2>
<section id="sponsors" class="customer-logos slider">
<div class="slide"><img src="images/jiitosa.jpeg" alt=""></div>
<div class="slide"><img src="images/taskade.jpeg" alt="logo"></div>
<div class="slide"><a href="https://prepbytes.com/"><img src="images/prep bytes.jpeg" alt="logo"></a></div>
<div class="slide"><img src="images/hover robotix.jpeg" alt="logo"></div>
<div class="slide"><a href="https://programmingpathshala.com/"><img src="images/programming pathshala.jpeg" alt="logo"></a></div>
<div class="slide"><img src="images/repl.jpeg" alt="logo"></div>
<div class="slide"><img src="images/rosenfeld.jpeg" alt="logo"></div>
<div class="slide"><img src="images/jet brains.jpeg" alt="logo"></div>
<div class="slide"><a href="https://codingblocks.com/"><img src="images/coding blocks.jpeg" alt=""></a></div>
<div class="slide"><img src="images/xyz logo.jpeg" href="https://gen.xyz/" alt=""></div>
<div class="slide"><img src="images/snapchat.jpeg" alt=""></div>
<div class="slide"><a href="https://geeksforgeeks.org/"><img src="images/geeks for geeks.jpeg" alt=""></a></div>
<div class="slide"><img src="images/balsamiq.jpeg" alt=""></div>
<div class="slide"><a href="https://codeforcause.org/"><img src="images/code for cause.jpeg" alt=""></a></div>
<div class="slide"><a href="https://codingninjas.com/"><img src="images/coding ninjas.jpeg" alt=""></div>
</section>
<!-- Sponsors Section End -->
<!-- footer starts -->
<footer class="site-footer" id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>Contact Us</h6>
<p class="text-justify"><i class="bi bi-telephone-fill"></i> Ayush Singhal:
+91 82871 88554
</p>
<p class="text-justify"><i class="bi bi-telephone-fill"></i> Anshika Jain:+91 73909 41228</p>
<p class="text-justify"><i class="bi bi-envelope-fill"></i> [email protected]</p>
<p class="text-justify"><i class="bi bi-envelope-fill"></i> [email protected]</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="https://jiitosachapter.in">Our Chapter</a></li>
<li><a href="#navbar1">Home</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#timeline">Timeline</a></li>
</ul>
</div>
</div>
<hr>
</div>
</footer>
<!-- Footer Section End -->
<script>
$(document).ready(function () {
$('.customer-logos').slick({
slidesToShow: 6,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1000,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/tunnel.js"></script>
<script src="assets/js/nivo-lightbox.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
</body>
</html>