-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicy.php
46 lines (41 loc) · 1.66 KB
/
policy.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
<?php
$title = "Policy";
include("header.php");
?>
</div>
</nav><!-- menu-bar ends -->
<div class="banner" style="background:url(images/resource/banner-1.jpg);">
<div class="container">
<h1>Key Strategic Government Policy Documents used in Fellowship Framing</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/policy.jpg" alt="pic"></a>
</div>
<h4>Key Strategic Government Policy Documents used in Fellowship Framing</h4>
<p>• The National Anti Corruption Strategy of Cameroon</p>
<p>• The World Bank Country Assistance Strategy for Cameroon</p>
<p>• The Growth and Employment Strategy of Cameroon (covering Cameroon Development Goals and Vision 2035</p>
<p>• The International Monetary Fund (IMF)’s Enhanced Structural Adjustment Facility Medium-Term Economic and Financial Policy Framework </p>
<p>• The National Governance Program of Cameroon</p>
<p>• Foreign and Commonwealth Office: Doing Business in Cameroon Report</p>
</div><!-- details end -->
</section><!-- blog-box ends -->
</div>
<!-- Sidebar -->
<?php
include("sidebar.php");
?>
<!-- Sidebar endds -->
</div>
</div><!-- /container -->
<?php
include("footer.php");
?>