-
Notifications
You must be signed in to change notification settings - Fork 5
/
team.html
685 lines (605 loc) · 27.4 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>AcademiaEdge - Team</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/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,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!--for active footer and active navbar styling-->
<style type="text/css">
#footer .footer-top .footer-links ul li:nth-child(4) {
color: #4be8b0;
}
</style>
<!-- js for using same nav and footer code-->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script>
$(function () {
$("#samedropdown").load("/timesaving/dropdown.html");
$("#samefooter").load("/timesaving/footer.html");
});
</script>
<!--<script>
var c = document.getElementById("getnavactive").children;
c[0].classList.add("active");
</script>-->
</head>
<body>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/9091447.js"></script>
<!-- End of HubSpot Embed Code -->
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<!--<a href="index.html"><img src="assets/img/hero-img.png" style="height:50px;width:50px;display:inline-block;"alt="" class="img-fluid"></a>-->
<h1 class="text-light" style="display:inline-block"><a href="index.html">AcademiaEdge</a></h1>
</div>
<!--nav menu-->
<nav class="nav-menu navflex">
<ul>
<li><a href="/index.html">Home</a></li>
<li class="switchmobile"><a href="/courses.html">Courses</a></li>
<li class="switchdesktop">
<div class="navdropdown"><a href="/courses.html">Courses</a>
<!--same dropdown-->
<div id="samedropdown"></div>
</div>
</li>
<li><a href="/joinus.html">Join Us</a></li>
<li class="active"><a href="/team.html">Team</a></li>
<li><a href="/sponsors.html">Sponsors</a></li>
</ul>
</nav>
</div>
</header><!-- End Header -->
<div class="bg-image2">
<div class="bg-text">
<h1 data-aos="zoom-in">Our Great Team</h1>
</div>
</div>
<!-- ======= Team Section ======= -->
<!-- all images need to be 400px by 474px-->
<section id="team" class="team">
<div class="container">
<div class="section-titlebtnbelow" data-aos="fade-right">
<h2>Team</h2>
<p>Meet the Team</p>
</div>
<div id="myBtnContainerteam" data-aos="fade-up" data-aos-delay="1000">
<span>Select</span>
<div class="dropdownfilter">
<but class="profilebutton activebutton" onclick="filterSelection('all')"> The Team</but>
<but class="profilebutton" onclick="filterSelection('admin')"> Founders</but>
<but class="profilebutton" onclick="filterSelection('board')"> Executive Board</but>
<but class="profilebutton" onclick="filterSelection('scratch')"> Scratch</but>
<but class="profilebutton" onclick="filterSelection('webdev')"> Web Development</but>
<but class="profilebutton" onclick="filterSelection('python')"> Python</but>
<but class="profilebutton" onclick="filterSelection('javascript')"> JavaScript</but>
<but class="profilebutton" onclick="filterSelection('rust')"> Rust</but>
<but class="profilebutton" onclick="filterSelection('Java')"> Java</but>
<but class="profilebutton" onclick="filterSelection('cplusplus')"> C++</but>
</div>
</div>
<div class="teamgrid">
<div class="organizer board admin webdev">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/raghavprofilepic.png" class="img-fluid"
alt="Raghav profilepic"></div>
<div class="member-info">
<h4>Raghav Sriram</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/RaghavSriram72"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board admin webdev">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/avinashprofilepic.png" class="img-fluid"
alt="Avinash profilepic"></div>
<div class="member-info">
<h4>Avinash Valuveri</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/AvinashValuveri"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board scratch python webdev admin">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/eamonprofilepic.png" class="img-fluid"
alt="Eamon profile pic"></div>
<div class="member-info">
<h4>Eamon Mukhopadhyay</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/EMukhoAcademiaEdge"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board admin webdev">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/maxwellprofilepic.png" class="img-fluid"
alt="Maxwell profilepic"></div>
<div class="member-info">
<h4>Maxwell Ye</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/Nitrostrider"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board admin scratch">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/ericprofilepic.png" class="img-fluid"
alt="Eric profile pic"></div>
<div class="member-info">
<h4>Eric Guo</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/EricGuo0929"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board admin python">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/ericzprofilepic.png" class="img-fluid"
alt="Eric Z profile pic"></div>
<div class="member-info">
<h4>Eric Zhu</h4><span>Co-Founder</span>
<div class="social">
<a target="_blank" href="mailto:ericzhu105@gmail"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/ericzhu105"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board python">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/adamprofilepic.png" class="img-fluid"
alt="Adam profile pic"></div>
<div class="member-info">
<h4>Adam Ventura</h4><span>Head of Marketing</span>
<div class="social">
<a target="_blank" href="mailto: [email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href=" https://github.com/AdamVentura"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board webdev">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/colinwolfeprofilepic.png" class="img-fluid"
alt="Colin profile pic"></div>
<div class="member-info">
<h4>Colin Wolfe</h4><span>Head of Technology</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/coho905"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board webdev">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/thomasprofilepic.jpeg" class="img-fluid"
alt="Colin profile pic"></div>
<div class="member-info">
<h4>Thomas Guzman</h4><span>Head of Courses</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board marketing python">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/nalinnagarprofilepic.png" class="img-fluid"
alt="Nalin profile pic"></div>
<div class="member-info">
<h4>Nalin Nagar</h4><span>Head of Events</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/NNDEV1"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer board javascript">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/jeremiprofilepic.png" class="img-fluid"
alt="Jeremi profile pic"></div>
<div class="member-info">
<h4>Jeremi Kilimnik</h4><span>Finance Director</span>
<div class="social">
<a target="_blank" href="mailto: [email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/Banik1103"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer marketing">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/sophiaprofilepic.png" class="img-fluid"
alt="sophia profile pic"></div>
<div class="member-info">
<h4>Sophia Yang</h4><span>Graphic Designer</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer marketing">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/devpfp.png" class="img-fluid"
alt="dev profile pic"></div>
<div class="member-info">
<h4>Dev Mathur</h4><span>Social Media Manager</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer marketing">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/catherineprofilepic.png" class="img-fluid"
alt="catherine profile pic"></div>
<div class="member-info">
<h4>Catherine Byrne</h4><span>Social Media Manager</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer python">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/janprofilepic.png" class="img-fluid"
alt="Jan profile pic"></div>
<div class="member-info">
<h4>Jan Pilař</h4><span>Python Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/RenegadeLeaf4"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer python">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/sabriprofilepic.png" class="img-fluid"
alt="Zhenyu profile pic"></div>
<div class="member-info">
<h4>Sabri Hamza</h4><span>Python Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer rust">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/jacobyprofilepic.png" class="img-fluid"
alt="jacoby profile pic"></div>
<div class="member-info">
<h4>Jacoby Yliemieni</h4><span>Rust Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/Jacoby-Y"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer Java">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/alexpfp.png" class="img-fluid"
alt="alex profile pic"></div>
<div class="member-info">
<h4>Alex Park</h4><span>Java Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer Java">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/shivaprofilepic.png" class="img-fluid"
alt="shiva profile pic"></div>
<div class="member-info">
<h4>Shiva Oswal</h4><span>Java Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/Agnimandur"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer Java">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/aryaanprofilepic.png" class="img-fluid"
alt="shiva profile pic"></div>
<div class="member-info">
<h4>Aryaan Singh</h4><span>Java Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer javascript">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/yinuoprofilepic.png" class="img-fluid"
alt="Yinuo profile pic"></div>
<div class="member-info">
<h4>Yinuo Huang</h4><span>Javascript Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/SnowballSH"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="organizer cplusplus">
<div class="profileclass">
<div class="member">
<div class="pic"><img src="assets/img/profilepic/zhenyuprofilepic.png" class="img-fluid"
alt="Zhenyu profile pic"></div>
<div class="member-info">
<h4>Zhenyu Liang</h4><span>C++ Teacher</span>
<div class="social">
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target="_blank" href="https://github.com/Zhenyu-Liang"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<div class="section-titlebtnbelow" data-aos="fade-right">
<h2>Other Projects</h2>
<p>Our Companies</p>
</div>
<div>
</div>
<div class="row">
<div class="col-xl-5 col-lg-6 d-flex justify-content-center align-items-stretch">
<img data-aos="fade-right" src="/assets/img/nexedgeinnovationsquicklook.png" class="img-fluid"
style="border-radius: 25px;" alt="NexEdge Innovations">
</div>
<div
class="col-xl-7 col-lg-6 icon-boxes2 d-flex flex-column align-items-stretch justify-content-center teambox">
<h2 class="joinusheader" style="text-align:left;">NexEdge Innovations</h2>
<p>NexEdge Innovations is a multi-conglomerate company composed of a team of students based in Indiana. We
aspire to help other high school students by creating a platform where they can share their opinion, ideas,
and views on global issues, all while giving advice to students and inspiring them to learn and teach
others.
</p>
<div class="text-center text-lg-center">
<a target="_blank" href="https://nexedgeinnovations.com/" class="btn-to-visit scrollto button15"
data-aos="fade-up"><span>Visit NexEdge Innovations!</span></a>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-xl-5 col-lg-6 d-flex justify-content-center align-items-stretch">
<img data-aos="fade-right" src="/assets/img/voicesofcarmelquicklook.png" class="img-fluid"
style="border-radius: 25px" alt="NexEdge Innovations">
</div>
<div
class="col-xl-7 col-lg-6 icon-boxes2 d-flex flex-column align-items-stretch justify-content-center teambox">
<h2 class="joinusheader" style="text-align:left;">Voices of Carmel</h2>
<p>With the current events unfolding, it becomes increasingly difficult to voice your opinion. Voices of
Carmel aims to solve just that. On this blog, all citizens of Carmel can suggest changes that will provide
help to this city and share opinions on a safe space. If you have anything that you want to say about the
city, please post it here and we will help you share your opinion.
</p>
<div class="text-center text-lg-center">
<a href="https://voicesofcarmel.com/" target="_blank" class="btn-to-visit scrollto button15"
data-aos="fade-up"><span>Visit Voices of Carmel!</span></a>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Contact Section ======= -->
<section class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right" data-aos-delay="100">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>Virtual from Home!</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="icofont-phone"></i>
<h4>Phone</h4>
<p>(317) 675-8645</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left" data-aos-delay="200">
<form action="contact.php" method="post" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input id="firstnamec" type="text" name="firstname" placeholder="Your Name" data-rule="minlen:4"
data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="Email" id="emailc" name="email" placeholder="Your Email" data-rule="email"
data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" id="subjectc" name="subject" placeholder="Subject" data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea name="message" id="message" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Message"></textarea>
</div>
<div class="text-center"><button style="color:white" type="submit" class="submity" name="submit"
class="btn_email">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!--same footer-->
<div id="samefooter"></div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Template Main2 JS File -->
<script src="assets/js/main2.js"></script>
<script>
//for the filter button all
filterSelection("all")
function filterSelection(c) {
var x, i;
x = document.getElementsByClassName("organizer");
if (c == "all") c = "";
for (i = 0; i < x.length; i++) {
w3RemoveClass(x[i], "buttonappear");
if (x[i].className.indexOf(c) > -1) w3AddClass(x[i], "buttonappear");
}
}
function w3AddClass(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
if (arr1.indexOf(arr2[i]) == -1) { element.className += " " + arr2[i]; }
}
}
function w3RemoveClass(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
while (arr1.indexOf(arr2[i]) > -1) {
arr1.splice(arr1.indexOf(arr2[i]), 1);
}
}
element.className = arr1.join(" ");
}
// Add active class to the current button (highlight it)
var btnContainer = document.getElementById("myBtnContainerteam");
var btns = btnContainer.getElementsByClassName("profilebutton");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function () {
var current = document.getElementsByClassName("activebutton");
current[0].className = current[0].className.replace(" activebutton", "");
this.className += " activebutton";
});
}
</script>
</body>
</html>