-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
71 lines (60 loc) · 2.52 KB
/
header.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><?php echo $title; ?>: BMF - Buea Municipal Fellowship on Business Management and Public Service Integrity.</title>
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="style/common.css" rel="stylesheet">
<link href="style/style.css" rel="stylesheet">
<link href="style/camera.css" rel="stylesheet">
<link href="style/slider.css" rel="stylesheet">
<link href="style/responsive.css" rel="stylesheet">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div class="wrap">
<div class="tp-bar">
<div class="container">
<div class="logo"> <a href="index.php"><img src="images/logo.png" alt="BMF"></a> <span class="slogan"> Buea Municipal Council's Fellowship on Business Management and Public Service Integrity </span> </div>
<!-- logo ends -->
<div class="tp-right">
<div class="social-links">
<ul>
<li><a href="http://facebook.com/skademy" class="icon-facebook tooltip" title="facebook"></a></li>
<li><a href="http://skademy.com" class="icon-rss tooltip" title="rss"></a></li>
</ul>
</div>
</div>
</div>
</div><!-- tp-bar ends -->
<nav class="menu-bar">
<div class="container">
<a href="#" class="tablet-menu"></a>
<ul class="menu">
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About BMF</a>
<ul>
<li><a href="policy.php">Policy Documents</a></li>
<li><a href="team.php">Team</a></li>
</ul>
</li>
<li><a href="benchmarks.php">Benchmarks</a></li>
<li><a href="benefits.php">Benefits</a></li>
<li><a href="professional.php">Professional Courses</a></li>
<li>
<a href="applications.php">Applications</a>
<ul>
<li><a href="scholarships.php">Scholarships</a></li>
<li><a href="assessment.php">Assessment</a></li>
<li><a href="eligible.php">Who Is Eligible</a></li>
</ul>
</li>
<li><a href="partners.php">Partners</a></li>
<li><a href="contact.php">Contact Us</a></li>
</li>
</ul><!-- menu ends -->
</div>
</nav><!-- menu-bar ends -->