forked from dynamicclub/Dynamic-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·687 lines (629 loc) · 30 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Dynamic Club | SKIT Jaipur </title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/x-icon" href="./assets/fav1.png">
<link rel="stylesheet" href="faq.css">
<link rel="stylesheet" href="counts.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="boxicons/css/boxicons.css">
<link rel="stylesheet" href="bootstrap-icons/bootstrap-icons.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,600;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="icofont.css">
<link rel="stylesheet" href="./css/team.css">
<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://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.29/skrollr.min.js"></script>
<style>
::-webkit-scrollbar {
display: none;
}
*{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 900px) { #heading{
text-align: center;
position: static;
transform: translate(0%, 0%);
font-size: 2em;
color: teal;
}
}
.fa {
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
color: white;
}
.fa-google {
color: white;
}
.fa-instagram {
color: white;
}
.navbar{
background-color: #141414!important;
}
input{color:black;}
button{color:black;}
@media(min-width: 1750px){
.dsc{
font-size: 9px!important;
}
}
@media(max-width: 400px){
.dsc{
font-size: 6px!important;
}
}
.bg{ pointer-events: none;
width: 77vw;
left: 11vw;
top: 4vh;
z-index: -999;
position: fixed;
opacity: 0.07;
}
#heading{
font-family: pirulen;
}
.ytp-cued-thumbnail-overlay-image{
z-index: 5;
position: absolute;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174908567-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174908567-1');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#preloader {
background:rgb(10, 10, 10) url("./assets/preloader.gif") no-repeat center center;
background-size: 70%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
</style>
</head>
<body style="background: black!important;" onload="myFunction()">
<div id="preloader"></div>
<style>
svg{
color:white;
}
svg:hover{
color:teal;
}
.navbarfont{
font-family: sans-serif;
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top" style = "font-family: sans-serif;">
<a class="navbar-brand" href="index.html"><img src ="./Img/logo.png" alt="Dynamic_Club_Logo"></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExample"
aria-controls="navbarsExample" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><span class = "navbarfont">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about"><span class = "navbarfont">About-Us</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html"><span class = "navbarfont">Team</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown03" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><span class = "navbarfont">Events</span></a>
<div class="dropdown-menu" aria-labelledby="dropdown03">
<a class="dropdown-item" href="events.html" style="width:70%">Upcoming Events</a>
<a class="dropdown-item" href="pastevent.html" style="width:70%">Past Events</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><span class = "navbarfont">Contact-Us</span></a>
</li>
</ul>
</div>
</nav>
<!-- <body> -->
<!-- <header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="Img/Dynamic Logo.jpeg" alt="Dynamic_Club_Logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="#">About-Us</a>
</li>
<li class="nav-item">
<a class="nav-link " href="team.html" tabindex="-1">Team</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Events
</a>
<ul class="dropdown-menu " aria-labelledby="navbarDropdown">
<li><a class="dropdown-item " href="events.html">Past Events</a></li>
<li><a class="dropdown-item " href="events.html">Upcoming Events</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="contact.html">Contact-Us</a>
</li>
</ul>
</div>
</div>
</nav>-->
<!-- ====== Home Page ======-->
<div class="banner">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Img/img4.jpg" class="img-fluid d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="Img/img2.jpeg" class="img-fluid d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="Img/img3.jpeg" class="img-fluid d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="banner_content">
<h1> DYNAMIC CLUB </h1>
<a href="https://forms.gle/aDMWXXL3uyK8ijXB7" target="_blank"><button> Become Member </button></a>
</div>
</div>
<!-- ====== Ends Home Page ====== -->
<section id="about">
<!-- ====== Why Join Us ======-->
<div class="responsive-container-block bigContainer section_padding">
<div class="responsive-container-block Container bottomContainer">
<div class="ultimateImg">
<img class="mainImg" src="Img/img6.webp">
</div>
<div class="allText bottomText"><b>
<h1 class="text-blk headingText">
Why Join US ?
</h1></b>
<p class="text-blk subHeadingText">
Join Dynamic Club - Embrace Growth and Empowerment!
</p>
<p class="text-blk description">
Dynamic Club offers a vibrant community that celebrates diversity and fosters personal development.
Engage in enriching events, workshops, and leadership opportunities that fuel your ambition.
Connect with like-minded individuals, building valuable networks and lifelong friendships.
Contribute to impactful initiatives, making a positive difference.
In Dynamic Club, we empower you to grow, thrive, and embrace your dynamic potential.
Join us for a transformative journey of self-discovery and endless possibilities!
</p>
<a class="explore" href="events.html">
<b>View Events</b>
</a>
</div>
</div>
</div>
<!-- Ends WHy Join Us -->
</section>
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts section_padding">
<div class="container modifiedCount" data-aos="fade-up">
<div class="firstCount">
<h1>Numbers say it all!</h1>
</div>
<div class="hrCount">
<hr class="line hr-center">
</div>
<div class="row modifyingCount">
<div class="col-lg-3 col-md-6">
<div class="bx-1 count-box">
<i class="bi bi-people-fill"></i>
<span data-purecounter-start="0" data-purecounter-end="60" data-purecounter-duration="1"
class="purecounter"></span>
<span>+</span>
<p>Members</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="bx-2 count-box">
<i class="bi bi-stars"></i>
<span data-purecounter-start="0" data-purecounter-end="20" data-purecounter-duration="1"
class="purecounter"></span>
<span>+</span>
<p>Reviews</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="bx-3 count-box">
<i class="fa-solid fa-user-graduate"></i>
<span data-purecounter-start="0" data-purecounter-end="1000" data-purecounter-duration="1"
class="purecounter"></span>
<span>+</span>
<p>Participants</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="bx-4 count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="7" data-purecounter-duration="1"
class="purecounter"></span>
<span>+</span>
<p>Events</p>
</div>
</div>
</div>
</div>
</section>
<!-- ====== End Counts Section ====== -->
<!-- ======= Acheivement Section ======= -->
<section id="achievement" class="testimonials section_padding">
<div class="container" data-aos="fade-up">
<h1 class="text-center" >Recent Reviews</h1>
<hr class="line hr-center">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="Img/Harsh.jpeg" class="testimonial-img" alt="coming soon">
<div class="textUpperPart">
<h3>Harsh Bhargava</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Dynamic Club is a great way to learn new skills and meet other students who share your interests.
I highly recommend it to anyone who is interested in programming, technology or want to experience new events.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="https://www.linkedin.com/in/harshbhargava1/"
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="Img/Devang.jpeg"
class="testimonial-img" alt="">
<div class="textUpperPart">
<h3>Devang Chaturvedi</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
My experience participating in dynamic club activities have been very unique and amazing.
It not only helped build my confidence but also given me opportunity to connect with great people.
It helped me to increase my knowledge even more that will help me even after I graduate.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="https://instagram.com/devang_chaturvedi13?igshid=MzRlODBiNWFlZA=="
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="Img/Deveshwar.jpeg"
class="testimonial-img" alt="">
<div class="textUpperPart">
<h3>Deveshwar Singh Rajawat</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Dynamic Club offers an exceptional coding and technology learning experience. With passionate instructors,
diverse activities, and a supportive environment, it's the perfect place to explore coding and related fields.
I highly recommend it for anyone seeking into the world of technology.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="https://www.linkedin.com/in/deveshwarsinghrajawat/"
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="./Img/Harshit.jpeg" class="testimonial-img" alt="">
<div class="textUpperPart">
<h3>Harshit Ajmera</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I recently engaged at dynamic club and was thoroughly impressed by both the exquisite interface and the impeccable
service. The service showcased a variety of innovative challenges, blending bold flavors and beautiful
presentation.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="mailto:[email protected]"
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="./Img/Digmber.jpeg" class="testimonial-img" alt="">
<div class="textUpperPart">
<h3>Digmber Singh</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I really enjoy the club's sense of community. The members are all very friendly and welcoming, and I always
feel comfortable there.
The club hosts a variety of events and workshops that have helped me learn new skills and knowledge.
Overall, I have a very positive impression of the club.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="https://www.linkedin.com/in/digmber-singh-b77828256/"
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item modifiedAccomp">
<div class="upperPart">
<img src="./Img/Jainam.jpg" class="testimonial-img" alt="">
<div class="textUpperPart">
<h3>Jainam Jain</h3>
<h4>Student</h4>
</div>
</div>
<div class="middlePart">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Praised for its exceptional coordination and professionalism, the Dynamic Club in Technology impresses
attendees with seamless events and relevant topics. A reliable resource in the tech community, their dedication
sets a remarkable standard. Admirable work!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="bottomPart">
<a style="color:#f7f7f7; font-weight: bolder; font-size: 20px; font-family: cursive;" href="https://www.linkedin.com/in/jainam-jain-0261bb224/"
target="_blank" rel="noopener noreferrer">Connect With Me...</a>
</div>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<!-- <div class="swiper-pagination"></div> -->
</div>
</div>
</section>
<!-- End Achievement Section -->
<!-- Faq section -->
<section id="faq" class="faq section_padding">
<div class="container" data-aos="fade-up">
<h1 class="text-center">Frequently Asked Questions</h1>
<hr class="line hr-center">
<ul class="faq-list accordion" data-aos="fade-up">
<div class="faqs">
<li>
<a data-bs-toggle="collapse" class="collapsed" data-bs-target="#faq1">
What is Dynamic Club?
<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
Dynamic Club is a vibrant and inclusive community that brings together individuals from diverse backgrounds,
interests, and experiences. It offers a platform for personal and professional growth, networking, skill
development, and fostering meaningful connections.
</p>
</div>
</li>
</div>
<div class="faqs">
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq2" class="collapsed">How can I join Dynamic Club? <i
class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
Joining Dynamic Club is easy! Simply visit our website or contact our membership coordinator to express your interest.
We welcome new members throughout the year and look forward to having you as a part of our dynamic family,
Or you could simply fill out this google form to become a member.<br>
<a href="https://forms.gle/XkPBjCmdXp9ApDpr6" target="_blank" rel="noopener noreferrer">Community Student form</a>
</p>
</div>
</li>
</div>
<div class="faqs">
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq3" class="collapsed">What kind of events does
Dynamic Club organize? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
Dynamic Club hosts a wide range of events, including social gatherings, workshops, seminars,
community service projects, career development sessions, and more. Our events are carefully
curated to provide valuable experiences and opportunities for our members.
</p>
</div>
</li>
</div>
<div class="faqs">
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq4" class="collapsed">Can I attend Dynamic Club events if
I am not a member? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
While some of our events may be open to non-members, becoming a member offers several additional benefits,
including priority access to all our activities and networking opportunities.
</p>
</div>
</li>
</div>
<div class="faqs">
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq5" class="collapsed">How can I stay updated on Dynamic
Club's upcoming events? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
To stay informed about our upcoming events and activities, follow us on social media, subscribe to
our newsletter, or regularly check our website for event announcements and updates.
</p>
</div>
</li>
</div>
<div class="faqs">
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq6" class="collapsed">Do you provide mentorship and
guidance? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-x icon-close"></i></a>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
Yes. That is the highlight of our community. By joining us, you benefit from future internship
opportunities, connect
with industry experts, certifications, career guidance mentorship,
practical learning, connect with similar-minded people, and so much
more.
</p>
</div>
</li>
</div>
</ul>
</div>
</section>
</header>
<!-- Footer Section -->
<div class="section"><h3>FOLLOW <span>US</span></h3>
<div class="wrapper">
<a href="https://www.linkedin.com/company/skitdynamicclub" class="icon linkedin" target="_blank">
<div class="tooltip">Linkedin</div>
<span><i class="fab fa-linkedin"></i></span>
</a>
<a href="https://discord.gg/vSuJEQHa" class="icon discord" target="_blank">
<div class="tooltip">Discord</div>
<span><i class="fab fa-discord"></i></span>
</a>
<a href="https://www.instagram.com/skitdynamicclub/" class="icon instagram" target="_blank">
<div class="tooltip">Instagram</div>
<span><i class="fab fa-instagram"></i></span>
</a>
<a href="mailto:[email protected]" class="icon gmail" target="_blank">
<div class="tooltip">Gmail</div>
<span><i class="fab fa-google"></i></span>
</a>
</div>
<div>
<div class="footer-copyright">
<h4><b>Copyright @2023 Dynamic Club. All right reserved</b></h4>
<h6>Made with ❤️ by Dynamic Club</h6>
<h6 style="font-size: 8px; color: #f7f7f7;" >Developed by <a href="https://www.linkedin.com/in/deepeshgupta3257/" style="color:white;" target="_blank">Deepesh Gupta</a> &
<a href="https://www.linkedin.com/in/kushal-gupta-0bb55b228/" style="color: white;" target="_blank">Kushal Gupta</a></h6>
</div>
</div>
</div>
<!-- Back to top button -->
<a id="button"></a>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="home.js"></script>
<script src="swiper/swiper-bundle.min.js"></script>
<script src="purecounter/purecounter_vanilla.js"></script>
<script src="purecounter/purecounter_vanilla.js.map"></script>
<script src="https://kit.fontawesome.com/37377042d1.js" crossorigin="anonymous"></script>
<script>
var loader = document.getElementById("preloader");
function myFunction() {
preloader.style.display = "none";
}
</script>
</body>
</html>