-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
72 lines (54 loc) · 3.32 KB
/
about.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
<?php include 'zhead.php'; ?>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<?php include 'include/header.php'; ?>
<!-- #header end -->
<!-- Content
============================================= -->
<section id="content">
<?php include("includes/nav_crumbs.php"); ?>
<div class="content-wrapX nopaddingX">
<div class="container clearfix notopmargin">
<div class="toppadX col_two_thirdX col-md-9 nopadd txtjustify">
<div class="padd20_t padd10_r">
<!--<h4><a href="#"><i class="icon-info"></i></a> ABOUT OPEN COUNTY</h4>
<div class="entry clearfix">
<div class="entry-image">
<a href="images/budget.jpg" data-lightbox="image"><img class="image_fade" src="images/budget.jpg" alt="Standard Post with Image" style="opacity: 1;"></a>
</div>
</div>-->
<!--<p>Open Institute is working to develop Open County Dashboards that seek to publish county level open data - especially that which relates to progress and development at county level. The purpose of the Open County Dashboard is to strengthen the county governments’ efforts to be transparent and accountable to their citizens.</p>-->
<!-- About content begin here -->
<?php include("includes/inc.cont.main.php"); ?>
<!-- About content end here -->
</div>
</div>
<div class="toppadX col_one_thirdX col_lastX col-md-3 pull-right">
<!-- <div class="col_full">
<h4><a href="#"><i class="icon-briefcase"></i></a> ABOUT THE OPEN INSTITUTE</h4>
<p>The Open Institute is a think-do tank that works with governments, civil society, private sector companies, media organisations and others to realize citizen driven open societies in Africa. We see a future with an open society that is managed by informed, fact-driven citizens. This society features a responsive and accountable government that delivers the services its citizens need at the level of service they deserve. This is us, in a nutshell.<a href="openinstitute.com/about" target="_blank"> more... <i class="icon-external-link"> </i></a></p>
</div>
<div class="col_full">
<h4><a href="#"><i class="icon-briefcase"></i></a> ABOUT THE WORLD BANK</h4>
<p>The World Bank is like a cooperative, made up of 189 member countries. These member countries, or shareholders, are represented by a Board of Governors, who are the ultimate policymakers at the World Bank. Generally, the governors are member countries' ministers of finance or ministers of development. They meet once a year at the Annual Meetings of the Boards of Governors of the World Bank Group and the International Monetary Fund.<a href="http://www.worldbank.org/en/about" target="_blank"> more... <i class="icon-external-link"> </i></a></p>
</div>-->
<div class="padd20_t padd10_l">
<?php //include 'include/suggest.php'; ?>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<?php include 'include/footer.php'; ?>
<!-- #footer end -->
</div><!-- #wrapper end -->
<?php include 'zfoot.php'; ?>
</body>
</html>