forked from favcode54/OfficialWebsiteFC54
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mob-about.php
executable file
·135 lines (114 loc) · 6.84 KB
/
mob-about.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
<!doctype html>
<html lang="en">
<head>
<?php
require 'pages/head.php';
?>
</head>
<body class=" ">
<div class="main-container">
<section id="about" class="space--sm">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-10">
<span class="h3">
FavCode54 is a non-profit initiative that aims to teach, mentor, and build the next generation of African Software Developers, using everyday people with no skills and turning them into tech geniuses fully equipped to work with tech companies in their local communities & Globally.
</span>
<hr class="short">
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class=" ">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<h4>Our History</h4>
<p class="">
FavCode started as a burning passion of Favour Ori to train and teach people how to code, and to be able to connect them with the right tech jobs in Africa. The end goal is to get people off the streets away from drugs and scamming, and gear their talents towards something productive like making Africa a huge tech hub.
</p>
<p>
FavCode does not require you to know programming or have a degree. We make you into the genius that most tech companies are looking for.
</p>
<p>
We train you with our group of most qualified mentors and trainers who went to IVY league schools like Harvard, Yale, Princeton, and who have worked with Technology companies like Facebook, Google, Apple, IBM, Instagram, Snapchat, etc. We have what you need to get started.
</p>
<p>
All we need from you is a passion for change in Africa through Technology.
</p>
</div>
<div class="col-md-6">
<div class="boxed boxed--lg boxed--border bg--secondary">
<img alt="image" src="images/favour-teaching-01.jpg" class="border--round">
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row">
<div class="col-md-6">
<img alt="Image" src="https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=41900ca14b1acd536efbaf79f09e2632&auto=format&fit=crop&w=750&q=80" class="border--round">
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>Our Mission</h2>
<p class="lead">
A non-profit initiative to teach, mentor, and develop the next generation of African Software developers. Using everyday people with no skills and making them tech geniuses to work with tech companies in their communities.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" src="https://images.unsplash.com/photo-1510915228340-29c85a43dcfe?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3072165d9511cc36da110d3416d6c44d&auto=format&fit=crop&w=750&q=80" class="border--round">
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>Our Goal</h2>
<p class="lead">
To Invade africa with technology and in the process eradicate poverty through innovations.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row">
<div class="col-md-6">
<img alt="Image" src="https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-0.3.5&s=d6aa3148589eba801d466a21c6847255&auto=format&fit=crop&w=1350&q=80" class="border--round">
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>Our Vision</h2>
<p class="lead">
To train 30,000 youths in 5years and connect them with technology firms that will utilize their newly acquired skills and innovative mindset in Africa.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
</div>
<?php
require 'pages/scripts.php';
?>
</body>
</html>