-
Notifications
You must be signed in to change notification settings - Fork 0
/
careofyoungs.php
123 lines (99 loc) · 6.41 KB
/
careofyoungs.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?php include'includes/header.php'; ?>
<section class="care-young-sec">
<div class="container care-young-cover">
<div class="box-content">
<p>Care of Youngs</p>
</div>
</div>
</section>
<section class="care-young-content">
<div class="container care_content">
<h3>“VISION ensures our children realize all their rights."</h3>
<br>
<p>EVERY CHILD HAS 12 FUNDAMENTAL RIGHTS:</p>
<br>
<div class="row row-1">
<div class="col-md-12">
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R2-Stable-Loving-Nurturing-Environment.png">
<p class="care-title">The right to live with a family</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/1.png">
<p class="care-title">The right to a stable, loving, nurturing environment</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R3-Healthcare-Nutrition.png">
<p class="care-title">The right to healthcare and nutrition</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R4-Water-Electric-Power.png">
<p class="care-title">The right to clean water and electric power
</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R5-Quality-Education.png">
<p class="care-title">The right to a quality education
</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R6-Equal-Opportunities.png">
<p class="care-title">The right to equal opportunities
</p>
</div>
</div>
</div>
<div class="row row-2">
<div class="col-md-12">
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R7-Guidance.png">
<p class="care-title">The right to guidance from a caring adult</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R8-Be-Heard-Participate.png">
<p class="care-title">The right to be heard and participate in decisions that affect them</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R9-Citizenship.png">
<p class="care-title">The right to be prepared for active and responsible citizenship
</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/download.png">
<p class="care-title">The right to protection from abuse and neglect
</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R11-Dignity-Freedom.png">
<p class="care-title">The right to live in conditions of dignity and freedom
</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-12">
<img class="img-responsive care_icon" src="images/R12-Spiritual-Development.png">
<p class="care-title">The right to spiritual development
</p>
</div>
</div>
</div>
<p>All children deserve to be brought up in a safe environment. VISION believes that protection of the children in our care is extremely important. We work hard to provide an environment where students are safe, treated with respect and dignity. Working with Indian rules and guidelines for the protection of children we have implemented a number of policies with the assistance of numerous organizations and professional advice.
</p>
</div>
</section>
<section class="care-young-content-2">
<div class="container care_content-2">
<h3>What We Do To Keep Our Children Safe?</h3>
<h4>Protection Policies</h4>
<p>Regulations in line with Indian Laws and embrace the principles of the United Nations Convention on the Rights of the Child.</p>
<h4>CCTV System</h4>
<p>Almost 20+ closed circuit tv camera systems operate night and day in all public spaces across our compound to assist in keeping our children safe.</p>
<h4>Safety Awareness</h4>
<p>We conduct mock drill programs to aware the children from different situations.</p>
<h4>Education</h4>
<p>We never compromise in child’s education and we make sure that every child in our VISION gets the best education so that no one feels left out. To achieve this, we have the experienced teachers, caretakers and Interns. </p>
<h4>Experience</h4>
<p>With over 25+ years of collective experience in child care, we are always alert for signs of abuse. Our team constantly monitors interactions between staff, volunteers, visitors and children for signs of abuse.</p>
<h4>No Tolerance Policy</h4>
<p>We believe there is no room for error when it comes to the protection of children. Our no tolerance policy does not allow any room for those who would seek to hurt our children.</p>
</div>
</section>
<?php include'includes/footer.php'; ?>