-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
345 lines (307 loc) · 12 KB
/
careers.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>NCA</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="261" height="75" alt="NCA" /></div>
</div>
<ul class="mobile-nav">
<li class="has-children">
<a href="#" class="toggle">Contractors</a>
<ul class="sub-nav">
<li>
<a href="#">Registration</a>
<ul>
<li><a href="#">Registration process</a></li>
<li><a href="#">New registrations</a></li>
<li><a href="#">Renewal</a></li>
<li><a href="#">Upgrade</a></li>
</ul>
</li>
<li><a href="#">Search Registered Contractors</a></li>
<li><a href="#">Contractor Resource Center</a></li>
</ul>
</li>
<li><a href="#">Developers</a></li>
<li><a href="#">Construction workers</a></li>
<li><a href="#">Suppliers</a></li>
<li><a href="#">Training</a></li>
<li><div class="btn-feedback">Feedback</div></li>
</ul>
<div class="footer">
<div class="links">
<a href="index.html">Home</a>•
<a href="#">Careers</a>•
<a href="#">Press Center</a>•
<a href="#">About Us</a>•
<a href="#">Staff Portal</a>•
<a href="#">Blog</a>
</div>
<div class="social">
<a href="#" class="icon-facebook"></a>
<a href="#" class="icon-twitter"></a>
<a href="#" class="icon-linkedin"></a>
<a href="#" class="icon-youtube"></a>
</div>
Copyright reserved at National Construction Authority 2017
</div>
</div>
</div>
<!-- mobile_nav_wrapper end -->
<!-- top-menu-wrapper -->
<div class="top-menu-wrapper">
<div class="wrapper">
<ul>
<li><a href="#">Careers</a></li>
<li><a href="#">Press Center</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Staff Portal</a></li>
</ul>
</div>
</div>
<!-- top-menu-wrapper end -->
<!-- logo-wrapper -->
<div class="logo-wrapper">
<div class="wrapper tbl">
<div class="col">
<a href="index.html" class="logo">
<img src="images/logo.png" width="235" height="68" alt="NCA Logo" />
</a>
</div>
<div class="col right">
<div class="search-wrapper">
<input type="search" maxlength="100" placeholder="Search website" />
<button type="submit" class="icon-search"></button>
</div>
<div class="btn-mobile-search icon-search"></div>
<div class="btn-mobile-menu icon-menu"></div>
</div>
</div>
</div>
<!-- logo-wrapper end -->
<!-- search-form-->
<form method="post" action="#" class="search-form">
<div class="mobile-search-wrapper">
<input type="search" maxlength="100" class="search-box" placeholder="Search website" />
<button type="submit" class="icon-search"></button>
</div>
</form>
<!-- search-form end -->
<!-- main-menu-wrapper -->
<div class="main-menu-wrapper">
<div class="wrapper">
<ul id="main_nav">
<li><a href="#">Contractors</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Construction workers</a></li>
<li><a href="#">Suppliers</a></li>
<li><a href="#">Training</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<!-- main-menu-wrapper end -->
<!-- banner -->
<div id="banner" style="background-image:url(images/banners/banner5.jpg);"></div>
<!-- banner end -->
<!-- breadcrumbs -->
<div id="breadcrumbs">
<div class="wrapper">
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="#">Careers</a></li>
</ul>
</div>
</div>
<!-- breadcrumbs end -->
<!-- main_content -->
<div id="main_content">
<div class="wrapper">
<h1>Careers at NCA</h1>
<!-- careers -->
<ul class="careers">
<li>
<div class="header">
<div class="col">
<span class="category">Engineering</span>
<h3>Senior Platform Engineer</h3>
</div>
<div class="col right">
<a href="#" class="btn apply icon-arrow-right"><span>Apply for this position</span></a>
</div>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets</p>
<a href="#" class="btn blue icon-arrow-right"><span>Read More</span></a>
</li>
<li>
<div class="header">
<div class="col">
<span class="category">Research</span>
<h3>Big Data Research Engineer</h3>
</div>
<div class="col right">
<a href="#" class="btn apply icon-arrow-right"><span>Apply for this position</span></a>
</div>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets</p>
<a href="#" class="btn blue icon-arrow-right"><span>Read More</span></a>
</li>
<li>
<div class="header">
<div class="col">
<span class="category">Engineering</span>
<h3>Senior Platform Engineer</h3>
</div>
<div class="col right">
<a href="#" class="btn apply icon-arrow-right"><span>Apply for this position</span></a>
</div>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets</p>
<a href="#" class="btn blue icon-arrow-right"><span>Read More</span></a>
</li>
<li>
<div class="header">
<div class="col">
<span class="category">Research</span>
<h3>Big Data Research Engineer</h3>
</div>
<div class="col right">
<a href="#" class="btn apply icon-arrow-right"><span>Apply for this position</span></a>
</div>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets</p>
<a href="#" class="btn blue icon-arrow-right"><span>Read More</span></a>
</li>
</ul>
<!-- careers end -->
<!-- pagination -->
<ul class="pagination">
<li class="prev"><a href="#" class="icon-arrow_left"></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><a href="#">5</a></li>
<li><span>...</span></li>
<li><a href="#">10</a></li>
<li><a href="#">20</a></li>
<li><a href="#">30</a></li>
<li class="next"><a href="#" class="icon-arrow_right"></a></li>
</ul>
<!-- pagination end -->
</div>
</div>
<!-- main_content end -->
<!-- footer -->
<div id="footer">
<div class="wrapper tbl">
<div class="col left">
<h3>Contact Us</h3>
<p>9th Floor KCB Plaza,<br/>
Upper Hill, Nairobi. Kenya<br/>
Tel: +254700021222, +254701913723,<br/>
+254701913140<br/>
Email: <a href="mailto:info@nca.go.ke">info@nca.go.ke</a></p>
</div>
<div class="col middle">
<h3>Stay Connected</h3>
<ul class="social-links">
<li><a href="#" class="icon-facebook"><span>Join us on facebook</span></a></li>
<li><a href="#" class="icon-twitter"><span>Follow us on twitter</span></a></li>
<li><a href="#" class="icon-linkedin"><span>Connect on linkedin</span></a></li>
<li><a href="#" class="icon-youtube"><span>Subscribe on youtube</span></a></li>
</ul>
</div>
<div class="col right">
<h3>Newsletter Subscription</h3>
<p>It uses a dictionary of over 200 Latin words, combined
with a handful of model sentence structures, to gene
Lorem Ipsum</p>
<div class="newsletter-wrapper">
<input type="email" maxlength="100" placeholder="Subscribe Today" />
<button type="submit" class="icon-arrow-right"></button>
</div>
</div>
</div>
</div>
<!-- footer end -->
<!-- bottom-links-wrapper -->
<div class="bottom-links-wrapper">
<div class="wrapper tbl">
<div class="col">
<ul>
<li><a href="#">Employee Login</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
<div class="col right">Copyright reserved at National Construction Authority 2017</div>
</div>
</div>
<!-- bottom-links-wrapper end -->
<div id="cd-quick-view" class="cd-quick-view">
<a href="#" class="cd-close">Close</a>
</div>
<!-- PhotoSwipe -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- PhotoSwipe end -->
<script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>