This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
/
index.html
563 lines (486 loc) · 23.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Opencode'20</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css">
<link rel="stylesheet" href="https://rawgit.com/alvarotrigo/fullPage.js/dev/src/fullpage.css">
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script>
</head>
<body>
<div class="se-pre-con"></div>
<div id="fullpage">
<!--==========================
Header
============================-->
<div class="section" data-anchor="homed">
<header id="header">
<div id="topbar">
<div class="container">
</div>
</div>
<div class="container" >
<div class="logo float-left">
<h1 class="text-light"><a href="#introd" class="scrollto"><span>OPENCODE'20</span></a></h1>
<!-- <a href="#header" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a> -->
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#introd">Home</a></li>
<li><a href="#aboutd">About Us</a></li>
<li><a href="#projectsd">Projects</a></li>
<li><a href="#participantsd">Participants</a></li>
<li><a href="#mentorsd">Mentors</a></li>
<li><a href="#footerd">Contact Us</a></li>
<li>
<a href="https://www.facebook.com/opencodeiiita/"><i class="fa fa-facebook"></i></a></li>
<li>
<a href="https://twitter.com/teamOpencode/"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Landing Section
============================-->
<section id="landing">
<img id="one" src="https://raw.githubusercontent.com/opencodeiiita/Opencode-Collaborative-19/master/assets/img/opencode-banner.jpg">
</section>
</div>
<!--==========================
Intro Section
============================-->
<div class="section" data-anchor="introd">
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 intro-info order-md-first order-last">
<h2>Get started with your<br>Opensource Business!</span></h2>
<div>
<a href="#aboutd" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
<div class="col-md-6 intro-img order-md-last order-first">
<img src="img/intro-img.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- #intro -->
</div>
<div class="section" data-anchor="aboutd">
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div>
<div class="about-content">
<h2>About Opencode</h2>
<p>OpenCode is a month of opensource where programmers, designers and innovators code, design, learn and build solutions that tackle real-world problems.
It is organised annually by Geekhaven, the technical society of Indian Institute of Information Technology, Allahabad. It aims at giving
a hands on experience of Open source to the newbies as well as the pros. </p>
<p>
The participants compete in this month long battle of development, completing tasks of Web Development, App Development, Design,
Programming, Machine Learning and many more, all wishing to see their names at the top of the glorious Leaderboard!
</p>
<ul>
</ul>
</div>
</div>
</div>
</div>
</section><!-- #about -->
</main>
</div>
<!--==========================
Timer
============================-->
<table id="timer">
<tr class="time">
<td colspan="4" >ENDS IN</td>
</tr>
<tr>
<td id="Days">Days</td>
<td id="Hours">Hours</td>
<td id="Minutes">Minute</td>
<td id="Seconds">Seconds</td>
</tr>
<tr class="time">
<td id="days"></td>
:
<td id="hours"></td>
<td id="minutes"></td>
<td id="seconds"></td>
</tr>
</table>
<div class="section" data-anchor="projectsd">
<!--==========================
Projects Section
============================-->
<main id="main">
<div class = "container">
<h2 id = "projects">Open Code Projects</h2>
<div class="row">
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6">
<div class="single-blog">
<span class="proj_name">
<img src = "icon/movie.png" width = "50px" height = "50px">
<br>MoviesSearch </span>
<p class="proj">A React based application for searching movies.</p>
<a href="https://github.com/opencodeiiita/MoviesSearch" target="__blank"><button class = "links"><span>Project Repository</span></button></a>
</div>
</div>
<div class=" box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name">
<img src = "icon/news.png" width = "50px" height = "50px">
<br>NEWS-Bucket</span>
<p class = "proj">A Kotlin Application that fetches latest news on the go.</p>
<a href="https://github.com/opencodeiiita/NEWS-Bucket"target="__blank"> <button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "icon/map.png" width = "45px" height = "40px">
<br>Interactive Map</span>
<p class = "proj">An interactive mapping web application written in HTML, CSS, JS and jQuery.</p>
<a href="https://github.com/opencodeiiita/interactive-map" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"> <img src = "icon/library.png" width = "50px" height = "50px">
<br>Li Book</span>
<p class = "proj">A Personal digital library application written in HTML.</p>
<a href="https://github.com/opencodeiiita/libook" target="__blank"><button class = "links" ><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "icon/web.png" width = "40px" height = "40px">
<br>OpenCode'20 Website </span>
<p class = "proj">OpenCode'20 Webite developed collaborativly by participants.</p>
<a href="https://github.com/opencodeiiita/Opencode-Collaborative-20" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "icon/app.jpeg" width = "40px" height = "40px">
<br>OpenCode'20 App </span>
<p class = "proj">OpenCode'20 App developed collaborativly by participants.</p>
<a href="https://github.com/opencodeiiita/Opencode20-Collaborative-TheApp"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn3.iconfinder.com/data/icons/streamline-icon-set-free-pack/48/Streamline-26-512.png" width = "45px" height = "45px"><br>
Sassy CSS Reborn
</span>
<p class = "proj">A repository for implementing beautiful designs in CSS.</p>
<a href="https://github.com/opencodeiiita/sassy-css-reborn" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn4.iconfinder.com/data/icons/help-and-support-5/64/info-service-resource-detail-data-512.png" width = "45px" height = "45px">
<br>Portal </span>
<p class = "proj">A resource sharing platform.</p>
<a href="https://github.com/opencodeiiita/Portal" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn1.iconfinder.com/data/icons/popular-vol-1-11/32/popular_75-512.png" width = "45px" height = "45px"><br>Destination Portal</span>
<p class = "proj">A portal for your dream destinations.</p>
<a href="https://github.com/opencodeiiita/opencode20-destination-portal" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn0.iconfinder.com/data/icons/forgen-seo-1/64/keywords-rankings-512.png" width = "45px" height = "45px">
<br>Opencode20 Leaderboard Frontend </span>
<p class = "proj" style="padding-top:10px;">A portal for your dream destinations.</p>
<a href="https://github.com/opencodeiiita/Opencode-20-Leaderboard-Frontend" target="__blank"><button class = "links" id="leaderboard"style="margin-top:-10px "><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><svg height="45" viewBox="0 0 64 64" width="45" xmlns="http://www.w3.org/2000/svg"><g id="Certificate-5" data-name="Certificate"><g fill="#9bc9ff"><path d="m49 40-8 8-8-8a11.993 11.993 0 0 0 -12 12v4h40v-4a12 12 0 0 0 -12-12z"/><path d="m57 35h4l-2-8z"/><path d="m27 21.97a14.909 14.909 0 0 0 2 .98 32.456 32.456 0 0 0 12 2.05 32.456 32.456 0 0 0 12-2.05 14.909 14.909 0 0 0 2-.98v-8.22l-14 5.25-14-5.25z"/><path d="m11 45v-42h-4a4 4 0 0 0 -4 4v46a7.989 7.989 0 0 1 8-8z"/></g><path d="m49 39h-1.1a12.989 12.989 0 0 0 6.1-11v-4.4a15.643 15.643 0 0 0 1.51-.767 1 1 0 0 0 .49-.863v-7.527l1.182-.443h.818v8.184a2.986 2.986 0 0 0 -.215 5.553l-1.755 7.02a1 1 0 0 0 .97 1.243h4a1 1 0 0 0 .97-1.243l-1.755-7.02a2.986 2.986 0 0 0 -.215-5.553v-9.184a1 1 0 0 0 -1-1h-1.818l-9.182-3.443v-5.557a1 1 0 0 0 -1-1h-40a5.006 5.006 0 0 0 -5 5v46a9.011 9.011 0 0 0 9 9h36a1 1 0 0 0 1-1v-4h13a1 1 0 0 0 1-1v-4a13.015 13.015 0 0 0 -13-13zm-2.414 2-5.586 5.586-5.586-5.586zm-5.586-2a11.013 11.013 0 0 1 -11-11v-3.613a35.362 35.362 0 0 0 11 1.613 35.37 35.37 0 0 0 11-1.612v3.612a11.013 11.013 0 0 1 -11 11zm13-17.615a15.064 15.064 0 0 1 -1.382.641 31.421 31.421 0 0 1 -11.618 1.974 31.413 31.413 0 0 1 -11.624-1.977 14.776 14.776 0 0 1 -1.376-.638v-6.192l12.649 4.744a1.009 1.009 0 0 0 .7 0l12.651-4.744zm5 2.615a1 1 0 1 1 -1 1 1 1 0 0 1 1-1zm-.719 10 .719-2.877.719 2.877zm-6.8-20-10.481 3.932-13.152-4.932 13.152-4.932 10.485 3.932h-10.485v2zm-39.481-10h34v3.807l-4.649-1.744a1.009 1.009 0 0 0 -.7 0l-16 6a1 1 0 0 0 0 1.874l1.349.506v7.527a1 1 0 0 0 .49.861 15.423 15.423 0 0 0 1.51.769v4.4a12.989 12.989 0 0 0 6.1 11h-1.1a12.972 12.972 0 0 0 -10.226 5h-10.774zm-8 3a3 3 0 0 1 3-3h3v40.06a8.981 8.981 0 0 0 -5.37 2.575 9.308 9.308 0 0 0 -.63.707zm42 53h-35a7 7 0 1 1 0-14h10.479a12.9 12.9 0 0 0 -1.479 6v4a1 1 0 0 0 1 1h25zm14-5h-38v-3a11.005 11.005 0 0 1 10.606-10.98l5.98 5.98h-12.586v2h30v-2h-12.586l5.98-5.98a11.005 11.005 0 0 1 10.606 10.98z" fill="#57a4ff"/><path d="m8 52h9v2h-9z" fill="#57a4ff"/><path d="m16 40v-32h13v-2h-14a1 1 0 0 0 -1 1v34a1 1 0 0 0 1 1h6v-2z" fill="#57a4ff"/></g></svg>
<br>SilverBook </span>
<p class = "proj">An Everyday attendance management and GPA prediction app with over 500 users.</p>
<a href="https://github.com/opencodeiiita/SilverBook" target="__blank"><button class = "links" id="silver" style="margin-top:10px;" ><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"> <img src = "https://cdn3.iconfinder.com/data/icons/logos-and-brands-adobe/512/267_Python-512.png" width = "45px" height = "45px"><br>Monty Python Class</span>
<p class = "proj">A repository aimed for python learners</p>
<a href="https://github.com/opencodeiiita/Monty_Python_Class" target="__blank"><button class = "links" id="python_pro" style="margin-top: 10px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn0.iconfinder.com/data/icons/icocentre-free-icons/152/f-code-cpp_128-512.png" width = "45px" height = "45px">
<br>CodeLines</span>
<p class = "proj">A project aimed at encouraging competitive coding among students.</p>
<a href="https://github.com/opencodeiiita/CodeLines" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn0.iconfinder.com/data/icons/streamline-emoji-1/48/115-girl-2-512.png" width = "45px" height = "45px">
<br>Code Like a Girl</span>
<p class = "proj">Opencode's girls only repository.</p>
<a href="https://github.com/opencodeiiita/Code-like-a-Girl" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
<div class="box d-flex align-content-stretch flex-wrap col-lg-4 col-sm-6" >
<div class="single-blog">
<span class="proj_name"><img src = "https://cdn0.iconfinder.com/data/icons/streamline-emoji-1/48/094-robot-face-3-512.png" width = "45px" height = "45px">
<br>INTEL-20 </span>
<p class = "proj">A machine learning repository.</p>
<a href="https://github.com/opencodeiiita/INTEL-20" target="__blank"><button class = "links" style="margin-top: 0.1px;"><span>Project Repository</span></button></a>
</div>
</div>
</div>
</div>
</main>
</div>
<div class="section" data-anchor="participantsd">
<!--==========================
Participants and details
============================-->
<main id = "main">
<div class="container">
<div class="row ch">
<h1 id="participants">Participants</h1>
<br>
<!-- <div id ="part_details">
</div> -->
<div class="col-lg-12 col-md-12 col-xs-12 table-responsive">
<table class="table table-hover table-bordered">
<thead>
<tr class="bgColor">
</tr>
</thead>
<tbody id="myTable">
</tbody>
</table>
</div>
<div class="container">
<!-- <div class="col-lg-6 col-md-6 col-xs-12 pull-right" id="para">
</div> -->
<button type="button" class="btn btn-primary" id="PreValue">Previous</button>
<button type="button" class="btn paginationList"> </button>
<button type="button" class="btn btn-primary" id="nextValue">Next</button>
</div>
</div>
</div>
</main>
</div>
<!--==========================
Mentors and details
============================-->
<div class="section" data-anchor="mentorsd">
<main id = "main">
<div class="container">
<div class="row ch">
<h1 id="mentors">Mentors</h1>
<br>
<div class="col-lg-12 col-md-12 col-xs-12 table-responsive">
<table class="table table-hover table-bordered">
<thead>
<tr class="bgColor">
</tr>
</thead>
<tbody id="myMentorTable">
</tbody>
</table>
</div>
</div>
</div>
</main>
</div>
<!-- </div>
<div class="col-lg-12 col-md-12 col-xs-12">
<div class="col-lg-6 col-md-6 col-xs-12 pull-right" id="para">
</div>
<div class="col-lg-6 col-md-6 col-xs-12 pull-right">
<div class="col-lg-1 col-md-2 col-xs-6 padding">
<button class="col-lg-12 col-xs-12 bgColor" id="PreValue">Previous</button>
</div>
<div class="col-lg-6 paginationList padding">
</div>
<div class="col-lg-1 col-md-2 col-xs-6 padding">
<button class="col-lg-12 col-xs-12 bgColor" id="nextValue">Next</button>
</div>
</div>
</div> -->
<!--==========================
Footer
============================-->
<div class="section fp-auto-height" data-anchor="footerd">
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<a id="back2Top" title="Move to Top" href="#">➤</a>
</div>
</div>
</div>
</div>
<div class="footer">
<ul class="social_list list-unstyled mt-4">
Find us on:<br>
<li>
<a href="https://www.facebook.com/opencodeiiita/" >
<span class="fa fa-facebook"></span>
</a>
</li>
<li>
<a href="https://twitter.com/teamOpencode">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="https://github.com/opencodeiiita">
<span class="fa fa-github"></span>
</a>
</li>
<li>
<a href="https://opencodeiiita.github.io/">
<span class="fa fa-globe"></span>
</a>
</li>
</ul>
<div class="text-copyright">
© Copyright <strong>OpenCode'20</strong> | GeekHaven - IIIT Allahabad
</div>
</div>
</footer>
</div>
</div>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<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/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script type="text/javascript" src = "data/participants.json"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.8/fullpage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.8/vendors/scrolloverflow.js"></script>
<script type="text/javascript" src = "data/mentors.json"></script>
<style>
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color:#413e66;
color: white;
margin-top: 10pt;
padding-top: 5pt;
padding-bottom: 10pt;
text-align: center;
}
.social_list li {
display: inline-block;
}
.social_list li a {
width: 35px;
height: 35px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
margin: 0.5em;
background: #fff;
display: block;
}
.social_list li a span {
color: black;
font-size: 0.9em;
text-align: center;
margin: 0.2;
line-height: 2.5em;
}
.social_list :hover{
background:cornsilk;
border-radius: 50%;
}
@media screen and (max-width: 450px) {
.text-copyright {
display: block;
font-size: small;
}
}
</style>
<script>
$(window).load(function() {
// Animate loader off screen
$(".se-pre-con").fadeOut("slow");
});
new fullpage('#fullpage', {
//options here
autoScrolling:true,
scrollOverflow:true,
anchors: ['homed', 'introd', 'aboutd', 'projectsd', 'participantsd', 'mentorsd', 'footerd']
});
</script>
<!-- <script >
var mydata = JSON.parse(JSON.stringify(data))
for(var i=0; i< mydata.length; i++){
var f = mydata[i]
var tblRow = "<div class=\"col-lg-3 col-sm-6 tiles \"><div class=\"card \" style=\" width: 10rem;\">" + "<img class=\"card-img-top\" src = \" "+f.imageurl+" \" onerror=\"this.src=\'img/prof.png\';\" alt=\"Card image cap\" \"width = \"50%\" height = \"40%\"></span> "+"<div class=\"card-body \" ><span class=\"card-title\">"+ f.name+"</span> "+"<p class=\"card-text\"> <ul class=\"list-group list-group-flush\">"+ "<li class=\"list-group-item\"> College: " + f.college+ "</li>" +"</ul></p>"+
"<span class=\"proj_name\">"+ "<div class = \"displa\"><button class = \"lin\" onclick=\"window.location.href =\'"+ f.github+"\' ;\" style=\"margin-top: 0.1px;\"><span>"+ "Github"+ "</span></button> </div> <button class = \"lin\" onclick=\"window.location.href =\' "+ f.facebook+"\' ;\" style=\"margin-top: 0.1px;\"><span>"+ "Facebook"+ "</span></button> </div> </div>"
// console.log(tblRow)
$(tblRow).appendTo("#part_details");
}
</script> -->
<!-- <script>
var number = Math.round(partDetails.length / elements_per_page);//get total page number
for(i=0;i<=number;i++) {
$('.nav').append('<button class="btn">'+i+'</button>');//append a button for each page
}
$('.nav button').click(function(){//bind a click event
var start = $(this).text();//get the current page
table.empty();//empty the table
limit = 3*(parseInt(start)+1) > max_size ? max_size: 3*(parseInt(start)+1);//set the limit to max size if the limit is bigger then the max size
goFun(start*3,limit); //populate the table
});
</script> -->
</body>
</html>