forked from sainikcodes24x7/EarthXChange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
634 lines (583 loc) · 24.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EarthXChange - The Climate Change</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Poppins&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./css/sponsorstyle.css">
<link rel="stylesheet" href="./css/footercss.css" />
<link rel="stylesheet" href="./css/bannerstyle.css">
<link rel="stylesheet" href="./css/navbarstyle.css">
<link rel="stylesheet" href="./css/timerstyle.css">
<link rel="stylesheet" href="./css/aboutstyle.css">
<link rel="stylesheet" href="./css/speakerstyle.css">
<link rel="stylesheet" href="./css/faqstyle.css">
<link rel="stylesheet" href="./css/timelinestyle.css">
<link rel="stylesheet" href="./css/trackstyle.css">
<link rel="stylesheet" href="./css/location-contactstyle.css">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-16x16.png">
<link rel="manifest" href="./assets/site.webmanifest">
<script
src="https://kit.fontawesome.com/49282bf691.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- navbar -->
<nav class="navbar">
<div class="logo"><img src="./assets/earth-xchange-logo.png" alt="" style="width: 120px;"></div>
<ul class="links">
<li><a href="#about">About</a></li>
<li><a href="#tracks-container">Tracks</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScDyK2cNM9KPhc1mWMWPgZBOXvh_YCxJyZz73cy-GExdMBFyw/viewform?usp=sf_link" target="_blank">Register Now</a></li>
</ul>
<div class="toggle_btn">
<i class="fa-solid fa-bars fa-xl"></i>
</div>
</nav>
<div class="dropdown_menu">
<li><a href="#about">About</a></li>
<li><a href="#tracks-container">Tracks</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScDyK2cNM9KPhc1mWMWPgZBOXvh_YCxJyZz73cy-GExdMBFyw/viewform?usp=sf_link" target="_blank">Register Now</a></li>
<li><a href="#faq">FAQ</a></li>
</div>
<!-- main -->
<main>
<section id="climate-change" class="climate-change">
<!-- <img src="./assets/cc_img.jpeg" alt="cimate-image" class="media-content"> -->
<div class="content">
<!--content-->
</div>
</section>
</main>
<div class="circle1"></div>
<div class="circle2"></div>
<div class="register-btn"> <a href="https://docs.google.com/forms/d/e/1FAIpQLScDyK2cNM9KPhc1mWMWPgZBOXvh_YCxJyZz73cy-GExdMBFyw/viewform?usp=sf_link" class="register-button" target="_blank">Explore</a></div>
<!--Timer section starts-->
<section class="countdown-section">
<div class="timer-container">
<div class="timer-row">
<div class="timer-col">
<div class="event-date">
<h2>Event Date:</h2>
<h2>5th June, 2023</h2>
</div>
</div>
<div class="timer-col">
<div class="counter">
<div class="day">
<h2 class="day-text">0</h2>
<h3>Days</h3>
</div>
<div class="hour">
<h2 class="hour-text">0</h2>
<h3>Hrs</h3>
</div>
<div class="minute">
<h2 class="minute-text">0</h2>
<h3>Mins</h3>
</div>
<div class="day">
<h2 class="second-text">0</h2>
<h3>Secs</h3>
</div>
</div>
</div>
</div>
</div>
<script src="scripts/countdown.js"></script>
</section>
<!--COunter section ends-->
<!--About section begins-->
<section class="about" id="about">
<div class="about-text">
<div class="about-heading">
<h2>About</h2>
<img src="assets\earth-xchange-logo.png" alt="" />
</div>
<p>
As the issue of climate change becomes increasingly
pressing, IEEE JUSB presents before all this World Environment Day
EarthXChange, an event to promote environment sustainability and
awareness. Powered by the enthusiasm of students and climate activists
world wide, this event will provide a platform for the confluence of
ingenious talent and academic expertise, thus making a humble
contribution in our fight against climate change.
</p>
</div>
</section>
<!-- tracks section -->
<section id="tracks-container">
<h1 class="tracktitle" style="color: white;font-weight: 900;font-size: 4rem;color: #ffffff;">Tracks</h1>
<div id="tracks">
<div class="box">
<img src="./assets/VQ1k.png" alt="" />
<h2 style="color: rgb(1, 143, 60)">Venture Quest</h2>
<p>
Venture Quest presents a platform for individuals to showcase
innovative ideas in front of a panel of esteemed judges, connect
with investors, and gain expert feedback. Get ready to unleash your
inner innovator!
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf2npqi3adZIMZD7OARtB0VbrX0Nig9XjNDD0qph5koGGc7Qw/viewform?vc=0&c=0&w=1&flr=0" target="_blank">Register Now</a>
</div>
<div class="box">
<img src="./assets/logoW-01.png" alt="" />
<h2 style="color: rgb(1, 143, 60)">Climate Connect</h2>
<p>
Climate-Connect invites individuals to analyze data, identify
anomalies, and provide actionable insights, enhancing climate action
initiatives in the designated area for effective real-world
implementation and positive environmental impact.
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScWRinypw16biJH07vl9_SZawUiZgr9_ugolRI4xuWEXC2J9Q/viewform?usp=sf_link" target="_blank">Register Now</a>
</div>
</div>
</section>
<!-- speakers section -->
<div id="speakers">
<h2 class="speakers-title">Our Speakers</h2>
<div class="speaker-container">
<div class="card">
<div class="imgBx">
<img src="./assets/DrDebajitDatta.jpeg" alt="" />
</div>
<div class="content">
<h2>Dr. Debajit Datta</h2>
<div class="socials">
<a href="https://www.linkedin.com/in/debajit-datta-a35b2b32/" target="_blank"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<a href="" target="_blank"><i class="fa-brands fa-twitter fa-xl"></i></a>
<a href="" target="_blank"><i class="fa-brands fa-instagram fa-xl"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="imgBx">
<img src="./assets/ProfKamalSarkar.jpeg" alt="" />
</div>
<div class="content">
<h2>Dr. Kamal Sarkar</h2>
<div class="socials">
<a href="https://www.linkedin.com/in/kamal-sarkar-00603b30/" target="_blank"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<a href="" target="_blank"><i class="fa-brands fa-twitter fa-xl"></i></a>
<a href="" target="_blank"><i class="fa-brands fa-instagram fa-xl"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="imgBx">
<img src="https://media.licdn.com/dms/image/C5603AQHy02YdxqgnLA/profile-displayphoto-shrink_800_800/0/1660587224958?e=1691020800&v=beta&t=KDjfey3b74Z0NaWSm1mtLYHKzgPC0x3427rLnaLsOvA" alt="" />
</div>
<div class="content">
<h2>Pallavi Luharuka</h2>
<div class="socials">
<a href="https://www.linkedin.com/in/pallavi-luharuka-8a92aba7/?originalSubdomain=in" target="_blank"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<i class="fa-brands fa-twitter fa-xl"></i>
<i class="fa-brands fa-instagram fa-xl"></i>
</div>
</div>
</div>
<div class="card">
<div class="imgBx">
<img src="./assets/saptarshi_ghosh.jpeg" alt="" />
</div>
<div class="content">
<h2>Saptarshi Ghosh</h2>
<div class="socials">
<a href="https://www.linkedin.com/in/sapt3/" target="_blank"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<i class="fa-brands fa-twitter fa-xl"></i>
<i class="fa-brands fa-instagram fa-xl"></i>
</div>
</div>
</div>
</div>
</div>
<section id="timeline">
<h1 class="timeline-title">Timeline</h1>
<div class="timeline">
<div class="tlentry right">
<div class="date">9:30am</div>
<i class="icon fa fa-clock"></i>
<div class="tlcontent">
<h2 style="margin-bottom: 0.5rem;"><span style="font-weight: 600;">KP Basu Memorial Hall</span></h2>
<h2 style="color: black;">Registration Table Set Up</h2>
<!-- <p>Morning Tea and Snacks will be served</p> -->
</div>
</div>
<div class="tlentry left">
<div class="date">10:30am</div>
<i class="icon fa fa-globe"></i>
<div class="tlcontent">
<h2>Welcome Speech by Chair, Student Branch</h2>
<p>Opening remarks by IEEE Kolkata Section CS Chair - Prof. Sarbani Roy</p>
<p>Remarks by branch counsellor - Prof. Sayan Chatterjee</p>
</div>
</div>
<div class="tlentry right">
<div class="date">10:45am</div>
<i class="icon fa fa-comment"></i>
<div class="tlcontent">
<h2>Inaugural Speech</h2>
<p>Prof. Iti Saha Misra</p>
</div>
</div>
<div class="tlentry left left1">
<div class="date">11:00am-11:45am</div>
<i class="icon fa fa-bullhorn"></i>
<div class="tlcontent">
<h2>Speaker 1</h2>
<p>Dr. Debajit Datta</p>
</div>
</div>
<div class="tlentry right right1">
<div class="date">11:45am-12:30pm</div>
<i class="icon fa fa-bullhorn"></i>
<div class="tlcontent">
<h2>Speaker 2</h2>
<p>Prof. Kamal Sarkar</p>
</div>
</div>
<div class="tlentry left">
<div class="date">12:30pm</div>
<i class="icon fa fa-microphone"></i>
<div class="tlcontent">
<h2>Online Talk</h2>
<p>Saptarshi Ghosh</p>
</div>
</div>
<div class="tlentry right right1">
<div class="date">1:30pm-2:15pm</div>
<i class="icon fa fa-cutlery"></i>
<div class="tlcontent">
<h2 style="font-weight: 700;">IN TEQIP</h2>
<h2>Lunch</h2>
</div>
</div>
<div class="tlentry left left1">
<div class="date">2:30pm-4:30pm</div>
<i class="icon fa fa-recycle"></i>
<div class="tlcontent">
<h2>VENTURE QUEST <span style="font-weight: 700;">(TEQIP 101)</span></h2>
<p>JUDGES- Prof. Subhadip Basu, Prof. Sarbani Roy</p>
</div>
</div>
<div class="tlentry right right1">
<div class="date">2:30pm-4:30pm</div>
<i class="icon fa fa-recycle"></i>
<div class="tlcontent">
<h2>CLIMATE CONNECT <span style="font-weight: 700;">(TEQIP 301)</span></h2>
<p>JUDGES- Prof. Sayan Chatterjee, Prof. Chandreyee Chowdhury, Prof. Nibaran Das, Atreyi Bhanja</p>
</div>
</div>
<div class="tlentry left left1">
<div class="date">4:30pm-5:00pm</div>
<i class="icon fa fa-bullhorn"></i>
<div class="tlcontent">
<h2>Talk-3 <span style="font-weight: 700;">(TEQIP 101)</span></h2>
<p>Pallavi Luharuka</p>
</div>
</div>
<div class="tlentry right right1">
<div class="date">5:00pm-5:30pm</div>
<i class="icon fa fa-mortar-board"></i>
<div class="tlcontent">
<h2>Prize Distribution and Felicitation Ceremony</h2>
</div>
</div>
</div>
</section>
<div class="sponsor-container">
<div class="sponsor-heading">
<h1 style="font-weight: 900;font-size: 4rem;" >Sponsors</h1>
</div>
<div class="slideshow-container" >
<div class="mySlides fade">
<img src="./assets/1.png" style="width:100%">
</div>
<div class="mySlides fade">
<img src="./assets/2.png" style="width:100%">
</div>
<div class="mySlides fade">
<img src="./assets/5.png" style="width:100%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot active" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
<!-- -----faq-v3---- -->
<div class="container" id="faq">
<h2 style="font-size: 3rem; align-items: center;">Frequently Asked Questions</h2>
<div class="accordion">
<div class="accordion-item">
<button id="accordion-button-1" aria-expanded="false">
<span class="accordion-title">What is EarthXChange all about?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
EarthXchange is an event aimed at bringing together experts in the field to discuss the latest research and initiatives aimed at reducing the effects of climate change.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-2" aria-expanded="false">
<span class="accordion-title">What is the last date for registration?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
The last day to register is 2nd June.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">Where will the event be held?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
The event will be held in Room 101, Teqip Building, Jadavpur University (Jadavpur campus)
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-5" aria-expanded="false">
<span class="accordion-title">What is eligibility criteria to participate?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
Participant can be a student of ANY college, enrolled under ANY department.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">How to reach the venue?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
The venue, Teqip building lies in front of Gandhi Bhavan, easily accessible from Gate no. 4, Jadavpur University.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">What are the perks of participation?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
Well considering about the perks it's our environment getting benefited. We have not inherited this planet from our forefathers rather we have borrowed it from our children.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">Who are the target audience for the event?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
The target audience is a participant, enthusiastic about climate solutions and data interpretation.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">What are the key topics or themes that will be covered during the event?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
The key topics addressed are - Problems pertaining to Climate change, development of solutions based on analysis of data, and more.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title">Can we participate in the event online ?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
Well,no. The event is set to be held completely in offline mode and physical presence is required. However, participants will be required to bring their laptops.
</p>
</div>
</div>
</div>
</div>
<!-- Location and Contact Section -->
<div class="titleloccon" id="contact">
<h1 style="font-weight: 900;font-size: 4rem;" >Location</h1>
</div>
<div class="loccon">
<div class="location">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3686.141271809526!2d88.36922361495824!3d22.498882185220797!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a0271237f28abe9%3A0xd047bab0c8bfb11c!2sJadavpur%20University!5e0!3m2!1sen!2sin!4v1684664483958!5m2!1sen!2sin" width="300" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="contact">
<div class="conatact-title-container">
<h3 class="contact-title">Contact Us</h3>
</div>
<form action="" name="contact-us">
<div class="form-group">
<label for="email">E-mail</label>
<input type="email" name="email" id="email">
</div>
<div class="form-group">
<label for="name">Name</label>
<input type="text" name="name" id="name">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="5"></textarea>
</div>
<button type="submit" class="btn-submit">Submit</button>
</form>
</div>
</div>
<footer class="footer">
<div class="footer-container">
<div class="footer-row">
<div class="footer-col">
<h4>IEEE JUSB</h4>
<ul>
<li>
<a href="#"
>The Jadavpur University IEEE student branch, founded in 2010,
belongs to the Kolkata section of Region 10 of the
organization. We are a group of enthusiastic students who are
promoting innovative ideas both within and outside the campus.
</a>
</li>
</ul>
</div>
<div class="footer-col contacts-footer">
<h4>Useful Links</h4>
<ul>
<li class="hl"><a href="https://ieee-jaduniv.in/" target="_blank">Home</a></li>
<li class="hl"><a href="https://ieee-jaduniv.in/" target="_blank">About Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact Us</h4>
<ul>
<li><a href="#home">Jadavpur University</a></li>
<li><a href="#home">188, Raja S.C. Mallick Rd, </a></li>
<li><a href="#home">Kolkata-700032</a></li>
<li><a href="#home">India</a></li>
<li><a href="#home">Phone: +91 98361 05125</a></li>
<li><a href="#home">Email: jaduniv.ieee@gmail.com</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Follow Us</h4>
<div class="social-links">
<a href="https://www.facebook.com/ieeejusb"
><i class="fab fa-facebook-f"></i
></a>
<a href="https://www.instagram.com/_ieeeju/"
><i class="fab fa-instagram"></i
></a>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/company/ieee-ju"
><i class="fab fa-linkedin"></i
></a>
<a href="https://twitter.com/IeeeJadavpur"
><i class="fab fa-twitter"></i
></a>
</div>
</div>
<div class="line"></div>
<div class="footnote">© Copyright IEEE-JUSB. All Rights Reserved</div>
<div class="footnote">Made with <span style="margin-left: 2px;margin-right: 2px;"><i class="fa-solid fa-heart" style="color: #e9c8c4;"></i></span> by IEEE JUSB</div>
</div>
</div>
</footer>
<script src="scripts/nav.js"></script>
<script src="scripts/index.js"></script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbw3wEeReqjKtT30sECzxzO1qHvpjYKe5nL2kWzFIjI_wNUsbRg-gN00lafiTWDcg61E6Q/exec'
const form = document.forms['contact-us']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
form.reset()
console.log('Success!', response)})
.catch(error => console.error('Error!', error.message))
})
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 20,
delay: 0
});
</script>
<script>
const items = document.querySelectorAll('.accordion button');
function toggleAccordion() {
const itemToggle = this.getAttribute('aria-expanded');
for (i = 0; i < items.length; i++) {
items[i].setAttribute('aria-expanded', 'false');
}
if (itemToggle == 'false') {
this.setAttribute('aria-expanded', 'true');
}
}
items.forEach((item) => item.addEventListener('click', toggleAccordion));
</script>
<script src="./scripts/sponsor.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
</body>
</html>