-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassessment.php
45 lines (39 loc) · 1.84 KB
/
assessment.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
<?php
$title = "Assessment";
include("header.php");
?>
<div class="banner" style="background:url(images/resource/banner-1.jpg);">
<div class="container">
<h1>BFM Assessment Criteria</h1>
<div class="bread-bar clearfix">
</div>
</div>
</div><!-- banner ends -->
<div class="container">
<div class="row">
<div class="span9">
<section class="blog-box">
<div class="details">
<div class="image">
<a href="blog-detail.html"><img src="images/resource/ass.jpg" alt="pic"></a>
</div>
<h4>Applications for the BMF program will be assessed against the following criteria:</h4>
<p>1. Nature of current volunteer assignment, business or public service task and how it contributes to the growth and employment of Buea municipality and the national vision in general.</p>
<p>2. Quality of essays submitted and respect for word limits</p>
<p>3. Relevance of proposed project proposal for the growth and development of Buea municipality including Cameroon’s 2035 development goals in general</p>
<p>4. Ability to understand and assimilate the fellowship program content</p>
<p>5. You should be able to demonstrate the contribution that you will make to promote integrity education and fight against corruption in Buea municipality and Cameroon in general</p>
<p>6. We will also be looking for motivation, self direction and properly developed interpersonal skills that hold potential for community leadership.</p>
</div><!-- details end -->
</section><!-- blog-box ends -->
</div>
<!-- Sidebar -->
<?php
include("sidebar.php");
?>
<!-- Sidebar endds -->
</div>
</div><!-- /container -->
<?php
include("footer.php");
?>