-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
383 lines (346 loc) · 23.9 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DMTYCVYK0B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DMTYCVYK0B');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="sahyogvillage">
<meta name="description" content="Sahyog Village provides child and adult rehabilitation and recovery programs to assist individuals in overcoming physical and emotional challenges.">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Sahyog Village - Team</title>
<link rel=“canonical” href=“https://sahyogvillage.co.in/” />
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flaticon.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/sass/style.css" rel="stylesheet">
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="assets/images/preloader.png" alt="">
</div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header">
<div class="wpo-site-header wpo-site-header-s5">
<nav class="navigation navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-3 col-md-4 col-3 d-lg-none dl-block">
<div class="mobail-menu">
<button type="button" class="navbar-toggler open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar first-angle"></span>
<span class="icon-bar middle-angle"></span>
<span class="icon-bar last-angle"></span>
</button>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png"
alt="logo"></a>
</div>
</div>
<div class="col-lg-8 col-md-1 col-1">
<div id="navbar" class="collapse navbar-collapse navigation-holder">
<button class="menu-close"><i class="ti-close"></i></button>
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="projects.html">Centres</a>
</li>
<li>
<a href="event.html">Events</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- end of header -->
<!-- start wpo-page-title -->
<section class="wpo-page-title-team">
<div class="container">
<div class="row">
<div class="col col-xs-12">
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end page-title -->
<!-- volunteer-area-start -->
<div class="volunteer-area">
<div class="volunteer-wrap">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="volunteer-item">
<h3 style="text-align: center;"> A Member to Remember </h3>
<div class="volunteer-img-wrap">
<div class="volunter-img">
<img src="assets/images/volunteer.jpg" alt="">
<h4 style="text-align: center;"> <i>Prabha Tete (1983 - 2021)</i> </h4>
<p>In loving memory of Prabha, a remarkable woman who dedicated her life to being a social worker and a devoted mother. Prabha nurtured and cared for thousands of kids throughout her journey, leaving an indelible impact on their lives. Tragically, she succumbed to the second wave of Covid-19 in India in 2021, leaving behind a legacy which Sahyog is determined to carry forward. She was a woman of true radiance, full of devotion, tirelessly dutiful, genuinely loving and passionately faithful. She is survived by her three-year-old daughter.</p>
</div>
</div>
</div>
<!-- <div class="volunteer-contact">
<div class="volunteer-contact-form">
<h2>Become a Volunteer</h2>
<form method="post" class="contact-validation-active" id="contact-form-main">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-12 form-group">
<input type="text" class="form-control" name="name" id="name"
placeholder="First Name">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 form-group clearfix">
<input type="email" class="form-control" name="email" id="email"
placeholder="Email">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 form-group">
<input type="text" class="form-control" name="subject" id="subject"
placeholder="Subject">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 form-group form-group-in">
<label for="file">Upload Your CV</label>
<input id="file" type="file" class="form-control" name="file">
<i class="ti-cloud-up"></i>
</div>
<div class="col-lg-12 col-12 form-group">
<textarea class="form-control" name="note" id="note"
placeholder="Case Description..."></textarea>
</div>
<div class="submit-area col-lg-12 col-12">
<button type="submit" class="theme-btn submit-btn">Send Message</button>
<div id="loader">
<i class="ti-reload"></i>
</div>
</div>
</div>
<div class="clearfix error-handling-messages">
<div id="success">Thank you</div>
<div id="error"> Error occurred while sending email. Please try again later.
</div>
</div>
</form>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- volunteer-area-end -->
<!-- start of wpo-volunteer-section -->
<section class="wpo-volunteer-section s3">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-12 col-12">
<div class="wpo-section-title">
<h2>Our Core Team</h2>
</div>
</div>
</div>
<div class="volunteer-wraper">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/1.jpg" alt="CA (Dr.) Manjeet Singh Pardesi">
</div>
<div class="content">
<h2><a>CA (Dr.) Manjeet Singh Pardesi</a></h2>
<span>Founder</span>
<div>A compassionate and dedicated Chartered Accountant, Dr. Manjeet was born in the State of Jharkhand. He earned a PhD in Commerce and possesses a Postgraduate Degree in Commerce and Social Work. Dr. Manjeet’s mother, Tej Kaur, an esteemed social worker in Odisha, played a pivotal role in nurturing his humble and caring nature, fostering a deep empathy for the underprivileged and a strong desire to assist the marginalized sections of society. Additionally, his late father, an Army officer who sacrificed his life in service to the nation, imparted in him a profound sense of commitment and duty towards his country. Dr. Manjeet resides in Delhi, India, along with his wife and three children, devoting himself wholeheartedly to his profession and his philanthropic endeavors.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/2.jpg" alt="Paramjeet Pardesi">
</div>
<div class="content">
<h2><a>Paramjeet <br>Pardesi</a></h2>
<span>President</span>
<div>An highly accomplished individual, holds a double Master's degree with a specialization in Social Work. With her extensive educational background and expertise, she has played a pivotal & active role in various child care and destitute activities, in all centres of Sahyog Village.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/5.png" alt="Dr. Sutapa B. Neogi">
</div>
<div class="content">
<h2><a>Dr. Sutapa B. <br>Neogi </a></h2>
<span>Advisor</span>
<div>Dr. Sutapa B. Neogi is Director and a public health specialist actively engaged in research and teaching at International Institute of Health Management Research (IIHMR), Delhi. She is MBBS from NRS Medical College, Kolkata, MD in Community Medicine from PGIMER, Chandigarh and DNB in Maternal and Child Health. She has a rich experience in public health and advises Sahyog Village members on a regular basis on several public health issues. She has been instrumental in setting up Rabindra Nath Health Sub Centre.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/6.jpg" alt="Shri Vijay Kumar Jai">
</div>
<div class="content">
<h2><a> Shri Vijay Kumar <br>Jai</a></h2>
<span>Member</span>
<div>After retiring as a Manager from Andhra Bank, Shri Vijay Kumar Jai felt a deep desire to make a philanthropic impact. Driven by this motivation, he became a part of our organization. Since joining, Shri Jai has actively engaged in overseeing the inter-country adoption process. His commitment to philanthropy and his valuable contributions have been instrumental in furthering the organization's mission.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/7.jpg" alt="Nicole Reiss Wenhardt">
</div>
<div class="content">
<h2><a>Nicole Reiss <br>Wenhardt</a></h2>
<span>Advisor</span>
<div>Nicole, a university graduate in Economics, resides in Austria with her spouse and two children, one of whom she graciously adopted from India. Over a decade ago, she initiated her journey of sponsoring children at our Birmitrapur center. With unwavering commitment, she continues to visit Sahyog centers annually, showcasing her genuine dedication to the cause.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/8.jpg" alt="Alka Kumari">
</div>
<div class="content">
<h2><a>Alka <br>Kumari</a></h2>
<span>Manager</span>
<div>Ms. Alka, serving as the Manager at SAA Ranchi, assumes a vital position in supervising the day-to-day activities of our Ranchi center while providing invaluable guidance in the realm of care and rehabilitation for children up to the age of 6. Her educational background includes a postgraduate degree in psychology from Bihar University, coupled with an MBA attained from Mahatma Gandhi Open University. Ms. Alka's dedication and expertise greatly contribute to our mission in ensuring the well-being and development of the children we serve. She lives in Ranchi with her family.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/3.jpg" alt="Jaswinder Singh">
</div>
<div class="content">
<h2><a>Jaswinder <br>Singh</a></h2>
<span>General Manager</span>
<div>Mr. Singh supervises and manages all administrative activities at Sahyog Village centres. Mr. Singh joined Sahyog in 2007 and has been a pillar throughout the thick and thin of the organization. He lives in Ranchi with his wife and two daughters.</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="volunteer-single">
<div class="image">
<img src="assets/images/volunteer/4.jpg" alt="Amrit Topno">
</div>
<div class="content">
<h2><a>Amrit <br>Topno</a></h2>
<span>Finance Manager</span>
<div>Mr Amrit Topno oversees the financial management, accounting and record-keeping at Sahyog Village centres. He holds M.CoM and Master of Social Work. Mr. Topno has been working at Sahyog for more than 10 years and is an integral part of our Mission. A humble and dedicated member who described his motto in life as: <i>Helping is self-satisfaction and not expecting anything in return.</i> He lives in Ranchi.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of wpo-volunteer-section -->
<!-- start of wpo-site-footer-section -->
<footer class="wpo-site-footer">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div class="widget about-widget">
<div class="widget-title">
<h3>About Sahyog Village</h3>
</div>
<p>Established in the year 2004, Sahyog Village is registered under the Societies Regd. Act XXI of 1860 as an All-India Society. We focuse on child rehabilitation, specialized adoption centers, fostering care for the elderly, and women's welfare programs.</p>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
</div>
<div class="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
</div>
<div class="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div class="widget newsletter-widget">
<div class="widget-title">
<h3>Contact Us</h3>
</div>
<ul class="info">
<li><i class="flaticon-email"></i> [email protected]</li>
<li><i class="flaticon-facebook-app-symbol"></i> <a href="https://www.facebook.com/sahyogvillage">sahyogvillage</li>
<li><i class="flaticon-telephone"></i> +91-1141845467, +91-8084967877, +91-8210829153</li>
<li><i class="flaticon-location"></i> 105, 9-B/2 First Floor, Nehru Complex, Pandav Nagar New Delhi-92</li>
</ul>
</div>
</div>
</div>
</div> <!-- end container -->
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row align-items-center">
<div class="col col-lg-12 col-md-12 col-12">
<ul>
<li>© 2024 <a href="#">Sahyog Village</a>. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end of wpo-site-footer-section -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.dlmenu.js"></script>
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
</html>