-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacademy.html
485 lines (444 loc) · 24.9 KB
/
academy.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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LakeHub Academy</title>
<link rel="stylesheet" href="https://lakehub.co.ke/dev/assets/css/style.css">
<!--<link rel="stylesheet" href="assets/css/style.css">-->
<!--<link rel="stylesheet" href="./assets/css/bootstrap.min.css">-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/tiny-slider.css">
</head>
<body>
<div class="nav-container d-none d-lg-flex justify-content-between align-items-center wow fadeIn"
data-wow-duration="1s">
<img src="assets/images/logos/Lakehub___Academy_(colored-Horizontal).png" alt="" class="academy-logo">
<nav class="academy-nav">
<a href="" class="academy-nav-item academy-nav-active"><span><> </span>ACADEMY</a>
<a href="" class="academy-nav-item ml-4"><span><> </span>PROCESS</a>
<a href="" class="academy-nav-item ml-4"><span><> </span>ABOUT</a>
<a href="" class="academy-nav-item ml-4"><span><> </span>TEAM</a>
<a href="" class="academy-nav-item ml-4"><span><> </span>CONTACT US</a>
<a href="" class="academy-nav-item ml-4">
<button class="btn-nav">Apply Now</button>
</a>
</nav>
</div>
<nav class="d-none flex-column academy-nav-sm position-fixed">
<div class="w-100 d-flex justify-content-between">
<img src="assets/images/logos/Lakehub___Academy_(colored-Horizontal).png" alt="" class="academy-logo">
<img src="assets/images/icons/close.png" alt="" class="close">
</div>
<a href="" class="academy-nav-item-sm academy-nav-active-sm mt-4">ACADEMY</a>
<a href="" class="academy-nav-item-sm mt-3">PROCESS</a>
<a href="" class="academy-nav-item-sm mt-3">ABOUT</a>
<a href="" class="academy-nav-item-sm mt-3">TEAM</a>
<a href="" class="academy-nav-item-sm mt-3">CONTACT US</a>
<a href="" class="academy-nav-item-sm mt-3">
<button class="btn-nav">Apply Now</button>
</a>
</nav>
<img src="assets/images/landing/carousel-image_landing.jpg" alt="" class="landing-img-sm">
<div class="academy-overlay">
<div class=" d-flex flex-column justify-content-center h-100">
<div class="landing-text-sm wow fadeIn w-100 text-center pl-3 pr-3" data-wow-duration="1s"
data-wow-delay="0.5s">
Developing Hard Core Engineers to power Africa's Fourth Industrial Revolution
</div>
<div class="wow fadeIn mt-3" data-wow-duration="1.5s" data-wow-delay="2s">
<div class="landing-sub-text-sm w-100 text-center">Quantify your tech skills, grow in your role and stay
relevant in the tech industry.
</div>
</div>
</div>
</div>
<div class="landing-nav-container-sm w-100 position-absolute">
<div class="d-flex pl-3 pt-5 pr-5 justify-content-between">
<img src="assets/images/logos/Lakehub___Academy_(colored-Horizontal).png" alt=""
class="incubation-logo-sm">
<img src="assets/images/icons/menu.png" alt="" class="incubation-menu">
</div>
</div>
<img src="assets/images/landing/carousel-banner-full-resized.png" alt="" class="slider-img wow zoomIn"
data-wow-duration="1s">
<div class="slider-overlay d-none d-lg-flex justify-content-center align-items-center flex-column">
<div class="color-orange academy-landing-title w-100 text-center wow zoomIn" data-wow-duration="1s">Developing Hard
Core Engineers
</div>
<div class="color-orange academy-landing-title-2 w-100 text-center wow zoomIn " data-wow-duration="1s">
to power Africa's Fourth Industrial Revolution
</div>
<div class="text-white academy-landing-sub-title wow zoomIn text-center" data-wow-duration="0.5s"
data-wow-delay="0.5s">
Quantify your tech skills, grow in your role and stay relevant in the tech industry.
</div>
</div>
<div class="slider-wave">
<div class="slider-wave-content">
<div class="academy-wave position-absolute"></div>
<div class="academy-wave-1 position-absolute"></div>
</div>
</div>
<div class="slider-text-container bg-orange">
<div class="row m-0 h-100">
<div class="col-1 h-100 d-flex justify-content-center align-items-center btn-prev">
<img class="slider-control ml-3 ml-md-0" src="assets/images/icons/chevron-left.png"/>
</div>
<div class="col-10">
<div class="my-slider">
<div>
<div class="slider-text-title text-white text-center text-lg-left mt-3 mt-lg-0">Javascript
Full-Stack Development
</div>
<div class="slider-text-sub-title text-white text-center text-lg-left">5 months beginning 7th
August
</div>
<div class="slider-text-sub-title text-white text-center text-lg-left">Ksh50,000</div>
<button class="btn-pills-white btn-apply d-none d-lg-block float-right">Apply Now</button>
<div class="d-flex justify-content-center d-lg-none">
<button class="btn-pills-white btn-apply">Apply Now</button>
</div>
</div>
<div>
<div class="slider-text-title text-white text-center text-lg-left mt-3 mt-lg-0">Javascript
Full-Stack Development
</div>
<div class="slider-text-sub-title text-white text-center text-lg-left">5 months beginning 7th
August
</div>
<div class="slider-text-sub-title text-white text-center text-lg-left">Ksh50,000</div>
<button class="btn-pills-white btn-apply d-none d-lg-block float-right">Apply Now</button>
<div class="d-flex justify-content-center d-lg-none">
<button class="btn-pills-white btn-apply">Apply Now</button>
</div>
</div>
</div>
</div>
<div class="col-1 h-100 d-flex justify-content-center align-items-center btn-next">
<img class="slider-control mr-3 mr-md-0" src="assets/images/icons/chevron-right.png"/>
</div>
</div>
</div>
<div class="how mt-3">
<div class="color-orange title wow fadeIn" data-wow-duration="1s"><> How we do it</div>
<div class="title1 color-dark wow fadeIn" data-wow-duration="1s">LakeHub Fellowship</div>
<div class="row mt-4">
<div class="col-lg-6 wow fadeIn" data-wow-duration="1s">
<div class="d-flex align-items-center">
<img src="assets/images/icons/master-fundamentals-icon.svg" alt="" class="how-img">
<div class="color-dark pl-4">
<div class="title1">Master Fundamentals</div>
<div class="text-md text-md3">3 months immersive learning + 2 months mentorship</div>
</div>
</div>
<div class="mt-3 wow lightSpeedIn" data-wow-delay="0.5s" data-wow-duration="0.5s">
<div class="text-md color-dark text-md1">
- Thorough grounding in JavaScript programming
</div>
<div class="text-md color-dark text-md1">
- Deep dive into Node.js
</div>
<div class="text-md color-dark text-md1">
- Algorithmic Scripting with JavaScript
</div>
<div class="text-md color-dark text-md1">
- React for Front-end Development
</div>
<div class="text-md color-dark text-md1">
- Hybrid App Development with React Native
</div>
</div>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<div class="d-flex align-items-center wow fadeIn" data-wow-duration="1s">
<img src="assets/images/icons/perform-high-tech-job-icon.svg" alt="" class="how-img1">
<div class="color-dark pl-4">
<div class="title2">Perform High Tech Job</div>
<div class="text-md text-md3">2 years paid job placement</div>
</div>
</div>
<div class="mt-3 wow lightSpeedIn" data-wow-delay="0.5s" data-wow-duration="0.5s">
<div class="text-md color-dark text-md1">
- Global high-tech full-stack JavaScript jobs
</div>
<div class="text-md color-dark text-md1">
- Guidance in development of actual software solutions
</div>
<div class="text-md color-dark text-md1">
- International exposure to build up global experience
</div>
<div class="text-md color-dark text-md1">
- Update best practices and modern technologies
</div>
<div class="text-md color-dark text-md1">
- Participation in global open-source software projects
</div>
</div>
</div>
</div>
</div>
<div class="roadmap mt-3 wow fadeIn" data-wow-duration="1.5s">
<div class="color-orange title text-left">Our Software Engineering Roadmap</div>
<div class="title1 color-dark text-left">The Making of an Effective Hard Core Engineer</div>
<div class="mt-4">
<div class="d-flex align-items-center">
<img src="assets/images/icons/level-one-icon.svg" alt="" class="level-img">
<div class="color-dark pl-4">
<div class="title1 color-orange">Level 1</div>
<div class="text-md1 font-weight-bold">Mastery of JavaScript</div>
</div>
</div>
<div class="mt-3 text-md1">
JavaScript is intent in taking over the developer world. We cut into the core of JavaScript, the
foundational pillars, including functional programming and prototypal inheritance, getting you up to speed
quickly with language. Get to learn modern JavaScript (ES6) , appreciate the browser, Web technologies and
their relationship with language. With a solid background and plenty of introductions to core JavaScript
concepts, we guarantee your fluency in the language and open into the modern JavaScript community.
</div>
</div>
<div class="mt-5">
<div class="d-flex align-items-center">
<img src="assets/images/icons/level-two-icon.svg" alt="" class="level-img">
<div class="color-dark pl-4">
<div class="title1 color-orange">Level 2</div>
<div class="text-md1 font-weight-bold">Deep dive into Node.js</div>
</div>
</div>
<div class="mt-3 text-md1">
We explore the JavaScript runtime environment outside the browser context, the Node.js platform. Get a solid
grasp of main Node.js concepts including its event-driven architecture capable of asynchronicity, modules,
the Node Package Manager (NPM), package files and semantic versioning. Leveraging the power of Node.js,
write custom command line tools and server-side scripts for optimized throughput and scalability in your
web applications.
</div>
</div>
<div class="mt-5">
<div class="d-flex align-items-center">
<img src="assets/images/icons/level-three-icon.svg" alt="" class="level-img">
<div class="color-dark pl-4">
<div class="title1 color-orange">Level 3</div>
<div class="text-md1 font-weight-bold">Data Structures and Algorithms</div>
</div>
</div>
<div class="mt-3 text-md1">
Learn to implement various data structures, including linked lists, queues, stacks, hash tables, sets, all
in JavaScript. Get a solid understanding of algorithm analysis to help you write maintainable and
extensible quality software. Innovatively build on native JavaScript constructs and create object collection
data structures while finding out how to develop, analyze, search and sort data stores.
</div>
</div>
<div class="mt-5">
<div class="d-flex align-items-center">
<img src="assets/images/icons/level-four-icon.svg" alt="" class="level-img">
<div class="color-dark pl-4">
<div class="title1 color-orange">Level 4</div>
<div class="text-md1 font-weight-bold">Android and iOS App Developmen</div>
</div>
</div>
<div class="mt-3 text-md1">
By this level, the engineers will be able to design and build scalable Web applications in JavaScript and
the React library at moment's notice. Armed with this knowledge, we utilize React's design pattern in React
Native to build cross-platform mobile apps using on JavaScript. Explore React Native's diverse ecosystem,
including core Components and APIs, Navigation, Animation, Gestures and Native Modules for iOS and Android
platforms.
</div>
</div>
</div>
<div class="testimonial mt-1 wow bounce" data-wow-duration="1.5s">
<div class="color-orange title text-center text-lg-left">Testimonials</div>
<div class="title1 color-dark text-center text-lg-left">Here is what alumni say about us</div>
<div class="row mt-3 m-0 testimonial-slider">
<div class="col-lg-6">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-in-black-and-white-striped-top-1191488.jpg" alt=""
class="testimonial-img">
<div class="text-md ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Mercy Maina</div>
<div class="color-gray text-xs text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-wearing-eyeglasses-773371.jpg" alt=""
class="testimonial-img">
<div class="text-md ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Lucy Atieno</div>
<div class="color-gray text-xs text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-5">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/smiling-man-wearing-grey-crew-neck-shirt-2650090.jpg" alt=""
class="testimonial-img">
<div class="text-md ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">John Mwangi</div>
<div class="color-gray text-xs text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-5">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-leaning-on-wall-2472351.jpg" alt=""
class="testimonial-img">
<div class="text-md ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Joy Kerubo</div>
<div class="color-gray text-xs text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
</div>
<div class="testimonial-slider-sm mt-3">
<div class="">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-in-black-and-white-striped-top-1191488.jpg" alt=""
class="testimonial-img">
<div class="text-sm ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Mercy Maina</div>
<div class="color-gray text-sm text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-wearing-eyeglasses-773371.jpg" alt=""
class="testimonial-img">
<div class="text-sm ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Lucy Atieno</div>
<div class="color-gray text-sm text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/smiling-man-wearing-grey-crew-neck-shirt-2650090.jpg" alt=""
class="testimonial-img">
<div class="text-sm ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">John Mwangi</div>
<div class="color-gray text-sm text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
<div class="">
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-lg-start w-100">
<img src="assets/images/profile/woman-leaning-on-wall-2472351.jpg" alt=""
class="testimonial-img">
<div class="text-sm ml-3">
<div class="font-weight-bold color-dark text-center text-lg-left">Joy Kerubo</div>
<div class="color-gray text-sm text-center text-lg-left">Develop @KenGen</div>
<div class="color-dark text-sm text-center text-lg-left">
Coming into LakeHub Academy, I had huge expectation and the whole experience blew me away. The
course is well designed and up to par with the industry standards.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="facilitator mt-1 w-100 wow bounce" data-wow-duration="1.5s">
<div class="color-orange title w-100 text-center">Our Facilitators</div>
<div class="title1 color-dark w-100 text-center">Meet our skilled and experienced facilitators</div>
<div class="mt-2 w-100 text-center text-md1">
The course is almost entirely self-paced, with experienced developer-facilitators at hand coach, guide and
tutor, where necessary. Regular seminars and assessments are conducted to ground the basics, to evaluate and
course-correct.
</div>
<div class="row m-0 pt-5">
<div class="col-lg-4 d-flex flex-column align-items-center">
<img src="assets/images/academy/Simeon-Obwogo.png" alt="" class="facilitator-img">
<div class="text-md1 font-weight-bold mt-2">Simeon Obwogo</div>
<div class="text-sm">Associate facilitator</div>
<div>
<a href=""><img src="assets/images/icons/icons8-twitter-circled-96.png" alt="" class="social-icon"></a>
<a href=""><img src="assets/images/icons/icons8-linkedin-circled-96.png" alt=""
class="social-icon"></a>
</div>
</div>
<div class="col-lg-4 d-flex flex-column align-items-center mt-5 mt-lg-0">
<img src="assets/images/academy/Chris-Otta.png" alt="" class="facilitator-img">
<div class="text-md1 font-weight-bold mt-2">Chris Otta</div>
<div class="text-sm">Lead facilitator</div>
<div>
<a href=""><img src="assets/images/icons/icons8-twitter-circled-96.png" alt="" class="social-icon"></a>
<a href=""><img src="assets/images/icons/icons8-linkedin-circled-96.png" alt=""
class="social-icon"></a>
</div>
</div>
<div class="col-lg-4 d-flex flex-column align-items-center mt-5 mt-lg-0">
<img src="assets/images/academy/Bernard-Adongo.png" alt="" class="facilitator-img">
<div class="text-md1 font-weight-bold mt-2">Benard Adongo</div>
<div class="text-sm">Associate facilitator</div>
<div>
<a href=""><img src="assets/images/icons/icons8-twitter-circled-96.png" alt="" class="social-icon"></a>
<a href=""><img src="assets/images/icons/icons8-linkedin-circled-96.png" alt=""
class="social-icon"></a>
</div>
</div>
</div>
</div>
<footer class="mt-3">
<img src="assets/images/academy/footer-wave.png" alt="" class="w-100 p-0">
<div class="row m-0 footer pb-5">
<div class="col-lg-4 color-dark d-flex justify-content-center">
<div>
<div class="text-md1 text-center text-lg-left">CONTACT US:</div>
<div class="text-md1 text-center text-lg-left">info@lakehub.co.ke</div>
</div>
</div>
<div class="col-lg-4 d-flex flex-column align-items-center mt-5">
<img src="assets/images/icons/siemens-parter.png" alt="" class="footer-img">
<img src="assets/images/icons/pluralsight-partner.png" alt="" class="mt-3 footer-img">
</div>
<div class="col-lg-4 d-flex justify-content-center">
<img src="assets/images/logos/LakeHub___Academy_(colored-Vertical).png" alt=""
class="footer-logo mt-5 mt-lg-0">
</div>
</div>
</footer>
</body>
<script src="assets/js/wow.min.js"></script>
<script>
new WOW({
mobile: false
}).init();
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>
<script src="https://cdn.rawgit.com/vinayakjadhav/jR3DCarousel/v1.0.0/dist/jR3DCarousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js"></script>
<script src="assets/js/script.js"></script>
</html>