-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
582 lines (541 loc) · 30.4 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events | NSS IIT Dharwad</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/minty/bootstrap.min.css">
<link rel="icon" href="nss.svg" type="logo1.png" sizes="16x16">
<link rel="stylesheet" href="style2.css">
<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=Antonio:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style>
h4{
text-align: center;
}
</style>
</head>
<body>
<main>
<div style="z-index: 50;" class="navbar">
<div class="logo">
<img src="nss.svg" onclick="location.href = 'index.html';">
NSS
</div>
<div class="nav-collapse" id="topnav">
<a class="nav2 navbtn" onclick="location.href = 'index.html';">Home</a>
<a class="nav3 navbtn" onclick="location.href = 'teams.html';">Teams</a>
<a class="nav4 navbtn" onclick="location.href = 'events.html';">Events</a>
<a class="nav5 navbtn" onclick="location.href = 'contact.html';">Contact Us</a>
<a class="nav6 navbtn" onclick="location.href = 'g1.html';">Gallery</a>
<a class="icon" onclick="navResponsive()">
<div class="ham" onclick="hamAnimate(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</a>
</div>
</div>
<div class="desktop-display">
<div class="img_container top_img">
<img
src='gallery/event.JPG'
alt=""
/>
<div class="main-section" style="width: 100%; background-color: black; padding: 0">
<h1 style="text-align: center; color: white; font-size: 80px;">Events</h1>
</div>
</div>
<section class="main-section">
<div style="padding-top: 5%; margin-left: 5%; margin-right: 5%;" class="content_wrapper">
<h3 style="color: black; text-align: justify;">
Welcome to the NSS Events Section!
At NSS IIT Dharwad, we believe in making a tangible impact through our diverse range of events
aimed at fostering community engagement and social responsibility. Our events are not just activities;
they are transformative experiences that empower our members to contribute meaningfully to society.
</h3>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/yuva8.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Yuva Samvad- India@2047</h4>
<p style="text-align: justify;">
On March 3rd, 2024, IIT Dharwad hosted "Yuva Samvad- India@2047," a youth dialogue
focused on the nation's goal of becoming a developed nation. This engaging event featured
esteemed faculty members, Dr. Kavita Devi and Prof. Keerthi Kumar, who led discussions with young minds.
The program also included an essay and drawing competition,
providing students with a platform to express their ideas and vision for a developed India.</p>
<div class="stage">
<a href="g1.html#yuva" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/mun4.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Yuvamanthan Model United Nations(YMUN)- Viksit Bharat@2047</h4>
<p style="text-align: justify;">The NSS wing of IIT Dharwad hosted the
"Yuvamanthan Model United Nations (YMUN) - Viksit Bharat@2047" on March 24th, 2024.
This simulation exercise provided a platform for IIT Dharwad students to engage in critical
discussions on pressing global issues. Divided into committees like the UN Human Rights Council
(UNHRC) and the Committee on Science and Technology (CST), students debated and deliberated on
real-world challenges. The event culminated in an award
ceremony recognizing the outstanding performances of the participants.</p>
<div class="stage">
<a href="g1.html#ymun" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/clean1.JPG" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Cleanliness Drive at IIT Dharwad</h4>
<p style="text-align: justify;">Demonstrating their commitment to social
responsibility, the NSS wing of IIT Dharwad organized successful cleanliness drives on
January 16th and February 8th, 2024. Enlisting enthusiastic volunteers, they tackled waste across
campus and surrounding areas, promoting a cleaner environment, fostering community pride, and highlighting
the importance of proper waste management for public health and environmental well-being.</p>
<div class="stage">
<a href="g1.html#clean" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/img3.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Ek Tareekh Ek Ghanta(ETEG)</h4>
<p style="text-align: justify;">
The "Ek Tareekh Ek Ghanta" (ETEG) campaign organized by NSS,
IIT Dharwad was a resounding success! Participants joined hands for a lively cleanliness drive,
where we collectively cleaned up our campus surroundings.
An engaging awareness session shed light on waste management and sustainable practices. Apart from this
IIT DHARWAD NSS team conducts a cleanliness camp at IIT DHARWAD Permanent campus every week.
A group of 26 NSS volunteers of IIT DHARWAD participated in Swachh Bharat Mission.</p>
<div class="stage">
<a href="g1.html#eteg" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/img6.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Har Ghar Tiranga Awareness Program</h4>
<p style="text-align: justify;">In the spirit of national pride, IIT Dharwad's NSS
unit organized a special awareness program and flag distribution ceremony to promote
the "Har Ghar Tiranga" initiative on August 14, 2023, in the run-up to Independence Day.</p>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/pled4.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Voter Awareness Program</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the Voter
Awareness Programme on 03rd May 2023. IIT Dh NSS Unit to ensure that people understand their
right as voters and exercise that right with full knowledge and responsibility. to educate the voter
about the importance of voting in democratic countries like India.
</p>
<div class="stage">
<a href="g1.html#vote" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__body">
<h4>International Women's Day</h4>
<p style="text-align: justify;">The IITDh NSS unit conducted a Group Completions for Women’s
events are Spot Painting Competition, Poster Making Competition,
Kavithai competition on 8 th March 2023 on the account of International Women’s
day with the theme “THE REAL ARCHITECTS OF SOCIETY” Students from various departments
participated and best essays were awarded to III-year BTECH Students.</p>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/yuva1.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Panch PrAN Pledge, VEErON kA Vandan, VasudhA Vandan PROGRAM</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the
<br>1. PrAN Pledge
<br>2. VEErON kA Vandan
<br>3. VasudhA Vandan
</p>
</div>
</div>
</section>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__body">
<h4>Drug Awareness Walkathon Program</h4>
<p style="text-align: justify;">A large number of Indian Institute Of Technology DHARWAD Students
and other college students participated in a walkathon, “Say ‘No’ to Drugs”,
from the KCD College Ground to the KCD College main Building here on Sunday (25/06/2023).</p>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__body">
<h4>June 5th World Environment Day (Nakhsatravana)</h4>
<p style="text-align: justify;">
NSS Unit of IIT DHARWAD conducted the NaKHsatravana plantation program on
05th June 2023 on the occasion of World Environment Day at the permanent campus near the KRDC Building.
This NaKHsatravana program is a significant symbol of working towards change and a better future for all.
</p>
</div>
</div>
</section>
</div>
<div class="container">
<section data-aos="fade-right" class="hover-div">
<div class="card">
<div class="card__body">
<h4>3rd Blood Donation Camp</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology
DHARWAD conducted the 3rd Blood Donation Camp on 12th August 2023 on the occasion of 77th Independence Day.
The 3rd Blood Donation Camp was inaugurated by Prof. VenkappayyA R dEsAi, Director-IIT DHARWAD in the
presence of students, Faculty and staff. The camp was well supported by DHARWAD Blood Bank.
The campaign got an overwhelming response as Seventy five donors came forward for the noble cause of
donating blood to save precious lives. NSS Unit of IIT DHARWAD will
continue to contribute to the society through various activities and programs in the days to come.
</p>
</div>
</div>
</section>
<section data-aos="fade-left" class="hover-div">
<div class="card">
<div class="card__body">
<h4>2nd Blood Donation Camp</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the 2nd Blood Donation Camp on 12th August 2023 on the occasion of 77th Independence Day.
To mark this occasion, a social service initiative was taken up in the form of voluntary Blood donation
on 22 nd January 2023, campaign with the support of DHARWAD Blood Bank. The campaign got an
overwhelming response as Ninety-four donors came forward for the noble cause of saving lives.
</p>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="mobile-display">
<div class="block">
<img src="gallery/event.jpg" data-speed="-1" class="img-parallax">
<div style="background-color: black; ;" class="blockText">
<h1 style="text-align: center; color: white;">Events</h1>
</div>
</div>
<div style="margin-top: 5%; margin-left: 5%; margin-right: 5%;" class="content_wrapper">
<h5 style="color: black; text-align: justify;">
Welcome to the NSS Events Section!
At NSS IIT Dharwad, we believe in making a tangible impact through our diverse range of events
aimed at fostering community engagement and social responsibility. Our events are not just activities;
they are transformative experiences that empower our members to contribute meaningfully to society.
</h5>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/yuva8.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Yuva Samvad- India@2047</h4>
<p style="text-align: center;">
On March 3rd, 2024, IIT Dharwad hosted "Yuva Samvad- India@2047," a youth dialogue
focused on the nation's goal of becoming a developed nation. This engaging event featured
esteemed faculty members, Dr. Kavita Devi and Prof. Keerthi Kumar, who led discussions with young minds.
The program also included an essay and drawing competition,
providing students with a platform to express their ideas and vision for a developed India.</p>
<div class="stage">
<a href="g1.html#yuva" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/mun4.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Yuvamanthan Model United Nations(YMUN)- Viksit Bharat@2047</h4>
<p style="text-align: center;">The NSS wing of IIT Dharwad hosted the
"Yuvamanthan Model United Nations (YMUN) - Viksit Bharat@2047" on March 24th, 2024.
This simulation exercise provided a platform for IIT Dharwad students to engage in critical
discussions on pressing global issues. Divided into committees like the UN Human Rights Council
(UNHRC) and the Committee on Science and Technology (CST), students debated and deliberated on
real-world challenges. The event culminated in an award
ceremony recognizing the outstanding performances of the participants.</p>
<div class="stage">
<a href="g1.html#ymun" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/clean1.JPG" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Cleanliness Drive at IIT Dharwad</h4>
<p style="text-align: center;">Demonstrating their commitment to social
responsibility, the NSS wing of IIT Dharwad organized successful cleanliness drives on
January 16th and February 8th, 2024. Enlisting enthusiastic volunteers, they tackled waste across
campus and surrounding areas, promoting a cleaner environment, fostering community pride, and highlighting
the importance of proper waste management for public health and environmental well-being.</p>
<div class="stage">
<a href="g1.html#clean" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/img3.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Ek Tareekh Ek Ghanta(ETEG)</h4>
<p style="text-align: center;">
The "Ek Tareekh Ek Ghanta" (ETEG) campaign organized by NSS,
IIT Dharwad was a resounding success! Participants joined hands for a lively cleanliness drive,
where we collectively cleaned up our campus surroundings.
An engaging awareness session shed light on waste management and sustainable practices. Apart from this
IIT DHARWAD NSS team conducts a cleanliness camp at IIT DHARWAD Permanent campus every week.
A group of 26 NSS volunteers of IIT DHARWAD participated in Swachh Bharat Mission.</p>
<div class="stage">
<a href="g1.html#eteg" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/img6.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Har Ghar Tiranga Awareness Program</h4>
<p style="text-align: center;">In the spirit of national pride, IIT Dharwad's NSS
unit organized a special awareness program and flag distribution ceremony to promote
the "Har Ghar Tiranga" initiative on August 14, 2023, in the run-up to Independence Day.</p>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/pled4.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Voter Awareness Program</h4>
<p style="text-align: center;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the Voter
Awareness Programme on 03rd May 2023. IIT Dh NSS Unit to ensure that people understand their
right as voters and exercise that right with full knowledge and responsibility. to educate the voter
about the importance of voting in democratic countries like India.
</p>
<div class="stage">
<a href="g1.html#vote" target="_blank" onclick="return scrollToSpecificDiv(this.href)">More</a>
</div>
</div>
</div>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__body">
<h4>International Women's Day</h4>
<p style="text-align: center;">The IITDh NSS unit conducted a Group Completions for Women’s
events are Spot Painting Competition, Poster Making Competition,
Kavithai competition on 8 th March 2023 on the account of International Women’s
day with the theme “THE REAL ARCHITECTS OF SOCIETY” Students from various departments
participated and best essays were awarded to III-year BTECH Students.</p>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__header">
<img style="max-width: 100%;
display: block;
object-fit: cover;" src="gallery/yuva1.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body">
<h4>Panch PrAN Pledge, VEErON kA Vandan, VasudhA Vandan PROGRAM</h4>
<p style="text-align: center;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the
<br>1. PrAN Pledge
<br>2. VEErON kA Vandan
<br>3. VasudhA Vandan
</p>
</div>
</div>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__body">
<h4>Drug Awareness Walkathon Program</h4>
<p style="text-align: center;">A large number of Indian Institute Of Technology DHARWAD Students
and other college students participated in a walkathon, “Say ‘No’ to Drugs”,
from the KCD College Ground to the KCD College main Building here on Sunday (25/06/2023).</p>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__body">
<h4>June 5th World Environment Day (Nakhsatravana)</h4>
<p style="text-align: center;">
NSS Unit of IIT DHARWAD conducted the NaKHsatravana plantation program on
05th June 2023 on the occasion of World Environment Day at the permanent campus near the KRDC Building.
This NaKHsatravana program is a significant symbol of working towards change and a better future for all.
</p>
</div>
</div>
</div>
<div class="container">
<div data-aos="fade-up" class="card">
<div class="card__body">
<h4>3rd Blood Donation Camp</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology
DHARWAD conducted the 3rd Blood Donation Camp on 12th August 2023 on the occasion of 77th Independence Day.
The 3rd Blood Donation Camp was inaugurated by Prof. VenkappayyA R dEsAi, Director-IIT DHARWAD in the
presence of students, Faculty and staff. The camp was well supported by DHARWAD Blood Bank.
The campaign got an overwhelming response as Seventy five donors came forward for the noble cause of
donating blood to save precious lives. NSS Unit of IIT DHARWAD will
continue to contribute to the society through various activities and programs in the days to come.
</p>
</div>
</div>
<div data-aos="fade-up" class="card">
<div class="card__body">
<h4>2nd Blood Donation Camp</h4>
<p style="text-align: justify;">
The National Service Scheme (NSS) Unit of Indian Institute of Technology DHARWAD conducted the 2nd Blood Donation Camp on 12th August 2023 on the occasion of 77th Independence Day.
To mark this occasion, a social service initiative was taken up in the form of voluntary Blood donation
on 22 nd January 2023, campaign with the support of DHARWAD Blood Bank. The campaign got an
overwhelming response as Ninety-four donors came forward for the noble cause of saving lives.
</p>
</div>
</div>
</div>
</div>
<footer data-aos="fade-right" class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Welcome to the official website of the National Service Scheme (NSS) at
the Indian Institute of Technology (IIT) Dharwad. Established with the aim of promoting
social responsibility and community engagement among students, NSS IIT Dharwad is dedicated
to making a positive impact on society through various outreach programs, initiatives, and
collaborations. Our website serves as a platform to showcase our activities, share our
vision and values, and engage with the community.</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a onclick="location.href = 'nss.html';">About Us</a></li>
<li><a onclick="location.href = 'contact.html';">Contact Us</a></li>
<li><a onclick="location.href = 'teams.html';">Teams</a></li>
<li><a onclick="location.href = 'events.html';">Events</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2024 All Rights Reserved
</p>
</div>
</div>
</div>
</footer>
</main>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"
integrity="sha512-IQLehpLoVS4fNzl7IfH8Iowfm5+RiMGtHykgZJl9AWMgqx0AmJ6cRWcB+GaGVtIsnC4voMfm8f2vwtY+6oPjpQ=="
crossorigin="anonymous"
></script>
<script>
function scrollToSpecificDiv(url) {
event.preventDefault();
window.open(url, '_blank');
return true;
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>