forked from goelnaman66/lightWebsite2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcenter_chennai.html
545 lines (431 loc) · 22.5 KB
/
center_chennai.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Center</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.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">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<!-- 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">
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link href="css/center2.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link href="css/style1.css" rel="stylesheet">
</head>
<body class="bg-light">
<header id="header" class="header-scrolled">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="#intro" class="scrollto">LIGHT</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="center.html">Centers</a></li>
<li><a href="networkpage.html">Our Network</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="#contact">Support Us</a></li>
<li><a href="https://www.gyws.org/">GYWS</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section >
<div class="container-fluid">
<div class="row" style="background-image: url(img/members/team.jpg) ; background-size: 100% 400px; height: 400px;">
<center style="margin: auto;">
<header class="section-header"><h3>our center</h3></header>
</center>
</div>
</div>
</section>
<!--==========================
Centers Section
============================-->
<section id="about">
<div class="container">
<div class="section-header">
<h3>LIGHT Chennai</h3>
<p id="za">
Our neighbourhood is one of those places which was lacking in certain aspects like sanitation, education, etc. We were in need of a group of passionate volunteers, someone youthful and earnest to accept this huge opportunity, and started a centre for LIGHT in our college. It could be opening many doors leading us to get further help in developing the neighbourhood here.
So we scoured through people to find the ones who are passionate and hard-working. Together we envisioned Light at IIITDM Chennai to be a group of people who were driven by the inspiration from helping others. It was the like-minded nature of the people which brought them together to form this amazing family ready for the aid of the ones in need.
<span id="dots">...</span><button onclick="changeContent()" id="about-read-more">Read more</button><span id="more">
We have come up with various plans for our neighbourhood including a hygienic environment, an improvised educational system which develops hand in hand with the development of technology, providing meals among the homes and orphanages, etc.
We, the LiGHT members of Chennai hope to transform our neighbourhood into a finer, healthier and improvised place for the people here.
<button onclick="changeContent()" id="about-read-less" >..read less</button></span></p>
<div class="center">
</div>
<script src="js/center2.js"></script>
</div>
</div>
</section>
<section class="section-bg">
<div class="container">
<br>
<div class="section-header">
<h3>ACTIVITES</h3></div>
<div class="row justify-content-center mt-4 pt-4 mb-4 pb-2">
<div class="col-md-4 col-6 mb-2">
<div class="intern-category-card-parent">
<div class="intern-category-card" data-toggle="modal" data-target="#modal1">
<center><img src="img/LIGHT_SAMVEDNA/img.jpg"><br></center>
<p class="text-center intern-category-head">Anal Children Home</p>
</div>
</div>
<br>
</div>
<div class="col-md-4 col-6 mb-2">
<div class="intern-category-card-parent">
<div class="intern-category-card" data-toggle="modal" data-target="#modal2">
<center><img src="img/LIGHT_SAMVEDNA/img.jpg"><br></center>
<p class="text-center intern-category-head">Women Safety Survey</p>
</div>
</div>
<br>
</div>
</div>
<br>
</div>
</section>
<div class="modal fade bd-example-modal-lgr" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true" id="modal1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" >Anal Children Home</h4>
<button type="button" class="close" data-dismiss="modal" style="outline: none;">×</button>
</div>
<div class="modal-body" style="padding:1.5em;">
<center>
<div class="container" style="width: 100%; margin: 0;">
<p>Participants arranged a special meal (mutton biryani) for the kids of an orphanage and observed their conditions and created a detailed report of their problems which we can look upon one by one in future and hence enhance the quality of those kids’ lives.</p>
<br>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/LIGHT_CHENNAI/c1.jpg" style="width:50%;">
</div>
<div class="carousel-item">
<img src="img/LIGHT_CHENNAI/c2.jpg" style="width:50%;">
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<br></br>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev" style="background: none;">
<span class="glyphicon glyphicon-menu-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next" style="background: none;">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true" id="modal2">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Women Safety Survey</h4>
<button type="button" class="close" data-dismiss="modal" style="outline: none;">×</button>
</div>
<div class="modal-body" style="padding:1.5em;">
<center>
<div class="container" style="width: 100%; margin: 0;">
<p>A Survey of around 60 womens was done to understand the situation regarding concerns of Women Safety in that region. More that 85% womens agreeded that they feel unsafe and something should be done to improve the situation.</p>
<br>
<div id="myCarousel1" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="#" style="width:50%;">
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel1" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel1" data-slide-to="1"></li>
</ol>
<br></br>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel1" data-slide="prev" style="background: none;">
<span class="glyphicon glyphicon-menu-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel1" data-slide="next" style="background: none;">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<!--==========================
Satvik's code
============================-->
<center>
<div class="container-fluid">
<div class="section-header">
<br>
<h3>Centre Coordinator</h3></div>
<div class="row">
<div class="text container">
<div class="row justify-content-center">
<div class="col-lg-3 col-11 col-md-4">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/SHRUTHY.jpg" class="prof-img">
<div class="overlay">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="#"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/shruthi.poornima.5"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/suruthi-poornima-9b5305199"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Suruthi Poornima A</div>
</div>
</div>
<div class="col-lg-3 col-11 col-md-4">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/KRISHNA.jpeg" class="prof-img">
<div class="overlay">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="#"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/iamkkt26"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/iamkkt"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Krishnakumar Thangavel</div>
</div>
</div>
</div>
<br><br>
</div>
</div>
</center>
<center>
<div class="container">
<div class="section-header">
<br>
<h3>Core Team Members</h3></div>
</center>
<center>
<div class="container">
<div class="row">
<div class="text container">
<center>
<div class="row ctm owl-carousel owl-theme">
<div class="col-sm-12">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/Prakhar.jpg" class="prof-img">
<div class="overlay2">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="mailto:#"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/prahar.jamnik.9"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/prahar-jamnik-70ba371a8"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Prahar Jamnik</div>
</div>
</div>
<div class="col-sm-12">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/Javvadi.jpg" class="prof-img">
<div class="overlay2">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="mailto:"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/chinnu.ruthwik"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/ruthwik-javvadi-69b58a1b0/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Javvadi Gunin Ruthwik</div>
</div>
</div>
<div class="col-sm-12">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/Jaswanth.jpg" class="prof-img">
<div class="overlay2">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="mailto:"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/jaswanth.reddy.3781/"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/jaswanth-reddy-998164191/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Kommuru Jaswanth Reddy</div>
</div>
</div>
<div class="col-sm-12">
<div class="prof-card">
<img src="img/LIGHT_CHENNAI/Gadi.jpeg" class="prof-img">
<div class="overlay2">
<div class="overlay-text">
<div class="black-strip">
<a class="social-icon btn" href="mailto:"><i class="fa fa-envelope"></i></a>
<a class="social-icon btn" href="https://www.facebook.com/gadi.jayasathwika"><i class="fa fa-facebook"></i></a>
<a class="social-icon btn" href="https://www.linkedin.com/in/gadi-jaya-sathwika-38571b170/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="prof-name">Gadi Jaya Sathwika</div>
</div>
</div>
</div>
</center>
</div>
</div>
</div>
</center>
<script src="js/internship.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/main.js"></script>
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="js/internship.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/main.js"></script>
-->
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<h3>BizPage</h3>
<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus. Scelerisque felis imperdiet proin fermentum leo. Amet volutpat consequat mauris nunc congue.</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Services</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Terms of service</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><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 class="col-lg-3 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna veniam enim veniam illum dolore legam minim quorum culpa amet magna export quem marada parida nodela caramase seza.</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>BizPage</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</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>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script src="js/center2.js></script>
</body>
</html>