-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofessional.php
71 lines (59 loc) · 2.88 KB
/
professional.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
<?php
$title = "Professional Courses ";
include("header.php");
?>
<div class="banner" style="background:url(images/resource/banner-1.jpg);">
<div class="container">
<h1>BMF Tailored Professional Courses and Modules</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/img-2.jpg" alt="pic"></a>
</div>
<p><h4>Combination of unique experiential learning and academia level learning that provide a broad curriculum of professional skill development. </h4></p>
<h4>Day 1</h4>
<p>• The God Reward for Service</p>
<p>• The Business Environment</p>
<p>• Stakeholders Analysis</p>
<p>• Strategic Change Leadership</p>
<h4>Day 2</h4>
<p>• Understanding Corruption, Its causes, effects and consequences</p>
<p>• Public Service Corruption Risk Assessment & Management</p>
<p>• Strategic Human Resource Management</p>
<p>• Corporate Strategy</p>
<h4>Day 3</h4>
<p>• Economics of Happiness (Video session)</p>
<p>• Anti-Corruption What it Means to the Cameroonian Economy</p>
<p>• Policy Development, Analysis and Implementation; Understanding the Difference Between Governance and Good Governance</p>
<p>• Explaining Vision 2035: Understanding the Growth and Employment Strategy Objectives of Cameroon and Cameroon’s Development Goals</p>
<h4>Day 4</h4>
<p>• Project Management</p>
<p>• Marketing Policy, Planning, and Communication</p>
<p>• Financial Accounting</p>
<p>• Nonviolent Discipline and Communication ( Video)</p>
<h4>Day 5</h4>
<p>• Understanding Entrepreneurship</p>
<p>• Group Presentation of Lessons Learned by Learners</p>
<p>• Financial Accounting</p>
<p>• Closing Ceremony & Award of Fellowship Certificates</p>
<p><h4>Download a Fellowship Program <a href="">Here</a></h4></p>
</div><!-- details end -->
</section><!-- blog-box ends -->
</div>
<!-- Sidebar -->
<?php
include("sidebar.php");
?>
<!-- Sidebar endds -->
</div>
</div><!-- /container -->
<?php
include("footer.php");
?>