-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·183 lines (181 loc) · 9.78 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="andela bootcamp, andela kenya, andela cohort X" />
<title>Andela Kenya Bootcamp X</title>
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><a href="index.php" title="Andela Kenya Bootcamp Cohort X">Andela Bootcamp - Cohort X</a></h1>
<div id="nav">
<ul id="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#labs" title="algorithmic challenges">Labs</a></li>
<li><a href="#projects">Projects</a>
<ul class="nested-nav">
<li><a href="#">DevOps Platforms</a>
<ul class="section-nav">
<li><a href="#">Heroku</a></li>
<li><a href="#">Digital Ocean</a></li>
<li><a href="#">Google App Engine</a></li>
<li><a href="#">Azure</a></li>
<li><a href="#">Nodejistu</a></li>
</ul>
</li>
<li><a href="#">JavaScript</a>
<ul class="section-nav">
<li><a href="#">Angular</a></li>
<li><a href="#">React</a></li>
<li><a href="#">Meteor</a></li>
<li><a href="#">Node.js</a></li>
<li><a href="#">Backbone</a></li>
</ul>
</li>
<li><a href="#">Python</a>
<ul class="section-nav">
<li><a href="#">Django</a></li>
<li><a href="#">Flask</a></li>
<li><a href="#">Tornado</a></li>
<li><a href="#">Pyramid</a></li>
<li><a href="#">Pylons</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#soft_skilss">Soft Skills</a></li>
<li><a href="#forum">Forum</a></li>
<li><a href="#blog">Blog</a></li>
</ul>
</div> <!-- nav -->
</div> <!-- header -->
<h2 id="intro-title">Andela is Where <span class="text-emph">Africa's Tech Eco-System</span> Get's Shaped</h2>
<div id="hero">
<div id="coin-slider">
<a href="index.html">
<img src="images/slide-01.jpg" />
<span>
<h3>Labs</h3>
Tons of programming challenges, from the very basic to the most comlpex are meant to train would-be fellows to think algorithmically and sharpen their problem-solving skills.
</span>
</a>
<a href="index.html">
<img src="images/slide-02.jpg" />
<span>
<h3>Agile Practices</h3>
Bootcampers are given a taste of how modern software development is done using the agile software development methodology by working on projects
</span>
</a>
<a href="index.html">
<img src="images/slide-03.jpg" />
<span>
<h3>Soft Skills</h3>
Would-be fellows are taken through training to level up their soft skills since 80% of career success comes from people skills
</span>
</a>
</div> <!-- end coin-slider -->
</div> <!-- hero -->
<div id="central-mesg">
<p>
WELCOME TO ANDELA KENYA BOOTCAMP FOR COHORT X AT ANDELA CAMPUS IN NAIROBI. THE BOOTCAMP IS AN INTENSIVE 2-WEEK LEARNING PERIOD THAT DETERMINES WHO MAKES IT INTO THE FELLOWSHIP WHICH HAS BEEN DUBBED TO BE SELECTIVE THAN IVY LEAGUE INSTITUTIONS.
</p>
</div> <!-- central-mesg -->
<div id="intro-mesg">
<h3 id="about-andela-bootcamp">ANDELA KENYA BOOTCAMP COHORT X</h3>
<p>
In less than two years since its inception, Andela has managed to curve out its reputation as the leading company on the continent in terms of technical training of software developers and their placement with top technology companies across the globe. In order for it to be able to identify would-be developers who match the calibre of those already in its fold, Andela runs a 2-week bootcamp that's meant to not only identify technical talent but also cultural fit. Only the highest performing participants get selected to join the program. In the case of cohort X, forty nine people will be competing for 7 positions
</p>
<a class="btn-read-more" href="#">Read More »</a>
</div> <!-- intro-mesg -->
<hr class="section-underline" />
<div id="thumbs">
<h3 id="learning-map">LEARNING MAP</h3>
<div class="thumb">
<div class="thumb-img">
<a href="#">
<img src="assets/thumb-coding.jpg" alt="coding" /></a>
</div>
<div class="thumb-cont">
<h4 class="speciality">ANDELABS</h4>
<p>
Algorithmic challenges that vary from fundamentals to advanced concepts are meant to sharpen participants' problem solving skills and logical thinking.
</p>
<a class="thumb-read-more" href="#">Read More »</a>
</div>
</div>
<div class="thumb middle-thumb">
<div class="thumb-img">
<a href="#">
<img src="assets/thumb-agile.jpg" alt="agile software development" /></a>
</div>
<div class="thumb-cont">
<h4 class="speciality">AGILE</h4>
<p>
Participants get to collaborate on a software development project that is hosted on a shared repository so as to be able to come up to terms with industry standards and best practices.
</p>
<a class="thumb-read-more" href="#">Read More »</a>
</div>
</div>
<div class="thumb">
<div class="thumb-img">
<a href="#">
<img src="assets/thumb-ss.jpg" alt="soft skills" /></a>
</div>
<div class="thumb-cont">
<h4 class="speciality">SOFT SKILLS</h4>
<p>
The contribution of people skills to career success trumps technical talent only by a wide margin, that's why Andela makes sure that all its fellows are pro-people persons.
</p>
<a class="thumb-read-more" href="#">Read More »</a>
</div>
</div>
</div> <!-- thumbs -->
<div class="clear_float"></div>
<hr class="section-underline" style="margin-top: 20px;" />
<!-- providers -->
</div> <!-- wrapper -->
<div id="footer">
<div id="footer-inner">
<ul id="footer-nav">
<li><a href="index.php" title="Andela Kenya Bootcamp Cohort X">Home</a></li>
<li><a href="#about">About Bootcamp</a></li>
<li><a href="#labs">Andelabs</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#soft_skills">People Skills</a></li>
<li><a href="#showcase">Shows Case</a></li>
<li><a href="#forum">Forum</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#members">Participants</a></li>
</ul>
<p id="copyright">
© 2016, Andela Kenya. <a href="#login">Login</a> <a href="#sitemap" title="navigate site">Sitemap</a>
</p>
<div id="social-media">
<a class="social-media" id="fb" href="#" title="like us on facebook">facebook</a>
<a class="social-media" id="twitter" href="#" title="follow us on twitter">twitter</a>
</div>
<div class="clear_float"></div>
</div>
</div> <!-- footer -->
<script type="text/javascript" src="js/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="js/processLoad.js"></script>
<script type="text/javascript" src="js/coin-slider.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#coin-slider').coinslider({
width: 958, // Width of slider panel
height: 490, // Height of slider panel
delay: 4000, // Delay between images in ms
opacity: 0.7, // Opacity of title and navigation
titleSpeed: 500, // Speed of title appearance in ms
effect: 'rain', // random, swirl, rain, straight
navigation: true, // prev next and buttons
links: true, // show images as links
hoverPause: true // pause on hover
});
});
</script>
</body>
</html>