-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbod.html
309 lines (293 loc) · 10.4 KB
/
bod.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Communications Authority of Kenya</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<!-- mobile_nav_wrapper -->
<div id="mobile_nav_wrapper">
<div class="mobile-nav-content">
<div class="header">
<a href="#" class="menu-close icon-close"></a>
<div class="logo"><img src="images/logo.png" width="215" height="58" alt="Communications Authority of Kenya" /></div>
</div>
<ul class="mobile-nav">
<li><a href="article.html">Digital Migration</a></li>
<li><a href="article.html">Universal Access</a></li>
<li><a href="article.html">Statutes & Regulations</a></li>
<li><a href="repository.html">Publications</a></li>
<li><a href="repository.html">Research & Statistics</a></li>
</ul>
<div class="footer">
<div class="links"><a href="index.html">Home</a>|<a href="bod.html">About Us</a>|<a href="#">Talk To Us</a></div>
<div class="social">
<a href="#" class="icon-facebook"></a>
<a href="#" class="icon-twitter"></a>
<a href="#" class="icon-youtube"></a>
<a href="#" class="icon-flickr"></a>
</div>
Copyright © 2017 Communications Authority of Kenya. All rights reserved.
</div>
</div>
</div>
<!-- mobile_nav_wrapper end -->
<!-- menu-wrapper -->
<div class="menu-wrapper">
<div class="wrapper">
<!-- top-menu -->
<div class="top-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="bod.html">About Us</a></li>
<li><a href="#">Talk To Us</a></li>
</ul>
</div>
<!-- top-menu end -->
<!-- main-menu -->
<div class="main-menu">
<div class="logo-col">
<a href="index.html" class="logo">
<img src="images/logo.png" width="215" height="58" alt="CA Logo" />
</a>
</div>
<div class="nav-col">
<ul id="nav">
<li>
<a href="article.html">Digital Migration</a>
</li>
<li>
<a href="article.html">Universal Access</a>
</li>
<li>
<a href="article.html">Statutes & Regulations</a>
</li>
<li>
<a href="repository.html">Publications</a>
</li>
<li>
<a href="repository.html">Research & Statistics</a>
</li>
<li class="search">
<div class="btn-search icon-search"></div>
</li>
<li class="mobile-btn">
<div class="btn-mobile-menu icon-menu"></div>
</li>
</ul>
</div>
</div>
<!-- main-menu end -->
<!-- search-form-->
<form method="post" action="#" class="search-form">
<div class="search-wrapper">
<input type="search" maxlength="100" class="search-box" placeholder="How can we help you" />
<button type="submit" class="icon-search"></button>
</div>
</form>
<!-- search-form end -->
</div>
</div>
<!-- menu-wrapper end -->
<!-- main -->
<main>
<!-- banner -->
<div class="banner" style="background-image: url(images/banners/banner1.jpg)"></div>
<!-- banner end -->
<!-- main_wrapper -->
<div id="main_wrapper">
<div class="wrapper">
<div class="text-center">
<h1>Board of Directors</h1>
<p class="summary">The Authority’s Board of Directors is responsible for the supervision of overall affairs of the Authority.</p>
</div>
<!-- bod -->
<div id="bod" class="leadership-tab-container active">
<ul class="leadership-list">
<li class="cd-item">
<a href="#" id="ngene_gituku" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. Ngene B. Gituku" />
<span class="caption">
<span class="title">Mr. Ngene B. Gituku</span>
<span class="designation">Chairman of the Board</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="francis_wangusi" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. Francis W. Wangusi" />
<span class="caption">
<span class="title">Mr. Francis W. Wangusi</span>
<span class="designation">MBS - Director General</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="judy_mumo" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Ms.Judy Munyinyi Mumo" />
<span class="caption">
<span class="title">Ms. Judy Munyinyi Mumo</span>
<span class="designation">Acting Information Secretary-Alternate to the Principal Secretary, Broadcasting and Telecommunications</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="beatrice_gathirwa" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Ms. Beatrice Gathirwa" />
<span class="caption">
<span class="title">Ms. Beatrice Gathirwa</span>
<span class="designation">Alternate to PS National Treasury</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="david_kitur" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. David Kitur" />
<span class="caption">
<span class="title">Mr. David Kitur</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="kentice_tikolo" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Ms. Kentice Tikolo" />
<span class="caption">
<span class="title">Ms. Kentice Tikolo</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="levi_obonyo" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Prof. Levi Obonyo" />
<span class="caption">
<span class="title">Prof. Levi Obonyo</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="patricia_kimama" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Ms. Patricia Kimama" />
<span class="caption">
<span class="title">Ms. Patricia Kimama</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="mwenda_njoka" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr.Mwenda Njoka" />
<span class="caption">
<span class="title">Mr.Mwenda Njoka</span>
<span class="designation">Alternate to PS, State Department of Interior</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="paul_kukubo" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. Paul Kukubo" />
<span class="caption">
<span class="title">Mr. Paul Kukubo</span>
<span class="designation">MBS</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="mugambi_nandi" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. Mugambi Nandi" />
<span class="caption">
<span class="title">Mr. Mugambi Nandi</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
<li class="cd-item">
<a href="#" id="christopher_guyo" class="cd-trigger">
<img src="images/bod/default.jpg" width="350" height="400" alt="Mr. Christopher Guyo" />
<span class="caption">
<span class="title">Mr. Christopher Guyo</span>
<span class="designation">Board Member</span>
</span>
</a>
</li>
</ul>
</div>
<!-- bod end -->
</div>
</div>
<!-- main_wrapper end -->
<!-- footer -->
<div id="footer">
<div class="col left">
<h3>Our Mission</h3>
<p>Facilitate the transformation of lives through progressive regulation of the Information and Communication Technology Sector.</p>
<div class="social">
<a href="#" class="icon-facebook"></a>
<a href="#" class="icon-twitter"></a>
<a href="#" class="icon-youtube"></a>
<a href="#" class="icon-flickr"></a>
</div>
</div>
<div class="col right">
<div class="menu-block">
<h3>The Authority</h3>
<ul class="links">
<li><a href="#">What we do</a></li>
<li><a href="#">Vision & Mission</a></li>
<li><a href="#">Organization & Structure</a></li>
<li><a href="#">Board of Directors</a></li>
<li><a href="#">Strategic Plan</a></li>
</ul>
</div>
<div class="menu-block">
<h3>The Industry</h3>
<ul class="links">
<li><a href="#">Broadcasting</a></li>
<li><a href="#">Telecommunication</a></li>
<li><a href="#">Information Security</a></li>
<li><a href="#">Frequency Spectrum</a></li>
<li><a href="#">Postal & Courier</a></li>
</ul>
</div>
<div class="menu-block">
<h3>Consumer</h3>
<ul class="links">
<li><a href="#">Quality of Service</a></li>
<li><a href="#">How to make a complaint</a></li>
<li><a href="#">Internet Services</a></li>
<li><a href="#">Kikao Kikuu</a></li>
<li><a href="#">Tariff Information</a></li>
</ul>
</div>
<div class="menu-block">
<h3>Contact us</h3>
<ul class="links">
<li><a href="#">Head Office</a></li>
<li><a href="#">CA Coastal Regional Office</a></li>
<li><a href="#">CA Western Regional Office</a></li>
</ul>
</div>
</div>
</div>
<!-- footer end -->
<!-- copyright -->
<div id="copyright">Copyright © 2017 Communications Authority of Kenya. All rights reserved.</div>
<!-- copyright end -->
</main>
<!-- main end -->
<div id="cd-quick-view" class="cd-quick-view">
<a href="#" class="cd-close">Close</a>
</div>
<div class="cd-overlay"></div>
</body>
<script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="js/velocity.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/bod.js"></script>
<script type="text/javascript" src="js/main.js"></script></html>