-
Notifications
You must be signed in to change notification settings - Fork 9
/
center.html
511 lines (415 loc) · 21.1 KB
/
center.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LiGHT</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/LiGHT_logo (1).png" rel="icon">
<!-- <link href="img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/LiGHTbox/css/LiGHTbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/center.css" rel="stylesheet">
<!-- cluster css -->
<link href="css/center_clusters.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- #header -->
<nav class="navbar navbar-expand-lg navbar-light bg-dark navbar-botom-margin">
<div class="container ">
<a href="index.html"><img src="img/light_logo (1).png" alt="" height="50px"></a>
<a class="navbar-brand" href="#">LiGHT</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" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="center.html">Centers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" 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="rise.html">RISE</a></li>
<li><a class="dropdown-item" href="ccp.html">CCP</a></li>
<li><a class="dropdown-item" href="cleanliness.html">Cleanliness Drive</a></li>
<li><a class="dropdown-item" href="ssd.html">SSD</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="networkpage.html">Our Network</a>
</li>
<li class="nav-item">
<a class="nav-link" href="members.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Support Us.html">Support Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.gyws.org/">GYWS</a>
</li>
</ul>
<!-- <form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
<!-- #header -->
<!--==========================
Intro Section
============================-->
<!-- #intro -->
<section style="background-color: black;" >
<div class="container-fluid">
<center>
<!-- <a id="play-video" class="video-play-button" href="#">
<span></span>
</a> -->
<img src="img/center_new.jpg" style="height: 630px;width: 100%; background-size: cover;"/>
</center>
</div>
</section>
<!--Map Section-->
<div class="container-fluid justify-content-center" style="margin-top: 70px">
<div class="row">
<!-- Map Part -->
<div class="col-md-6 justify-content-center ml-auto">
<!-- <h2>map</h2> -->
<center>
<div style="width: 75%;">
<div id="map"></div>
</div>
</center>
</div>
<div class="col-md-6">
<div class="reach pt-4">
<header class="section-header mb-2">
<h3>Our Reach</h3>
</header>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="info">
<h1 class="counter pt-2" style="font-weight: 600;">12</h1>
<h2>Centres</h2>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="info">
<h1 class="counter pt-2" style="font-weight: 600;">11</h1>
<h2>States</h2>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="info">
<h1 class="counter pt-2" style="font-weight: 600;">200</h1>
<h2>Active Members</h2>
</div>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
<!-- --------------------------------------------map section End -------------------------------------->
<!-------------------------------Timeline Section------------------------------------------------------------->
<section>
<header class="section-header">
<h3>Timeline</h3>
</header>
<section class="timeline">
<ol>
<li>
<div>
<time style="margin-top: 20px;">Jan 2017</time> LiGHT Samvedna was established with the help of students from Govt. College of Engineering Aurangabad
</div>
</li>
<li>
<div>
<time >Feb 2018</time> LiGHT Gaya was established with the help of students from Gaya College of Engineering
</div>
</li>
<li>
<div>
<time style="margin-top: 20px;">March 2018</time>LiGHT Chennai was established with the help of students from IIITDM Kancheepuram
</div>
</li>
<li>
<div>
<time >Oct 2019</time>LiGHT Raipur was established with the help of students from NIT Raipur
</div>
</li>
<li>
<div>
<time style="margin-top: 20px;">Nov 2019</time>LiGHT Pallakad was established with the help of students from IIT Pallakad, Kerala
</div>
</li>
<li>
<div>
<time >Nov 2019</time>LiGHT Jaipur was established with the help of students from MNIT Jaipur
</div>
</li>
<li>
<div>
<time style="margin-top: 20px;">Feb 2020</time>LiGHT Wardha was established in Bajaj Institute of Technology, Wardha
</div>
</li>
<li>
<div>
<time >April 2020</time> LiGHT Gwalior Sithouli was established with the help of students of ITM Group of Institutions, Gwalior
</div>
</li>
<li>
<div>
<time style="margin-top: 20px;">May 2021</time> LiGHT Gwalior Thatipur was established in May 2021. We are common people, we don't want to change the world, we want to improve it first.
</div>
</li>
<li>
<div>
<time >June 2021</time> LiGHT Bhubaneswar was established in June 2021 in online mode. The team is motivated to solve real world problems using innovative solutions.
</div>
</li>
<li>
<div>
<time style="margin-top: 20px;">June 2021</time> LiGHT Sindri was established in June 2021 in online mode. Our team enthusiastically participated in the INTER CENTER COMPETITION and graciously organized its first event in the month of November.
</div>
</li>
<li>
<div>
<time >June 2021</time> LiGHT Akola was established in June 2021 in a tough pandemic time period in India with a motivation to serve the community. For the last 6 months LiGHT Akola has proved its capabilities by actively conducting events in online mode.
</div>
</li>
<li></li>
</ol>
<div class="arrows" style="margin-top: 40px;">
<button class="arrow arrow__prev disabled" style="background: none; border: none; outline: none; cursor: pointer;" disabled>
<i class="fa fa-angle-left" style="font-size: x-large;"></i>
</button>
<button class="arrow arrow__next" style="background: none; border: none; outline: none; cursor: pointer;">
<i class="fa fa-angle-right" style="font-size: x-large;"></i>
</button>
</div>
</section>
<br><br>
<!--=================================================================================================================================
Cluster Section
=========================================================================================================================================-->
<section id="team" class="pb-5">
<div class="container">
<header class="section-header">
<h3 class=" section-title h1">OUR CLUSTERS</h3>
</header>
<div class="row pt-0 ">
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" >
<div class="mainflip flip-0">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="img/LIGHT-logo.png" alt="card image"></p>
<h4 class="card-title">Western Region Cluster</h4>
<p class="card-text">This is our 1st cluster.Hover over it to see more details.</p>
</div>
</div>
</div>
<div class="backside">
<div class="card col-12">
<div class="card-body text-center col-12 mt-4">
<h4 class="card-title">Western Region Cluster</h4>
<p class="card-text"><div class=" LiGHT-centers row">
<div class="col">
<a href="./center_jaipur.html" target="_blank">1. LiGHT Jaipur</a> <br>
<a href="./center_gwalior_sithouli.html" target="_blank">3. LiGHT Gwalior Sithouli</a> <br>
<a href="./center_gwalior thatipur.html" target="_blank">4. LiGHT Gwalior Thatipur</a> <br>
</div>
</div></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" >
<div class="mainflip flip-0">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="img/LIGHT-logo.png" alt="card image"></p>
<h4 class="card-title">Eastern Region Cluster</h4>
<p class="card-text">This is our 2nd cluster.Hover over it to see more details.</p>
</div>
</div>
</div>
<div class="backside">
<div class="card col-12">
<div class="card-body text-center col-12 mt-4">
<h4 class="card-title">Eastern Region Cluster</h4>
<p class="card-text"><div class=" LiGHT-centers row">
<div class="col">
<a href="./center_raipur.html" target="_blank">1. LiGHT Raipur</a> <br>
<a href="./center_sindri.html" target="_blank">2. LiGHT Sindri</a> <br>
<a href="./center_gaya.html" target="_blank">3. LiGHT Gaya</a> <br>
<a href="./center_bhubaneswar.html" target="_blank">4. LiGHT Bhubaneshwar</a> <br>
</div>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" >
<div class="mainflip flip-0">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="img/LIGHT-logo.png" alt="card image"></p>
<h4 class="card-title">Southern Region Cluster</h4>
<p class="card-text">This is our 3rd cluster.Hover over it to see more details.</p>
</div>
</div>
</div>
<div class="backside">
<div class="card col-12">
<div class="card-body text-center col-12 mt-4">
<h4 class="card-title">Southern Region Cluster</h4>
<p class="card-text"><div class=" LiGHT-centers row">
<div class="col">
<a href="./center_wardha.html" target="_blank">1. LiGHT Wardha</a> <br>
<a href="./center_samvedhna.html" target="_blank">2. LiGHT Samvedna</a> <br>
<a href="./center_akola.html" target="_blank">3. LiGHT Akola</a> <br>
<a href="./center_pallakad.html" target="_blank">4. LiGHT Palakkad</a> <br>
<a href="./center_chennai.html" target="_blank">5. LiGHT Chennai</a> <br>
</div>
</div></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
</div>
</div>
</section>
<!--==========================
Centers Section End
============================-->
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 footer-info">
<h3>LiGHT</h3>
<p>LiGHT is an initiative of one of India's largest student-run government registered NGO Gopali Youth Welfare Society, based in IIT Kharagpur. Gopali Youth Welfare Society aims at the overall socio-economic development of the underprivileged near the IIT Kharagpur campus.</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="about.html">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="networkpage.html">Our Network</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="Support Us.html">Support Us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="center.html">Centers</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Gopali (No-shooting Area), <br>
P.O. – Salua, Dist. – Paschim Medinipur,<br>
West Bengal, Pin-721145. <br>
<strong>Phone: <a href="tel:+91 9125220499" class="footer-link">+91 912-522-0499</a></strong><br>
<strong>Email: <a href="mailto: [email protected]" class="footer-link" target="_blank">[email protected]</a></strong><br>
</p>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/LiGHT.L8/" class="facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/LiGHT_gyws/" class="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>LiGHT - GYWS</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/LiGHTbox/js/LiGHTbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<script src='https://kit.fontawesome.com/75578d0f7f.js'></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<!--Map Section-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
<script src="networkJS/jquery.counterup.min.js"></script>
<script src="js/centermain.js"></script>
<!-- new map -->
<script src="mapdata.js"></script>
<script src="countrymap.js"></script>
<!-- map section js end -->
<!-- cluster section -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- cluster section end -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>