-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepository.html
453 lines (433 loc) · 13.4 KB
/
repository.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!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 -->
<!--repo-search -->
<div class="repo-search">
<div class="wrapper">
<form method="post" action="#">
<div class="field-wrapper">
<input type="search" maxlength="100" placeholder="Search here" />
</div>
<div class="field-wrapper">
<select class="dd">
<option value="" selected>Select category</option>
<option>Public Notices</option>
<option>Tenders</option>
<option>Speeches</option>
</select>
</div>
<div class="btn-wrapper">
<button type="submit" class="btn blue"><span>Search</span></button>
</div>
</form>
</div>
</div>
<!--repo-search end -->
<!-- main_wrapper -->
<div id="main_wrapper">
<div class="wrapper">
<div class="text-center">
<h1>Repository</h1>
<p class="summary">Established in 1999 by the Kenya Information and Communications Act, 1998, the Authority is responsible for facilitating the development
of the Information and C</p>
</div>
<!-- repo -->
<ul class="repo">
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 64 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 45 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 20 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 34 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 64 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 45 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 20 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 34 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 64 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 45 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 20 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
<li>
<a href="#">
<span class="tbl">
<span class="col category">
<span class="icon-notifications"></span>
</span>
<span class="col filename">Invitation to the public to submit</span>
<span class="col doc-type">
<span class="icon-pdf"></span>
</span>
<span class="col size">size 34 Kb </span>
</span>
<span class="icon-download"></span>
</a>
</li>
</ul>
<!-- repo end -->
<!-- pagination -->
<ul class="pagination">
<li class="prev"><a href="#" class="icon-prev"></a></li>
<li><a href="#" class="current">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><span>...</span></li>
<li class="next"><a href="#" class="icon-next"></a></li>
</ul>
<!-- pagination end -->
</div>
<!-- quick-links -->
<div class="wrapper">
<div class="quick-links">
<h2>Quick links</h2>
<ul>
<li>
<a href="repository.html">
<span class="icon icon-tenders"></span>
<span class="text-container">
<span class="label">Tenders</span>
<span class="desc">The Communications Authority of Kenya (CA) is the regulatory authority for the ICT</span>
</span>
</a>
</li>
<li>
<a href="repository.html">
<span class="icon icon-repo"></span>
<span class="text-container">
<span class="label">Repository</span>
<span class="desc">The Communications Authority of Kenya (CA) is the regulatory authority for the ICT</span>
</span>
</a>
</li>
<li>
<a href="article.html">
<span class="icon icon-projects"></span>
<span class="text-container">
<span class="label">Projects</span>
<span class="desc">The Communications Authority of Kenya (CA) is the regulatory authority for the ICT</span>
</span>
</a>
</li>
</ul>
</div>
</div>
<!-- quick-links end -->
</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>