-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
265 lines (243 loc) · 14.2 KB
/
about.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
<!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 offers specialized child development and rehabilitation programs aimed at addressing various developmental and physical challenges. Our expert team provides customized therapy to support children’s growth and well-being.">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<link rel=“canonical” href=“https://sahyogvillage.co.in/” />
<title>Sahyog Village - About Us</title>
<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" style="margin-left: -17px;margin-top: 11px;"></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">
<div class="container">
<div class="row">
<div class="col col-xs-12">
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end page-title -->
<!-- start of wpo-about-section -->
<section class="wpo-about-section" style="padding-top: 90px">
<div class="container">
<div class="wpo-about-wrap">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12 col-12">
<div class="wpo-about-img">
<div class="wpo-about-left">
<img src="assets/images/about/img-2.jpg" alt="">
</div>
<div class="wpo-about-right">
<img src="assets/images/about/img-1.jpg" alt="">
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-12">
<div class="wpo-about-text">
<div class="wpo-section-title">
<span>What we do</span>
</div>
<ul style="margin-left: 25px;">
<li> Child Rehabilitation and Institutional care </li>
<li> Operating Health Sub Centre for the villagers </li>
<li> Hosting Computer Labs for Computer Education for school and college going children </li>
<li> Specialized Adoption Centers at Ranchi, Jamshedpur and Simdega Jharkhand </li>
<li> Operating a Legal Aid Centre at Khunti, Jharkhand </li>
<li> Modal Specialized Adoption Agency in Ranchi, Jharkhand </li>
<li> Running five Children Homes in Khunti, Bokaro and Simdega (two) District and one at Birmitrapur, Odisha </li>
<li> Running Child Line Services 1098 at Khunti and Simdega, Jharkhand </li>
<li> Running Destitute Women Home at Khunti and Simdega </li>
<li> Running an Old Destitute Home at Khunti, Jharkhand </li>
<li> Running RUPANTARAN Program for the women inmates of Khunti Jail </li>
<li> Running D Pharma College at Khunti, Jharkhand </li>
<li> Organic farming in Khunti campus </li>
<li> Providing free cooked food at Khunti & Simdega on daily basis with the assistance of MCKS Food for Hungry Foundation </li>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of wpo-about-section -->
<!-- start of wpo-service-section -->
<!-- end of wpo-service-section -->
<section class="wpo-service-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-12 col-12">
<div class="wpo-section-title">
<h1>License and Certifications</h1>
</div>
</div>
</div>
<div class="service-wrap" style="padding-top: -10px">
<div class="row">
<div class="col col-lg-12 col-md-12 col-sm-12 col-12">
<div class="service-item">
<div class="text">
<p>Registered under Societies Regd. Act 1860 as an All-India society. </p>
<p> Registered under FCRA (Foreign Contribution Regulation Act) 2010. </p>
<p> Accorded License for SAA (Specialized Adoption Agency) by State Govt. of Jharkhand. </p>
<p> License under JJ Act 2015 to run a Children Home by WCD Deptt Govt. of Odisha. </p>
<p> License under JJ Act 2015 to run a Five Children Home by WCD Deptt Govt. of Jharkhand. </p>
<p> License to run Child line 1098 services at Khunti and Simdega. </p>
<p> License to run Nari Niketan at Khunti and Simdega. </p>
<p> Registered under section 12A and 80G of Income Tax Act 1961. </p>
<p> LegalAID Centre opened at Sahyog Village Khunti under the guidance of JHALSA, Ranchi and District Court, Khunti. </p>
</div>
</div>
</div>
</div>
</div>
</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, legal aid, 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> sahyogvillage@gmail.com</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>