forked from favcode54/OfficialWebsiteFC54
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-2.php
executable file
·459 lines (426 loc) · 24.6 KB
/
index-2.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
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
<!doctype html>
<html lang="en">
<head>
<?php
require 'pages/head.php';
?>
</head>
<body class=" ">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12&appId=168416157100377&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<?php
require 'pages/nav.php';
?>
<div class="main-container">
<section class="cover height-80 imagebg switchable --siwtchable-switch p-md-50" style="" data-overlay="8">
<div class="background-image-holder">
<img alt="background" src="https://images.unsplash.com/photo-1471462730965-4535e7a5375f?ixlib=rb-0.3.5&s=2d49bacd0f0d99075ba85184b63211be&auto=format&fit=crop&w=1500&q=80" />
</div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-md-5 col-sm-7">
<div class="switchable__text">
<h1>
#FavCode54
</h1>
<p class="lead">
Empowering Africa through Technology.
</p>
<a class="btn btn--primary type--uppercase" href="https://favcode54.org/about">
<span class="btn__text">
Learn More
</span>
</a>
</div>
</div>
<div class="col-lg-offset-0 col-md-6 col-sm-4 col-xs-12" style="margin-left: 70px">
<div class="video-cover border--round box-shadow-wide">
<div class="background-image-holder">
<img alt="image" src="https://images.pexels.com/photos/270623/pexels-photo-270623.png?w=940&h=650&auto=compress&cs=tinysrgb" />
</div>
<div class="video-play-icon"></div>
<iframe data-src="https://www.youtube.com/embed/Nuv_ncYajWg" allowfullscreen="allowfullscreen"></iframe>
</div>
<!--end video cover-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center cta cta-4 space--xxs border--bottom imagebg" data-gradient-bg="#3d9386,#f0c128,#645524,#a2cac5"><canvas id="granim-0" width="1349" height="80"></canvas>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="no-margin" style="margin:0;">"Perfect for Africa’s aspiring developers and innovators."</h4>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-10">
<p class="lead">
<b>
We have a mission to develop the African continent by making technology accessible to everyone </b>
<br> We teach, we mentor, we develop! Tech’s taking over Africa. It’s a revolution.
</p>
<a class="btn btn--primary type--uppercase" href="http://apply.codewithfavour.com" target="_blank">
<span class="btn__text">
Apply for CWF 2019
</span>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border text-center">
<i class="icon icon--lg icon-Mail-3"></i>
<h4>Free Software Licenses</h4>
<p>
Being in partnership with top software companies, we operate with licensed softwares and own the right to reuse. Own the right to use and teach the various softwares.
</p>
<a href="#">
</a>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border text-center">
<i class="icon icon--lg icon-Air-Balloon"></i>
<h4>Get Mentorship</h4>
<p>
Our mentors have worked with Facebook, Google, Twitter, LinkedIn, Pinterest, etc. They’ll give you the tools and resources you need to excel in the ever evolving tech world.
</p>
<a href="#">
</a>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border text-center">
<i class="icon icon--lg icon-Bacteria"></i>
<h4>Get Hired</h4>
<p>
Our Students leave the classrooms and dive right into jobs from our actively hiring partners.
</p>
<br>
<a href="#">
</a>
</div>
<!--end feature-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center imagebg space--sm" data-overlay="7">
<div class="background-image-holder" style="background-position:0px -50px !important">
<img alt="background-image" src="https://images.unsplash.com/photo-1508970436-b2150a27d7dd?ixlib=rb-0.3.5&s=435a7b052d065d8ddffa5ad12bed0848&auto=format&w=1500&q=80">
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-7">
<h1>Time is running out</h1>
<p class="lead">
Do not miss out on 2019's edition, only few spots left. Hurry up!<br>
</p>
<a class="btn type--uppercase" href="http://apply.codewithfavour.com" target="_blank">
<span class="btn__text">
Apply Now
</span>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large ">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-12">
<div class="video-cover border--round box-shadow-wide">
<div class="background-image-holder" opacity: 1;">
<img alt="image" src="images/huawa_daniel.jpg">
</div>
<div class="video-play-icon"></div>
<iframe data-src="https://www.youtube.com/embed/Nuv_ncYajWg" allow="autoplay; encrypted-media" allowfullscreen="allowfullscreen"></iframe>
</div>
<!--end video cover-->
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>A message from our COO</h2>
<p class="lead">
“Everything could translate into code. Open your mind to possibilities and you’ll be sure to excel greatly.”<br><br><b>- Favour Ori</b>
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="imagebg">
<div class="background-image-holder">
<img alt="background" src="https://images.unsplash.com/photo-1508956225111-e10f3ac4a5a8?ixlib=rb-0.3.5&s=0447c75800f3d61fb46295d26ada0d8a&auto=format&fit=crop&w=1500&q=80" />
</div>
<div class="container">
<div class="row">
<div class="col-sm-7 col-md-5 col-sm-offset-5 col-md-offset-7">
<div class="boxed boxed--lg border--round bg--white">
<div class="col-md-10 col-md-offset-1 col-sm-12">
<h3>Stay up to date with what’s going on at #FavCode54</h3>
<p class="lead">
<form action="newsletters.php" method="post" class="form-email row" data-success="Thanks for your enquiry, we'll be in touch shortly." data-error="Please fill in all fields correctly." novalidate="true">
<div class="col-xs-offset-1 col-md-offset-0 col-md-12 col-12">
<label style="color:#808080">Your Name:</label>
<input type="text" name="name" class="validate-required" required="">
</div>
<div class="col-xs-offset-1 col-md-offset-0 col-md-12 col-12">
<label style="color:#808080">Email Address:</label>
<input type="email" name="email" class="validate-required validate-email" required="">
</div>
<input name="submit" value="1" hidden>
<div class="col-xs-offset-1 col-md-offset-0 col-md-12 col-lg-8 col-6">
<button type="submit" class="btn btn--primary type--uppercase">Keep Me Posted</button>
</div>
</form>
</p>
<hr class="short" />
<p class="type--small small">
We promise we won't spam you
</p>
</div>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center bg--secondary">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h2>Our Partners</h2>
<p class="lead">
Companies we are backed by
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center bg--secondary">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="list-inline list-inline--images">
<li>
<img alt="Partner" src="images/partner001.jpg" alt="Partner ">
</li>
<li>
<img alt="Partner" src="" alt="shh " style="border: 1px dashed #808080; border-style: dashed;">
</li>
<li>
<img alt="Partner" src="" alt="shh " style="border: 1px dashed #808080; border-style: dashed;">
</li>
<li>
<img alt="Partner" src="" alt="shh " style="border: 1px dashed #808080; border-style: dashed;">
</li>
<li>
<img alt="Partner" src="" alt="shh " style="border: 1px dashed #808080; border-style: dashed;">
</li>
</ul>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="bg--secondary text-center " style="">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8">
<h2>Donate</h2>
<p class="lead">
With your donation, we can empower more African Youth.
</p>
<a class="btn btn--primary type--uppercase" href="https://favcode54.org/donate">
<span class="btn__text">
Donate
</span>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center bg--secondary">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10">
<div class="slider" data-paging="true" data-children="6">
<ul class="slides flickity-enabled is-draggable" tabindex="0">
<div class="flickity-viewport" style=""><div class="flickity-slider" style="left: 0px; transform: translateX(-100%);">
<li class="slide">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100009468450181/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“I got in, tho I almost lost hope but all thanks to Favor Ori who asked me to check my mail...”
</span>
<h5>Faithfulness Udie</h5>
<span>FavCoder</span>
</div>
</li>
<li class="slide" style="position: absolute; left: 0%;">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100001875545811/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“Wow! I can't believe I got in. Can't wait to start already. #tech take over. #myloveforcode If you didn't apply for this year or you applied but didn't get in, you can apply for 2019. Be part of something big!”
</span>
<h5>Ifeanyi Christian</h5>
<span>FavCoder</span>
</div>
</li><li class="slide is-selected">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100001813467849/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“I can bet none of y'all saw this coming... Yes o!
I got in to #codewithfavor 2018 and I'm super excited about it...
Yes! Tech has taken oper!!!
I am soooo happy to be part of something this big. The Journey To Greatness Continues With #CodeWithFavour
Very grateful for this rare opportunity!”
</span>
<h5>Kingsley Magiq Ojukwu </h5>
<span>FavCoder</span>
</div>
</li>
<li class="slide">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100000208222022/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“I got in!!
See me feeling like I just got into one of the ivy league schools.
The call was everything!!
From the voice to the Super tush accent 😎. ..
I'm gonn' #CodeWithFavor”
</span>
<h5>Achem Samuel</h5>
<span>FavCoder</span>
</div>
</li>
<li class="slide">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100003486452773/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“I will be coding with Favor Ori this year.
Do you know what that means??? Let me break it down ...
Free Software Engineering Knowledge,
Connection with kick-ass mentors,
Unlimited Data for the training ,
and Untrashable Cv.”
</span>
<h5>Maxwell Okechukwu Udoji</h5>
<span>FavCoder</span>
</div>
</li>
<li class="slide">
<div class="testimonial">
<img alt="Image" src="https://graph.facebook.com/100002343977494/picture?picture?type=large&width=720&height=720" class="image--sm">
<span class="h3">
“Don't even have words to describe how I'm feeling, I can't even shout because it's 3am. God made it possible. I'm one of the 15! Thanks a lot Favour Ori for this wonderful opportunity, ”
</span>
<h5>Chidimma Njoku</h5>
<span>FavCoder</span>
</div>
</li>
</div></div></ul>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-5">
<p class="lead" style="margin-top: 30px">
<a href="#">hi@favcode54.org</a>
<br> +1 (918) 230 0201
</p>
<p class="lead">
Give us a call or drop by anytime. We’re happy to respond to your queries.
</p>
<p class="lead">
</p>
</div>
<div class="col-md-6 col-12">
<form class="form-email row" action="mailer.php" data-success="Thanks for your enquiry, we'll be in touch shortly." data-error="Please fill in all fields correctly." novalidate="true">
<div class="col-md-6 col-12">
<label>Your Name:</label>
<input type="text" name="name" class="validate-required">
</div>
<div class="col-md-6 col-12">
<label>Email Address:</label>
<input type="email" name="email" class="validate-required validate-email">
</div>
<div class="col-md-12 col-12">
<label>Message:</label>
<textarea rows="4" name="message" class="validate-required"></textarea>
</div>
<div class="col-md-5 col-lg-4 col-6">
<button type="submit" class="btn btn--primary type--uppercase" onclick="">Send Enquiry</button>
</div>
</form>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<?php
require 'pages/footer.php';
?>
</div>
<!-- <div class="modal-container" data-autoshow="10000">
<div class="modal-content" style="border-radius: 10px">
<div class="boxed boxed--lg">
<h5 class="text-center">Like our page on Facebook to get <br>exclusive updates</h5>
<p class="lead" style="text-align: center;">
<center>
<div class="fb-like" data-href="https://web.facebook.com/favcode54/" data-layout="box_count" data-action="like" data-size="large" data-show-faces="true" data-share="false"></div>
</center>
</p>
</div>
<div class="modal-close modal-close-cross"></div></div>
</div>-->
<?php
require 'pages/scripts.php';
?>
<script type="text/javascript">
</script>
</body>
</html>