forked from dhruvchand/jagriti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourpartners.html
46 lines (38 loc) · 2.06 KB
/
ourpartners.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
<!DOCTYPE html>
<html>
<head>
<title>
Our Partners
</title>
</head>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/bootstrap-theme.min.css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,300' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<div id="main-container">
<div id="menu" class="row">
<a href="http://blog.projectjagriti.org"><div class="col-md-2">Blog</div></a>
<a href="aboutus.html"><div class="col-md-2">About Us</div></a>
<a href="index.html"><div class="col-md-4" id="logo" data-goto="1"><img src="img/logo.png"/></div></a>
<a href="ourpartners.html"><div class="col-md-2">Our Partners</div></a>
<a href="contactus.html"><div class="col-md-2">Contact Us</div></a>
</div>
<body>
<div class="accent" style="margin:auto auto; width:720px;">
<br/><br/>
We work with the <b>Child Welfare Committee</b> to save the children in need of attention.
The CWC is the sole government authority to deal with matters concerning children in need of care and protection.
<br/><br/>
The committee has the final authority to dispose of cases for the care, protection, treatment, development and rehabilitation of the children as well as to provide for their basic needs and human rights. A child rescued from a hazardous occupation, a brothel, abusive family or other such exploitative situations must be produced before the CWC who will conduct an inquiry to ensure optimum rehabilitation with minimal damage to the child.
<br/><br/>
Children in need of care and protection are sent directly to the children's home by the Child Welfare Committee that passes necessary orders for their rehabilitation, restoration and social re-integration.
<br/><br/>
<br/><br/>
</div>
</body>
</div>
</html>