-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
632 lines (603 loc) · 31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#75dab4" />
<title>JYC</title>
<meta name="author" content="Themezinho">
<meta name="description" content="Tourog | Creative Agensy for Digital Age">
<meta name="keywords" content="creative, works, showcase, portfolio, highlight, projects, modern, tourog, digital, studio, css, animation, transition, freelancers">
<!-- FAVICON FILES -->
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="144x144">
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/logojyc.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/logojyc.png" rel="apple-touch-icon">
<link href="images/logojyc.png" rel="shortcut icon">
<link href="images/logojyc.png" rel="icon">
<!-- CSS FILES -->
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/fancybox.min.css">
<link rel="stylesheet" href="css/hamburger.min.css">
<link rel="stylesheet" href="css/odometer.min.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<div class="preloader">
<div class="layer"></div>
<!-- end layer -->
<div class="inner">
<figure> <img src="images/preloader.gif" alt="Image"> </figure>
<span>JYC Loading</span> </div>
<!-- end inner -->
</div>
<!-- end preloader -->
<div class="page-transition">
<div class="layer"></div>
<!-- end layer -->
</div>
<!-- end page-transition -->
<nav class="site-navigation">
<div class="layer"></div>
<!-- end layer -->
<div class="inner">
<ul data-splitting>
<li><a href="/">HOME</a></li>
<li><a href="index.html#about">ABOUT</a></li>
<li><a href="event.html">EVENTS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="latestNews.html">LATEST NEWS</a></li>
</ul>
<ul style="display: flex; flex-direction: row; gap: 10px;">
<li><a href="https://www.facebook.com/jyc.juit/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://x.com/JycJuit/"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/juit-youth-club/mycompany/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://www.instagram.com/jyc.juit/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/@JYCPhotographyClub"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<!-- end inner -->
</nav>
<!-- end site-navigation -->
<div class="social-media">
<div class="layer"> </div>
<!-- end layer -->
<div class="inner">
<h5>Social Share </h5>
<ul>
<li><a href="https://www.facebook.com/jyc.juit/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://x.com/JycJuit/"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/juit-youth-club/mycompany/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://www.instagram.com/jyc.juit/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/@JYCPhotographyClub"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- end social-media -->
<!-- <div class="all-cases">
<div class="layer"> </div>
<div class="inner">
<ul>
<li><a href="#">Darkness</a></li>
<li><a href="#">Goddes</a></li>
<li><a href="#">Employee</a></li>
<li><a href="#">Berry</a></li>
<li><a href="#">Roosters</a></li>
<li><a href="#">Primero</a></li>
</ul>
</div>
</div> -->
<!-- end all-cases -->
<main>
<nav class="top-nav">
<div class="logo">
<a href="/"><img src="images/logojyc.png" alt="Logo"></a>
</div>
<ul class="nav-links">
<li><a href="/">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="event.html">Events</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="latestNews.html">Latest News</a></li>
</ul>
<div class="follow-us">
FOLLOW US
<!-- Mobile logo -->
<a href="/" class="mobile-logo"><img src="images/logojyc.png" alt="Mobile Logo"></a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<header class="carousel-hero">
<div class="carousel-slider">
<div class="swiper-wrapper">
<div class="swiper-slide" data-background="images/IMG_1434.webp">
<div class="inner">
<h2>Rhythm</h2> <a href="#">Let the music heal your soul</a> </div>
<!-- end inner -->
</div>
<!-- end swiper-slide -->
<div class="swiper-slide" data-background="images/IMG_0659.webp">
<div class="inner">
<h2>Momentum</h2> <a href="#">Ride the wave of momentum</a> </div>
<!-- end inner -->
</div>
<!-- end swiper-slide -->
<div class="swiper-slide" data-background="images/IMG_0297.webp">
<div class="inner">
<h2>Jam</h2> <a href="#">Flowing with the rhythm of the jam</a> </div>
<!-- end inner -->
</div>
<!-- end swiper-slide -->
<div class="swiper-slide" data-background="images/DSC_0664.webp">
<div class="inner">
<h2>Vibe</h2> <a href="#">Feel the energy of the vibe</a> </div>
<!-- end inner -->
</div>
<!-- end swiper-slide -->
<div class="swiper-slide" data-background="images/IMG_5256.webp">
<div class="inner">
<h2>Poppin’</h2> <a href="#">The energy is poppin' off the charts</a> </div>
<!-- end inner -->
</div>
<!-- end swiper-slide -->
</div>
<!-- end swiper-wrapper -->
<div class="slide-progress"> <span>01</span>
<div class="swiper-pagination"></div>
<span>05</span> </div>
<!-- end slide-progress -->
<div class="swiper-button-prev">PREV</div>
<!-- end button-prev -->
<div class="swiper-button-next">NEXT</div>
<!-- end button-next -->
</div>
<!-- end carousel-slider -->
</header>
<!-- end carousel-hero -->
<section class="intro" id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 wow" data-splitting>
<h3 class="section-title">ABOUT JYC <br></h3>
<img src="images/logojyc.png" alt="JYC Logo" style="width:200px; height:100px; vertical-align:middle; margin-left:20px;"></div>
<!-- end col-5 -->
<div class="col-lg-7 wow" data-splitting>
<p>JUIT Youth Club (JYC) is the hub of enthusiasm and growth, expanding students' horizons beyond academics into sports, literature, culture, and technology. It fosters self-expression, recognition, and integration while building
teamwork, sportsmanship, and leadership. By organizing events and extracurricular activities, JYC provides a refreshing break from academic pressures, instilling confidence and a sense of achievement in students.</p>
</div>
<!-- end col-7 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end intro -->
<section class="intro-image">
<div class="container">
<div class="row">
<div class="col-12">
<div class="office-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<figure class="reveal-effect masker wow"> <img src="images/IMG_6049 (1).webp" alt="Image">
<figcaption>
<h6> PREVIOUS COUNCIL</h6>
</figcaption>
</figure>
</div>
<!-- end swiper-slide -->
<div class="swiper-slide">
<figure> <img src="images/IMG_8723.webp" alt="Image">
<figcaption>
<h6> SPORTS TEAM</h6>
</figcaption>
</figure>
</div>
<!-- end swiper-slide -->
<div class="swiper-slide">
<figure> <img src="images/IMG_3557.webp" alt="Image">
<figcaption>
<h6> FOLK PERFORMANCE</h6>
</figcaption>
</figure>
</div>
<!-- end swiper-slide -->
</div>
<!-- end swiper-wrapper -->
<div class="swiper-pagination"></div>
<!-- end swiper-pagination -->
</div>
<!-- end office-slider -->
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end intro-image -->
<section class="icon-content-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 wow" data-splitting>
<h3 class="section-title">How a student<br> becomes a member?</h3>
</div>
<!-- end col-12 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block">
<figure> <img src="images/Commitment_Clipart_Transparent_PNG_Hd__Friendly_Commitment_Teamwork_Together_Black_Logo__Commitment__Business__Deal_PNG_Image_For_Free_Download.png" alt="Image"> </figure>
<h6>Membership Eligibility and Structure</h6>
<ul>
<li>General Body Members: Students in their 1st and 2nd year can join as general members.</li>
<li>Coordinators and Mentors: Students in their 3rd and 4th year act as coordinators and mentors, guiding events and activities.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block selected">
<figure> <img src="images/Team_black_glyph_icon.png" alt="Image"> </figure>
<h6>Joining Process</h6>
<ul>
<li>Form Submission: Interested students must fill out a form </li>
<li>Interview: A brief interview follows to assess the suitability of the candidates.</li>
<li>Club Participation: Each student can join 2 clubs and 1 committee for holistic development.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-4 wow" data-splitting>
<div class="content-block">
<figure> <img src="images/Arrangement_black_icon__vector_sign.png" alt="Image"> </figure>
<h6>Contributions and Support</h6>
<ul>
<li>Annual Contribution: Students contribute Rs 1200/- annually to support JYC activities.</li>
<li>Institutional Support: JUIT may occasionally provide additional support based on requirements.</li>
</ul>
</div>
<!-- end content-block -->
</div>
<!-- end col-3 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<section class="process wow" data-splitting>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6"> <span class="odometer" data-count="600" data-status="yes">0</span><span class="plus-symbol">+</span>
<h5><small>MEMBERS</small></h5>
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-6"> <span class="odometer" data-count="10" data-status="yes">0</span><span class="plus-symbol">+</span>
<h5><small>EVENTS</small> </h5>
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-6"> <span class="odometer" data-count="7" data-status="yes">0</span>
<h5><small>CLUBS</small> </h5>
</div>
<!-- end col-3 -->
<div class="col-lg-3 col-md-6"> <span class="odometer" data-count="6" data-status="yes">0</span>
<h5><small>COMMITTEES</small></h5>
</div>
<!-- end col-3 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- FAC Coordinator Section -->
<section class="work" style="width: 100%; max-width: 1200px; margin: 0 auto;">
<div style="width: 100%; text-align: center; margin-bottom: 20px;">
<!-- Full width and center -->
<div class="col-12 wow" data-splitting>
<h2>
FACULTY INCHARGE
</h2>
</div>
<!-- Changed font size -->
</div>
<div class="faculty-profile" style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center;">
<div class="image-section" style="flex: 1; min-width: 250px; text-align: center;">
<img src="images/NaveenJaglan_ECE.webp" style="max-width: 100%; height: auto;">
</div>
<div class="text-section" style="flex: 2; padding: 20px; min-width: 250px;">
<h3 style="font-size: 24px;">Dr. Naveen Jaglan</h2>
<p>
Dr. Naveen Jaglan has been working in Jaypee University of Information Technology (JUIT) since March 2017. He obtained B.Tech (Hons.) and M.Tech (Hons.) degrees in Electronics and Communication Engineering from Kurukshetra University, Kurukshetra, India
in 2009 and 2011 respectively. He obtained his Ph.D. dissertation entitled “Design and Development of Microstrip Antennas integrated with Electromagnetic Band Gap structures” from Jaypee Institute of Information Technology, Sec-62,
Noida, U.P., India in June 2017.
</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Department of Electronics and Communication Engineering</p>
<p>Office: +91 9718092328</p>
</div>
</div>
</section>
<!-- Responsive CSS -->
<style>
/* Base styles for desktop view */
/* Media query for mobile and tablet views */
@media (max-width: 768px) {
.faculty-profile {
flex-direction: column;
/* Stack the image and text on smaller screens */
}
.image-section {
margin-bottom: 20px;
/* Add spacing between image and text */
}
.text-section {
padding: 10px;
/* Reduce padding for better spacing */
}
img {
max-width: 100%;
height: auto;
/* Ensure the image resizes properly */
}
}
</style>
<!-- end process -->
<section class="works">
<div style="width: 100%; text-align: center; margin-bottom: 20px;">
<!-- Full width and center -->
<div class="col-12 wow" data-splitting>
<h2>OFFICE BEARERS</h2>
</div>
<!-- Changed font size -->
</div>
<ul>
<li>
<figure class="reveal-effect masker wow">
<a href="images/IMG_6054.webp" data-fancybox><img src="images/IMG_6054.webp" alt="Image"></a>
</figure>
<div class="caption wow" data-splitting>
<h3>Aastha Bansal</h3>
<h5>SECRETARY</h5>
<a href="https://www.linkedin.com/in/aasthabansal14/" target="_blank" style="text-decoration: none; font-size: 14px;">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn" style="width: 16px; height: 16px; vertical-align: middle;"> LinkedIn Profile
</a>
</div>
<!-- end caption -->
</li>
<li>
<figure class="reveal-effect masker wow">
<a href="images/IMG_6151.webp" data-fancybox><img src="images/IMG_6151.webp" alt="Image"></a>
</figure>
<div class="caption wow" data-splitting>
<h3>Kishlaya Verma</h3>
<h5>PRESIDENT</h5>
<a href="https://www.linkedin.com/in/kishlaya-verma-765251317/" target="_blank" style="text-decoration: none; font-size: 14px;">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn" style="width: 16px; height: 16px; vertical-align: middle;"> LinkedIn Profile
</a>
</div>
<!-- end caption -->
</li>
<li>
<figure class="reveal-effect masker wow">
<a href="images/IMG_6055.webp" data-fancybox><img src="images/IMG_6055.webp" alt="Image"></a>
</figure>
<div class="caption wow" data-splitting>
<h3>Satvik Pandey</h3>
<h5>TREASURER</h5>
<a href="https://www.linkedin.com/in/satvik-pandey-688138265/" target="_blank" style="text-decoration: none; font-size: 14px;">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn" style="width: 16px; height: 16px; vertical-align: middle;"> LinkedIn Profile
</a>
</div>
<!-- end caption -->
</li>
</ul>
</section>
<!-- end works -->
<section class="clients">
<div class="container">
<div class="row">
<div class="col-lg-5 wow" data-splitting>
<h3 class="section-title">CLUBS<br>
<!-- IS QUALITY OF<br>
PARTNERS</h3> -->
</div>
<!-- end col-5 -->
<div class="col-lg-7">
<ul>
<li class="reveal-effect masker wow">
<a href="technical.html">
<img src="images/tech logo.png" alt="Technical Club Logo">
</a>
<a href="technical.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="sports.html">
<img src="images/sports club black.png" alt="Sports Club Logo">
</a>
<a href="sports.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="cultural.html">
<img src="images/cultural.png" alt="Cultural Club Logo">
</a>
<a href="cultural.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="literary.html">
<img src="images/lit logo black.png" alt="Literary and Debating Club Logo">
</a>
<a href="literary.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="koshish.html">
<img src="images/Koshish Logo.png" alt="Koshish Club Logo">
</a>
<a href="koshish.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="theatre.html">
<img src="images/Theatre and Music Logo.png" alt="Theatre and Music Club Logo">
</a>
<a href="theatre.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="environment.html">
<img src="images/Environment Ecology and Health Black Logo.png" alt="Environment, Ecology and Health Club Logo">
</a>
<a href="environment.html" class="knowmore-button">Know More</a>
</li>
</ul>
</div>
<!-- end col-7 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end clients -->
<section class="commiittee">
<div class="container">
<div class="row">
<div class="col-lg-5 wow" data-splitting>
<h3 class="section-title">COMMITTEES<br>
<!-- IS QUALITY OF<br>
PARTNERS</h3> -->
</div>
<!-- end col-5 -->
<div class="col-lg-7">
<ul>
<li class="reveal-effect masker wow">
<a href="events.html">
<img src="images/Events Logo.png" alt="Events Logo">
</a>
<a href="events.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="finance.html">
<img src="images/Finance logo.png" alt="Finance Logo">
</a>
<a href="finance.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="creative.html">
<img src="images/Creative Logo.jpg" alt="Creative Logo">
</a>
<a href="creative.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="disciplinary.html">
<img src="images/Discplinary Logo.jpg" alt="Disciplinary Logo">
</a>
<a href="disciplinary.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="media.html">
<img src="images/Media and Publicity Logo.jpg" alt="Media and Publicity Logo">
</a>
<a href="media.html" class="knowmore-button">Know More</a>
</li>
<li class="reveal-effect masker wow">
<a href="hospitality.html">
<img src="images/Hospitality Logo.jpg" alt="Hospitality Logo">
</a>
<a href="hospitality.html" class="knowmore-button">Know More</a>
</li>
</ul>
</div>
<!-- end col-7 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end clients -->
</main>
<!-- end main -->
<footer class="footer">
<div class="container">
<div class="footer-top">
<img src="images/logojyc white.png" alt="University Clubs Logo" class="logo logo-left">
<img src="images/tech logo (1).png" alt="Made By Logo" class="logo logo-right">
</div>
<div class="footer-content">
<div class="footer-section">
<h3>Clubs</h3>
<ul>
<li><a href="technical.html">Technical Sciences, Movies and Photography</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="literary.html">Literary and Debating</a></li>
<li><a href="koshish.html">Koshish</a></li>
<li><a href="cultural.html">Cultural and Dance</a></li>
<li><a href="theatre.html">Theatre and Music</a></li>
<li><a href="environment.html">Environment, Ecology and Health</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Committees</h3>
<ul>
<li><a href="events.html">Procurement and Events</a></li>
<li><a href="finance.html">Finance</a></li>
<li><a href="creative.html">Creative Arts</a></li>
<li><a href="disciplinary.html">Disciplinary</a></li>
<li><a href="media.html">Media and Publicity</a></li>
<li><a href="hospitality.html">Registration and Hospitality</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="https://www.facebook.com/jyc.juit/" class="social-icon" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/jyc.juit/" class="social-icon" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://x.com/JycJuit/" class="social-icon" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/juit-youth-club/mycompany/" class="social-icon" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@JYCPhotographyClub" class="social-icon" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<nav>
<a href="ourTeam.html">Our Team</a>
</nav>
<div class="copyright">
© 2024-25 JYC All rights reserved.
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- JS FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/wow.min.js"></script>
<script src='js/splitting.min.js'></script>
<script src='js/odometer.min.js'></script>
<script src='js/fancybox.min.js'></script>
<script src="js/scripts.js"></script>
<script src="js/footer.js"></script>
<script>
new Swiper('.office-slider', {
slidesPerView: '1',
spaceBetween: 0,
centeredSlides: true,
loop: true,
autoplay: {
delay: 3000, // time between slides (3 seconds)
disableOnInteraction: false, // autoplay will not stop after user interaction
},
pagination: {
el: '.swiper-pagination',
clickable: true,
},
});
</script>
</body>
</html>