forked from favcode54/OfficialWebsiteFC54
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local-companies.php
executable file
·84 lines (73 loc) · 3.73 KB
/
local-companies.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
<!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="cover height-70 imagebg text-center" data-overlay="7">
<div class="background-image-holder">
<img alt="background" src="images/Full-Service-Office-Space-for-SMMEs-in-South-Africa.png" />
</div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-10">
<h1>
Local Companies
</h1>
<p class="lead">
International companies are welcome to partner with us in either hiring our developers, or sending employees for training on our platform.
</p>
</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">
<h3 class="" style="font-weight: normal;">Local Companies</h3>
<span class="h3" style="font-size: 1.3em">
We teach, we mentor and we outsource home-grown developers and technologists to software companies all over the world. You don’t have to go too far to hire competent developers for your team, as we train and equip top tier tech talents right here in Africa. <br><br>If you’re looking to train and up the skills of your software team, you can depend on us to deliver a well-nurtured software team back to your organization in no time. So we are calling on all locally based tech companies to tap into the latent tech talent in Africa and support our growing ambition to transform the continent one developer at a time.
</span><br>
<a class="hidden btn btn--md btn--primary type--uppercase" href="http://volunteer.favcode54.org/" target="_blank">
<span class="btn__text">
Volunteer today
</span>
</a>
<hr class="short">
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<?php
require 'pages/program_cards.php';
?>
<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>