-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
99 lines (97 loc) · 5.63 KB
/
about.php
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
<?php include 'includes/header.php';?>
<div class="container-fluid p-3" id="about-container">
<h2 class="h2-responsive text-center p-3 text-dark">About us</h2>
<hr>
<div class="row" id="about">
<div class="col-ls-4 col-md-4 col-sm-12 col-xs-12">
<div class="view">
<img src="img/mwcd.jfif" class="zoom" style="width: 100%">
</div>
</div>
<div class="col-ls-8 col-md-8 col-sm-12 col-xs-12">
<div class="content">
<h3 class="text-center p-2 h3-responsive"><strong>What do we do?</strong></h3>
<p class="lead text-justify">
The Department of Women and Child Development was set up in the year 1985 as a part of the Ministry
of Human Resource Development to address the needs of the women and children in the nation. In 2006
it was upgraded from a Department to a Ministry of Women and Child Development.
</p>
<p class="lead text-justify">
The mandate of the Ministry is the holistic development of Women and Children. It has the authority
to make plans, policies and programmes, enacts/ amends legislation with regard to the target group.
</p>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-ls-4 col-md-4 col-sm-6 col-xs-12">
<div class="card">
<div class="card-header">
<h3 class="h3-responsive text-center p-2">Vision & Mission</h3>
</div>
<div class="card-body">
<h4 class="h4-responsive p-2">
<li>Vision</li>
</h4>
<p>
Empowered women living with dignity and contributing as equal partners in development in an
environment free from violence and discrimination.
And, wellnurtured children with full opportunities for growth and development in a safe and
protective environment.
</p>
<h4 class="h4-responsive p-2">
<li>Mission</li>
</h4>
<p>
Promoting social and economic empowerment of women through cross-cuting policies and programmes,
mainstreaming gender concerns, creating awareness about their rights and facilitating
institutional and legislative support for enabling them realize their human rights and develop
to their full potential.
</p>
</div>
</div>
</div>
<div class="col-ls-4 col-md-4 col-sm-6 col-xs-12">
<div class="card">
<div class="card-header">
<h3 class="h3-responsive text-center p-2">Mandate</h3>
</div>
<div class="card-body">
<p>
The broad mandate of the Ministry is to have holistic development of Women and Children. As a
nodal Ministry for the advancement of women and children, the Ministry formulates plans,
policies and programmes; enacts/ amends legislation, guides and coordinates the efforts of both
governmental and non-governmental organisations working in the field of Women and Child
Development. Besides, playing its nodal role, the Ministry implements certain innovative
programmes for women and children. These programmes cover welfare and support services, training
for employment and income generation, awareness generation and gender sensitization. These
programmes play a supplementary and complementary role to the other general developmental
programmes in the sectors of health, education, rural development etc.
</p>
</div>
</div>
</div>
<div class="col-ls-4 col-md-4 col-sm-6 col-xs-12">
<div class="card">
<div class="card-header">
<h3 class="h3-responsive text-center p-2">Policy Initiatives</h3>
</div>
<div class="card-body">
<p>
For the holistic development of the child, the Ministry has been implementing the world's
largest and most unique and outreach programme of Integrated Child Development Services (ICDS)
providing a package of services comprising supplementary nutrition, immunization, health check
up and referral services, pre-school non-formal education. Most of the programmes of the
Ministry are run through non-governmental organisations. Efforts are made to have more effective
involvement of NGOs. The major policy initiatives undertaken by the Ministry in the recent past
include universalisation of ICDS and Kishori Shakti Yojana, launching a nutrition programme for
adolescent girls, establishment of the Commission for protection of Child Rights and enactment
of Protection of Women from Domestic Violence Act.
</p>
</div>
</div>
</div>
</div>
</div>
<?php include 'includes/footer.php';?>