Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
Entire codebase uploaded
  • Loading branch information
favourori committed Jul 4, 2018
0 parents commit bf82201
Show file tree
Hide file tree
Showing 171 changed files with 20,480 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# codewithfavour
Code with Favour Official Website
175 changes: 175 additions & 0 deletions about.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
<!doctype html>
<html lang="en">

<head>
<?php
require 'pages/head.php';
?>

</head>
<body class=" ">
<?php
require 'pages/nav2.php';
?>
<div class="main-container">
<section class="imagebg image--dark cover cover-blocks bg--secondary" data-overlay="6">
<div class="background-image-holder">
<img alt="background" src="https://images.unsplash.com/photo-1494344670326-077cb5f4d3e5?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=693dcd3ac84375d9324fcab50f73591a&auto=format&fit=crop&w=1400&q=80" />
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-5 ">
<div>
<h2>About FavCode54</h2>
<p class="lead">
Collaborate | Code | Ship | Innovate
</p>


</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<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 tech 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 100,000 youths in 5 years 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>



<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">
<h3>Collaborate | Code | Ship | Innovate</h3>

</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>


<?php
require 'pages/footer.php';
?>
</div>

<?php
require 'pages/scripts.php';
?>
</body>

</html>
Loading

0 comments on commit bf82201

Please sign in to comment.