forked from kushalag02/EBSB-IITP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
604 lines (548 loc) · 31.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.onload = function () {
document.getElementById('loader').style.display = "none";
document.getElementById('content-preloader').style.display = "block";
};
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>EBSB IIT PATNA</title>
<!--------------------- favicon --------------------->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/site.webmanifest">
<!-- fonts & icons-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<!-- AOS CDN -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Bootstrap & Swiper CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.7/css/swiper.min.css'>
<!-- CSS Link -->
<link rel="stylesheet" href="./src/styles.css">
<link rel="stylesheet" href="./src/socialHandle.css">
<link rel="stylesheet" href="./src/main.scss">
<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+Condensed&family=Roboto:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body class="bg-white">
<div id="fb-root"></div>
<script async defer crossorigin="anonymous"
src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v12.0&appId=4008551035901480&autoLogAppEvents=1"
nonce="iOlqX93T"></script>
<div id="loader" class="bg-dark">
<div id="followingBallsG" style="display: block;">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</div>
<div id="content-preloader">
<!-- section 1 starts here -->
<section id="section1" class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href=""><img src="assets/EBSB_Logo_IITP.svg" alt="" height="61" width="209"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarLink"
aria-controls="navbarLink" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarLink">
<ul class="navbar-nav">
<li class="nav-item active"><a href="./index.html" class="nav-link"> Home </a></li>
<li class="nav-item"><a href="./public/initiatives.html" class="nav-link"> Events</a>
</li>
<li class="nav-item"><a href="./public/gallery.html" class="nav-link"> Gallery</a></li>
<li class="nav-item"><a href="./public/members.html" class="nav-link">Team</a></li>
</ul>
</div>
</nav>
<div class="swiper-div">
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./assets/admin-front.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/block3.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/CVR drone.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/gate-logo.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/from-admin.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/green 1.avif" />
</div>
<div class="swiper-slide">
<img src="./assets/gymkhana-back.avif" />
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination d-none"></div>
</div>
<div class="swiper-shadow1">
</div>
<div class="swiper-shadow2 d-flex justify-content-center align-items-center" data-aos="fade-up">
<h3 class="text-white text-center">
<p class="wel-center py-0 my-0">WELCOME TO</p>
<p class="heading-center" id="typed"></p>
</h3>
</div>
<div class="swiper-shadow2 d-flex justify-content-center align-items-center">
<img class="curveonheader" src="./assets/Vector.svg" alt="curve" />
</div>
</div>
</section>
<!-- Section 2 -->
<section class="section-2 container-fluid py-5 mx-auto">
<div class="row mx-auto">
<div class="col-md-10 col-11 mx-auto">
<div class="row mx-auto">
<div class="col-12 col-md-6 d-flex justify-content-center align-items-center" data-aos="fade-right"><img
src="./assets/home-icon.svg" class="about-img" alt="side img"/></div>
<div class="col-12 col-md-6 d-flex justify-content-center align-items-center" data-aos="fade-left">
<p class="text-justify text-dark" style="font-size: 1.2rem; font-weight: 500;">"Ek Bharat Shreshtha
Bharat" programme aims
to enhance interaction &
promote mutual understanding between people of different states/UTs through the concept of state/UT
pairing. The states carry out activities to promote a sustained and structured cultural connect in the
areas of language learning, culture, traditions & music, tourism & cuisine, sports and sharing of best
practices, etc.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 3 -->
<section class="section-3 container-fluid mx-auto p-0">
<svg width="100vw" class="svg-vector1" height="" viewBox="0 0 1444 232" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 0C0 54.92 0 109.83 0 164.75C1.77 165.2 4.67 166.79 4.67 166.79L4.68 166.8C5.61 167.22 6.53 167.66 7.44 168.13C30.23 179.97 53.91 189.72 78.28 197.78C142.83 219.13 209.41 228.46 277.12 230.68C315.27 231.93 353.41 231.23 391.45 227.83C415.16 225.71 438.86 223.36 462.47 220.4C493.36 216.52 524.01 211.09 554.51 204.86C611.8 193.16 668.25 178.32 723.6 159.43C738.55 154.33 753.2 148.32 768.2 143.34C806.88 130.49 845.72 118.1 884.42 105.31C953.14 82.6 1021.8 59.74 1090.93 38.27C1143.33 22 1196.81 11.91 1251.37 7.19C1273.43 5.28 1295.54 3.9 1317.66 2.73C1350.44 0.99 1383.24 0.35 1416.06 1.69C1425.21 2.06 1434.36 2.48 1443.5 2.88C1443.5 1.88 1443.5 0.88 1443.5 0C962.32 0 481.14 0 0 0Z"
fill="white" />
</svg>
<div class="row mx-auto">
<div class="col-md-10 col-11 mx-auto sec3-ins">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-12 col-md-6" data-aos="fade-right">
<h2>MISSION & VISION</h2>
<p>Our mission is to <b>CELEBRATE</b> the Unity in Diversity of our Nation and to maintain and
strengthen the
fabric of traditionally existing emotional bonds between the people of our Country; To <b>PROMOTE
</b>the spirit of national integration through a deep and structured engagement between all Indian
States and
Union Territories through a year-long planned engagement between States; To <b>CREATE</b> an
environment
which promotes learning between States by sharing best practices and experiences and to
<b>ESTABLISH</b>
long-term engagements.
</p>
</div>
<div class="col-12 col-md-6">
</div>
</div>
</div>
<svg width="100vw" class="svg-vector2" height="" viewBox="0 0 1444 235" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M1443.5 0V234.69H0V119.99L4.11 122.25C5.22 122.87 6.37 123.52 7.56 124.15C46.38 144.63 86.99 160.85 128.6 174.66C184.49 193.2 241.55 206.89 299.74 215.9C335.65 221.46 371.72 225.3 408.02 226.96C413.68 227.21 419.33 227.58 424.98 227.98C426.28 228.07 427.55 228.49 428.83 228.75H481.81C484.1 228.45 486.37 227.97 488.67 227.85C520.11 226.26 551.48 223.94 582.67 219.52C655.55 209.19 725.95 189.97 793.69 161.01C895.27 117.59 999.23 80.96 1105.99 52.41C1164.22 36.84 1223.01 23.83 1282.52 14.16C1319.34 8.18 1356.33 3.48 1393.59 1.31C1408.54 0.44 1423.54 0.49 1438.52 0.12C1440.18 0.08 1441.84 0.04 1443.5 0Z"
fill="white" />
</svg>
</section>
<!-- Section 4 -->
<section class="section-4 container-fluid py-5 mx-auto">
<div class="row mx-auto py-3">
<div class="col-md-10 col-10 mx-auto">
<h2>Our Reach</h2>
<div class="row mx-auto pt-5">
<div class="col-10 col-md-3 text-center mx-auto pt-3" data-aos="fade-up"><i
class="fab fa-instagram-square"></i>
<p class="timer" id="yes" data-from="0" data-to="1023" data-speed="3000" data-target="#yesyes"
style="font-size: 30px; color: #24323f"> </p>
<h3>Instagram <br>Followers</h3>
</div>
<div class="col-10 col-md-3 text-center mx-auto pt-3" data-aos="fade-up"><i
class="fab fa-facebook-square"></i>
<p class="timer" id="yes" data-from="0" data-to="1125" data-speed="3000" data-target="#yesyes"
style="font-size: 30px; color: #24323f">201k </p>
<h3>Facebook<br> Likes</h3>
</div>
<div class="col-10 col-md-3 text-center mx-auto pt-3" data-aos="fade-up"><i
class="fas fa-calendar-alt"></i>
<p class="timer" id="yes" data-from="0" data-to="04" data-speed="3000" data-target="#yesyes"
style="font-size: 30px; color: #24323f">4 </p>
<h3>Current <br>Initiatives</h3>
</div>
<div class="col-10 col-md-3 text-center mx-auto pt-3" data-aos="fade-up"><i class="fas fa-users"></i>
<p class="timer" id="yes" data-from="0" data-to="80" data-speed="3000" data-target="#yesyes"
style="font-size: 30px; color: #24323f">201k </p>
<h3>Club<br>Members</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Section 5 -->
<section class="section-3 section-5 container-fluid mx-auto p-0">
<svg width="100vw" class="svg-vector3" style="transform: rotate(180deg);" height="" viewBox="0 0 1440 124"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 124H1440C970.62 -41.3333 469.38 -41.3333 0 124Z" fill="white" />
</svg>
<div class="row mx-auto sec5-ins">
<div class="col-md-10 col-11 mx-auto">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-12 col-md-10 text-center" data-aos="fade-up">
<h2>Did You Know?<br></h2>
<p>The idea of a sustained and structured cultural connect between denizens of different regions was
mooted by Prime Minister Shri Narendra Modi during the Rashtriya Ekta Divas held on 31st October, 2015
</p>
</div>
</div>
</div>
</div>
<svg width="100vw" class="svg-vector5" height="" viewBox="0 0 1440 124" fill="#fcfcfc"
xmlns="http://www.w3.org/2000/svg">
<path d="M0 124H1440C970.62 -41.3333 469.38 -41.3333 0 124Z" fill="#fcfcfc" />
</svg>
</section>
<!-- Section 6 -->
<section class="section-4 section-6 container-fluid py-2 mx-auto">
<div class="row sec6-row mx-auto pt-0">
<div class="col-md-10 col-11 mx-auto px-0">
<h2>MESSAGE FROM SAC</h2>
<div class="col-12 mx-auto sec6-row pt-5 px-0">
<div class="col-10 text-center mx-auto pt-5">
<div class="message-card" data-aos="fade-right">
<div class="uper-card"> “नमस्ते, নমস্তে, నమస్తే, ನಮಸ್ಕಾರ, നമസ്കാരം, ਸਤ ਸ੍ਰੀ ਅਕਾਲ……Welcome to our website of "Ek Bharat Shrest Bharat Chapter of IIT Patna".
At IIT Patna, we believe in fostering a sense of unity in diversity, celebrating the cultural heritage that defines our nation. Through the Ek Bharat Shrest Bharat (EBSB), an initiative of Government of India, we strive to create a platform where students from different corners of the country come together to engage in cultural exchange, collaborative learning, and shared experiences.
As part EBSB initiative, our students discover the multitude of activities that embody the spirit of unity. From language workshops that bridge communication gaps to traditional art exhibitions that showcase the beauty of diversity, wide range of events are being conducted since the inception of EBSB, that promote understanding and appreciation of our rich heritage.
Join us in this exciting journey as we engage in activities that transcend boundaries, bringing together different communities, hailed from various parts of India at IIT Patna.
Embrace the diversity, celebrate the unity – welcome to the world of "Ek Bharat Shrest Bharat" at IIT Patna!”</div>
<div class="lower-card">
<div class="row">
<div class="profile-icon"></div>
<div class="profile-description col-8">
<h4>Kevin Louis</h4>
<p>SAC President</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-10 text-center mx-auto pt-5">
<div class="message-card" data-aos="fade-up">
<div class="uper-card"> “नमस्ते, নমস্তে, నమస్తే, ನಮಸ್ಕಾರ, നമസ്കാരം, ਸਤ ਸ੍ਰੀ ਅਕਾਲ……Welcome to our website of "Ek Bharat Shrest Bharat Chapter of IIT Patna".
At IIT Patna, we believe in fostering a sense of unity in diversity, celebrating the cultural heritage that defines our nation. Through the Ek Bharat Shrest Bharat (EBSB), an initiative of Government of India, we strive to create a platform where students from different corners of the country come together to engage in cultural exchange, collaborative learning, and shared experiences.
As part EBSB initiative, our students discover the multitude of activities that embody the spirit of unity. From language workshops that bridge communication gaps to traditional art exhibitions that showcase the beauty of diversity, wide range of events are being conducted since the inception of EBSB, that promote understanding and appreciation of our rich heritage.
Join us in this exciting journey as we engage in activities that transcend boundaries, bringing together different communities, hailed from various parts of India at IIT Patna.
Embrace the diversity, celebrate the unity – welcome to the world of "Ek Bharat Shrest Bharat" at IIT Patna!”</div>
<div class="lower-card">
<div class="row">
<div class="profile-icon"></div>
<div class="profile-description col-8">
<h4>Kevin Louis</h4>
<p>SAC President</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-10 text-center mx-auto pt-5">
<div class="message-card" data-aos="fade-left">
<div class="uper-card"> “नमस्ते, নমস্তে, నమస్తే, ನಮಸ್ಕಾರ, നമസ്കാരം, ਸਤ ਸ੍ਰੀ ਅਕਾਲ……Welcome to our website of "Ek Bharat Shrest Bharat Chapter of IIT Patna".
At IIT Patna, we believe in fostering a sense of unity in diversity, celebrating the cultural heritage that defines our nation. Through the Ek Bharat Shrest Bharat (EBSB), an initiative of Government of India, we strive to create a platform where students from different corners of the country come together to engage in cultural exchange, collaborative learning, and shared experiences.
As part EBSB initiative, our students discover the multitude of activities that embody the spirit of unity. From language workshops that bridge communication gaps to traditional art exhibitions that showcase the beauty of diversity, wide range of events are being conducted since the inception of EBSB, that promote understanding and appreciation of our rich heritage.
Join us in this exciting journey as we engage in activities that transcend boundaries, bringing together different communities, hailed from various parts of India at IIT Patna.
Embrace the diversity, celebrate the unity – welcome to the world of "Ek Bharat Shrest Bharat" at IIT Patna!”</div>
<div class="lower-card">
<div class="row">
<div class="profile-icon"></div>
<div class="profile-description col-8">
<h4>Kevin Louis</h4>
<p>SAC President</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Main Events -->
<section class="section-4 section-6 container-fluid py-2 mx-auto bg-white pt-5">
<div class="row sec6-row mx-auto pt-5">
<div class="col-md-11 col-11 mx-auto px-0">
<h2>MAIN EVENTS</h2>
<div class="card-container">
<div class="card">
<img src="./assets/cards.avif" alt="">
<div class="card-content">
<h2>
Card Heading
</h2>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nesciunt exercitationem iste, voluptatum,
quia explicabo laboriosam rem adipisci voluptates cumque, veritatis atque nostrum corrupti ipsa
asperiores harum? Dicta odio aut hic.
</p>
<a href="#" class="button">
Find out more
<span class="material-symbols-outlined">
arrow_right_alt
</span>
</a>
</div>
</div>
<div class="card">
<img src="./assets/cards.avif" alt="">
<div class="card-content">
<h2>
Card Heading
</h2>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nesciunt exercitationem iste, voluptatum,
quia explicabo laboriosam rem adipisci voluptates cumque, veritatis atque nostrum corrupti ipsa
asperiores harum? Dicta odio aut hic.
</p>
<a href="#" class="button">
Find out more
<span class="material-symbols-outlined">
arrow_right_alt
</span>
</a>
</div>
</div>
<div class="card">
<img src="./assets/cards.avif" alt="">
<div class="card-content">
<h2>
Card Heading
</h2>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nesciunt exercitationem iste, voluptatum,
quia explicabo laboriosam rem adipisci voluptates cumque, veritatis atque nostrum corrupti ipsa
asperiores harum? Dicta odio aut hic.
</p>
<a href="#" class="button">
Find out more
<span class="material-symbols-outlined">
arrow_right_alt
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="bg-dark text-white footer-lp container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-11 col-md-10 footer-inside">
<div class="row">
<div class="col-11 col-md-3 footer-content content-1">
<h2 class="text-left">About</h2>
<div class="row">
<div class="col-8 col-md-11">
<p class="text-justify">Ek Bharat Shreshtha Bharat (EBSB) is a cultural extravaganza that brings
together the rich tapestry of India's diverse cultures and traditions<br><br>
<a target="_blank" href="#" class="text-white text-decoration-none px-1"> <i
class="fa fa-facebook-square"></i></a>
<a target="_blank" href="#" class="text-white text-decoration-none px-1"> <i
class="fa fa-twitter-square"></i></a>
<a target="_blank" href="#" class="text-white text-decoration-none px-1"> <i
class="fa fa-instagram"></i></a>
<a target="_blank" href="#" class="text-white text-decoration-none px-1"> <i
class="fa fa-linkedin-square"></i></a>
<a target="_blank" href="#" class="text-white text-decoration-none px-1"> <i
class="fa fa-youtube-square"></i></a>
</p>
</div>
<!-- <div class="col-4 col-md-2"></div> -->
</div>
</div>
<div class="col-11 col-md-2 footer-content content-2">
<h2 class="text-left">Quick Links</h2>
<div class="list-content d-inline-block">
<div class="row">
<div class="col-10 col-md-10 px-0">
<ul>
<li><a href="https://www.iitp.ac.in/"><i class="fas fa-chevron-circle-right padd-ryt"></i>IIT
Patna</a></li>
<li><a href="https://www.iitp.ac.in/gymkhana/"><i
class="fas fa-chevron-circle-right padd-ryt"></i>Student`s Gymkhana</a></li>
<li><a href="https://www.iitp.ac.in/hosca/"><i
class="fas fa-chevron-circle-right padd-ryt"></i>Hosca</a></li>
<li><a
href="https://www.iitp.ac.in/index.php/the-institute/about-iitp-logo/9-english/115-disclaimer"><i
class="fas fa-chevron-circle-right padd-ryt"></i>Disclaimer</a></li>
</ul>
</div>
<div class="col-2 col-md-2 px-0">
</div>
</div>
</div>
</div>
<div class="col-11 col-md-3 footer-content content-3">
<h2 class="text-left">Featured Links</h2>
<div>
<ul>
<li><a target="_blank" href="https://ekbharat.gov.in/"> <i
class="fas fa-chevron-circle-right padd-ryt"></i>EBSB Oficial</a></li>
<li><a target="_blank" href="https://www.india.gov.in/"> <i
class="fas fa-chevron-circle-right padd-ryt"></i>National Portal of India</a></li>
<li><a target="_blank" href="https://data.gov.in/"> <i
class="fas fa-chevron-circle-right padd-ryt"></i>Digital India</a></li>
<li><a target="_blank" href="http://makeinindia.com/"> <i
class="fas fa-chevron-circle-right padd-ryt"></i>Make In India</a></li>
</ul>
</div>
</div>
<div class="col-11 col-md-4 footer-content content-4">
<img src="./assets/hosca_1.avif" alt="logos" style="height: 120px; width: auto;" />
<!-- <hr style="width: 210px;"> -->
<!-- <img src="./assets/" alt=" logos" style="height: 120px; width: auto;" /> -->
</div>
</div>
</div>
</div>
<div class="last-footer2 container-fluid py-2">
<div class="row d-flex justify-content-center align-items-center">
<p class="text-center text-white">Made with ❤️ by EBSB Team</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Script tags -->
<script src="https://kit.fontawesome.com/0451b9bb72.js" crossorigin="anonymous"></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/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.4.1/js/swiper.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"
integrity="sha512-BdHyGtczsUoFcEma+MfXc71KJLv/cd+sUsUaYYf2mXpfG/PtBjNXsPo78+rxWjscxUYN2Qr2+DbeGGiJx81ifg=="
crossorigin="anonymous"></script>
<script src="./src/index.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
offset: 200,
duration: 900,
easing: 'ease',
once: true,
});
</script>
<script>
// For the Counter section
(function ($) {
$.fn.countTo = function (options) {
options = options || {};
return $(this).each(function () {
// set options for current element
var settings = $.extend({}, $.fn.countTo.defaults, {
from: $(this).data('from'),
to: $(this).data('to'),
speed: $(this).data('speed'),
refreshInterval: $(this).data('refresh-interval'),
decimals: $(this).data('decimals')
}, options);
// how many times to update the value, and how much to increment the value on each update
var loops = Math.ceil(settings.speed / settings.refreshInterval),
increment = (settings.to - settings.from) / loops;
// references & variables that will change with each update
var self = this,
$self = $(this),
loopCount = 0,
value = settings.from,
data = $self.data('countTo') || {};
$self.data('countTo', data);
// if an existing interval can be found, clear it first
if (data.interval) {
clearInterval(data.interval);
}
data.interval = setInterval(updateTimer, settings.refreshInterval);
// initialize the element with the starting value
render(value);
function updateTimer() {
value += increment;
loopCount++;
render(value);
if (typeof (settings.onUpdate) == 'function') {
settings.onUpdate.call(self, value);
}
if (loopCount >= loops) {
// remove the interval
$self.removeData('countTo');
clearInterval(data.interval);
value = settings.to;
if (typeof (settings.onComplete) == 'function') {
settings.onComplete.call(self, value);
}
}
}
function render(value) {
var formattedValue = settings.formatter.call(self, value, settings);
$self.text(formattedValue);
}
});
};
$.fn.countTo.defaults = {
from: 0, // the number the element should start at
to: 0, // the number the element should end at
speed: 1000, // how long it should take to count between the target numbers
refreshInterval: 100, // how often the element should be updated
decimals: 0, // the number of decimal places to show
formatter: formatter, // handler for formatting the value before rendering
onUpdate: null, // callback method for every time the element is updated
onComplete: null // callback method for when the element finishes updating
};
function formatter(value, settings) {
return value.toFixed(settings.decimals);
}
}(jQuery));
jQuery(function ($) {
// start all the timers
$('.timer').each(count);
// restart a timer when a button is clicked
$(window).scroll(function () {
console.log($(window).scrollTop());
if ($(window).scrollTop() > 300 && $(window).scrollTop() < 850) {
$('.timer').each(count);
}
});
function count(options) {
var $this = $(this);
options = $.extend({}, options || {}, $this.data('countToOptions') || {});
$this.countTo(options);
}
});
</script>
</body>
</html>