-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (97 loc) · 4.98 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TopRank, a hideout for programmers | DevCongress</title>
<meta name="description" content="TopRank">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/screen.css">
</head>
<body>
<section class="blurb info--card container">
<h1>TopRank.</h1>
<p>TopRank is a hideout for programmers. Our system creates a continuous environment that provides the right mix of
freedom and responsibility, support and challenge, necessary for the programmer to significantly improve their craft.</p>
</section>
<section class="ambition info--card container">
<h1>Ambition.</h1>
<p>We believe opportunity and ambition is everywhere. What’s missing is a conducive environment. Our ambition is
to create the missing conducive environment that births new generations of developers solving local problems in
the most innovative ways.</p>
<p>We also believe local businesses (and government) are unable to reach their maximum capacity because they are
technically under-staffed. As such, our hackers are required to “volunteer” a year of their professional life at a
local business or government agency.</p>
</section>
<section class="requirements">
<div class="requirements--text">
<h1>Requirements for Participation.</h1>
<p>We’re new, without funding, which means that at the moment we’re unable to take care of the unnecessary blockers that
ensure that everyone has an equal opportunity to participate. Accept our sincerest apologies. We promise to tackle
them one after the other as resources become available to us.</p>
<p>To enroll in TopRank, you should:</p>
<ul>
<li>be able to participate (no legal or geographic barriers)</li>
<li>have been programming for at least 6 months</li>
<li>have a system that lets you drive yourself to greater heights</li>
<li>be able to financially support yourself during the program</li>
</ul>
</div>
</section>
<section class="selection container">
<h1>Selection Process</h1>
<span class="selection--process selection--process__one">
<h2>Apply</h2>
<p>The process begins with an application online.</p>
</span>
<span class="selection--process selection--process__two">
<h2>Get Interviewed</h2>
<p>If you are shorlisted, you will be interviewed.</p>
</span>
<span class="selection--process selection--process__three">
<h2>Receive Offer</h2>
<p>You will then enrol for a batch you applied for.</p>
</span>
<a href="http://bit.ly/dctoprank" class="apply--cta" rel="_blank">Apply Now</a>
</section>
<section class="learning info--card container">
<h1>Learning will be self-driven.</h1>
<p>TopRank is self-driven. During the duration of the program hackers can work individually,
collaboratively, or both on projects that excite them. There will be some instructional
classes and assignments, but not enough to take away the freedom required to pursue
individual ambitions.</p>
</section>
<footer class="container">
<div class="footer--section footer--about">
<h6>About</h6>
<p>TopRank is powered by DevCongress, a growing developer community with over 1300 developers,
mostly from Ghana. Join our <a href="http://slack.devcongress.org">Slack</a> team.</p>
<a href="http://devcongress.org"><img src="images/devcongress-logo.svg" alt=""></a>
</div>
<div class="footer--section footer--partners">
<h6>Partners</h6>
<p>If you/your company wants to be a partner, please write to
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer--section footer--contact">
<h6>Contact</h6>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://twitter.com/devcongress">@devcongress</a></p>
<p><a href="https://facebook.com/devcongress">/devcongress</a></p>
</div>
</footer>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42476561-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-42476561-5');
</script>
</html>