-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.php
95 lines (84 loc) · 5.58 KB
/
team.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
<?php
$title = "Team";
include("header.php");
?>
</div>
</nav><!-- menu-bar ends -->
<div class="banner" style="background:url(images/resource/banner-1.jpg);">
<div class="container">
<h1>Team</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/blog-pic-1.jpg" alt="pic"></a>
</div>
<h4><a href="">Team</a></h4>
<p> <h5>BMF Program Coordinator<br/></h5>
<em>Stephen Asek</em>
</p>
<p> <h5>BMF Facilitators Manager<br/></h5>
<em>Mr. Hoffman Betika</em>
</p>
<p> <h5>BMF Impact Assessment and Monitoring Specialist<br/></h5>
<em>Mr. Chamango Blaise</em>
</p>
<p> <h5>BMF Fellows Relation and Logistics Officer<br/> </h5>
<em>Mr. Achouna Didero</em>
</p>
<p> <h5>BMF Information Technology Specialist<br/> </h5>
<em>Activ Spaces c/o Mr. Otto Akama. Please contact BMF program staff at [email protected] </em>
</p>
<p><h4>Current BMF Facilitators</h4></p>
<p> <h5>Mr. Hoffman Betika Ayuk<br/> </h5>
<em>Anglia Ruskin University, London UK</em>
</p>
<p> <h5>Mr Stephen Asek<br/> </h5>
<em>London South Bank University, London, UK and African Commonwealth Scholar;
Fellow of the Fletcher School of Law and Diplomacy, USA
</em>
</p>
<p> <h5>Mr. Maximilian Borchardt <br/> </h5>
<em>Bauhaus-Universität Weimar, Germany</em>
</p>
<p> <h5>Mr. Okesack Thompson<br/> </h5>
<em>All Bright Company Limited</em>
</p>
<p> <h5>Mr. Yusuf Konyalicetin<br/> </h5>
<em>Justus-Liebig Universität, Giessen, Germany</em>
</p>
<p><h4>BMF Board of Governors</h4></p>
<p>The BMF Board of Governors is our senior decision making body which is responsible for determining the fellowship strategy and priority actions to meet its stated objectives. The BMF Board of Governors is made up of the BMF program coordinator and 3 senior management staff of Buea Municipal Council. The BMF Board Chair is the acting Lord Mayor of Buea Municipality who presides over BMF annual Board of Governors meetings. Current BMF Board of Governors are:</p>
<p> <h5>The Mayor of Buea Municipal Council<br/> </h5>
<em>Mr. Ekema Patrick Esunge</em>
</p>
<p> <h5>BMF Program Coordinator<br/> </h5>
<em>Mr. Stephen Asek</em>
</p>
<p> <h5>2st Assistant Lord Mayor of Buea Municipal Council<br/> </h5>
<em>Mr. John Efande Lyonga</em>
</p>
<p> <h5>The Secretary General of Buea Municipal Council<br/> </h5>
<em>Mr. Joseph Ewome Njie</em>
</p>
<p><h4>BMF Technical Advisors</h4></p>
<p>BMF technical advisors are PTF’s experts drawn from different parts of the world with extensive experience of anti-corruption, rule of law, policy implementation and international economic development. They provide regular coaching and mentoring on diverse aspects of the fellowship to ensure that the fellowship impact on the development of ordinary citizens and the community. PTF advances innovative citizen led actions to improve governance, promote transparency and reduce corruption in developing countries. To view PTF experts <a href="http://ptfund.org/board-directors"> click here</a> .</p>
</div><!-- details end -->
</section><!-- blog-box ends -->
</div>
<!-- Sidebar -->
<?php
include("sidebar.php");
?>
<!-- Sidebar endds -->
</div>
</div><!-- /container -->
<?php
include("footer.php");
?>