-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapproach-strategy.php
41 lines (33 loc) · 3.41 KB
/
approach-strategy.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
<?php include './components/header.php'; ?>
<div class="ui container">
<!-- Top Navigation Bar -->
<?php include './components/top-menu.php'; ?>
<!-- BODY Content -->
<div class="ui grid">
<!-- Left menu -->
<?php include './components/side-menu.php'; ?>
<!-- right content -->
<div class="twelve wide column">
<h1>Approach & Strategy</h1>
<!-- <p><strong>CCDF</strong> is a non-profit, non-government and voluntary organization committed to the care & development and voluntary organization committed to the care and development of the underprivileged children.</p>
<p><strong>CCDF is a group</strong> of quanlified, hardworking, dedicated, like-minded people trying to make a difference in the life of the underrepresented, disadvantaged and marginalized sections of the society. It have been established to work as a platform to channelize and make optimum use of the resources and infrastructure available and people's desire to give back to society a bit of what they owe to it.</p>
<p><strong>It is out effort</strong> at CCDF to guide and motivate people to use their resources in a construction in changing the lives of these street children.</p> <p><strong>We are working</strong> in the field of education and over all development of the destitute children by providing then with an opportunity to realize their full potentials and lead a dignified and respectable life.</p> -->
<p> <strong>Orphans Care & Development Foundation</strong> meets its objectives, </p>
<ul>
<li>by establishing and strengthening links with like minded people and networking with institutions, schools, hospitals, etc.</li>
<li>by developing and sourcing expertise from an extensive network and by retaining only a core group of experienced, qualified and dedicated permanent staff.</li>
<li>by developing a detailed plan and micro strategy for separate programs, by allocating different functions to separate committes.</li>
<li>by generating funds and sponsorship from supporting members NGOs, Govt grants & aids, corporate houses and patrons.</li>
<li>by circulating e-news letter to all its stakeholders and interested subscribers.</li>
<li>by having a professional approach with a personal touch, to meet.</li>
</ul>
<p><strong>ODF mission & five objectives</strong>, separate programs will be implemented in two Phares:</p>
<h4 style="text-align: center;">PHASE - I</h4>
<p>Identifying & mobilizing resources for potential project/program. Identifying & developing interest among potential shareholders. Identifying parameters of the project/program. Determine feasibility Perpare policies & design with alternatives for discussion with the stakeholders. Agree on a final design.</p>
<h4 style="text-align: center;">PHASE - II</h4>
<p>Perparation, implementation & management of the plan. Carrying out the project and monitoring its progress to support development. Considering impacts on the surrounding areas and changes within the society.</p>
<span class="p-20"></span>
</div>
</div>
</div>
<?php include './components/footer.php'; ?>