-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
556 lines (544 loc) · 27.9 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
---
layout: default
---
<!-- Banner -->
<section class="bg-light" id="apply">
<div class="container">
<div class="row">
<div class="col-lg-12 mt-2">
<h2 class="section-heading text-center">Applications are now open!</h2>
</div>
<div class="col-lg-12 text-center mb-2">
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block" href="https://qala.homerun.co/qala-application/apply">Apply</a>
</div>
</div>
</div>
</section>
<!-- About-->
<section class="page-section" id="about">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase text-center pb-3">About</h2>
<h5 class="pb-3">Qala is a program designed to train the next generation of African Bitcoin and Lightning developers.</br>The program is full-time and includes stipends for participants.</h7>
</div>
<p>
Our goal is to create a pathway for African software developers to transition into building for Bitcoin and Lightning. Our core programme is a fully funded 13 week experience where you get to immerse in building bitcoin & lightning applications while being positioned for and matched with jobs around the world.
</p>
<p>
To join the programme, you must:
</p>
<ul>
<li>Have 1-5 years of experience as a software developer in a production environment</li>
<li>Have proof of your ability as evidenced by an active GitHub/GitLab account</li>
<li>Demonstrate the ability to engage with the technical content of the programme</li>
<li>Commit full-time to the programme, including resigning from existing employment (where necessary)</li>
<li>Demonstrate a willingness to learn and grow</li>
</ul>
<h3 class="section-heading text-center">Benefits</h3>
<p>
What you get from Qala?
</p>
<ul>
<li><b>Philosophy Immersion:</b> Deep immersion into Bitcoin development philosophy so you understand why Bitcoin is built the way it is</li>
<li><b>Deep Learning:</b> Introduction to Bitcoin & lightning development methodology - theoretically & practically</li>
<li><b>Proof of work:</b> Concrete Bitcoin & Lightning projects that you build</li>
<li><b>World-Class Faculty:</b> Support from our world-class Bitcoin & lightning developer faculty</li>
<li><b>Monthly stipend:</b> 3 months of paid support during the programme so you can focus</li>
<li><b>Profile Building:</b> Build your persona and profile in the extended Bitcoin developer ecosystem
</li>
<li><b>Employer Matching:</b> Introduction to employers and support to get the best deal and to thrive in the roles</li>
<li><b>Mentorship:</b> Experienced mentors that support your journey through weekly one-on-one meetings</li>
<li><b>Community:</b> A support community of talented developer peers going through the same experience with you
</li>
</ul>
<p>
If this sounds like the kind of experience you would like to be a part of, apply now.
</p>
</br>
<div class="col-lg-12 text-center">
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block" href="https://qala.homerun.co/qala-application/apply">Apply Now</a>
</div>
</div>
</div>
</section>
<!-- Participants -->
<section class="page-section" id="participants">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Participants</h2>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/bamidele_oluwatobi.jpeg" alt="Bamidele Oluwatobi Profile">
<h4>Bamidele Oluwatobi</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://medium.com/@teebams49">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/tobi-bams">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/collin_rukundo.jpeg" alt="Collin Rukundo Profile">
<h4>Collin Rukundo</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://rukundo.mataroa.blog">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/crukundo">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/enigbe_ochekliye.jpeg" alt="Enigbe Ochekliye Profile">
<h4>Enigbe Ochekliye</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://enigbe.medium.com">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/enigbe">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/theophilus_isah.jpeg" alt="Theophilus Isah Profile">
<h4>Theophilus Isah</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://extheo.hashnode.dev">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/Extheoisah">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/olutobi_adeyemi.jpeg" alt="Olutobi Adeyemi Profile">
<h4>Olutobi Adeyemi</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://medium.com/@tobiadeyemi">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/Jeezman">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/peter_tyonum.jpeg" alt="Peter Tyonum Profile">
<h4>Peter Tyonum</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://dev.to/tvpeter">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/tvpeter">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/raphael_osaze_eyerin.jpeg" alt="Raphael Osaze Eyerin Profile">
<h4>Raphael Osaze Eyerin</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://link.medium.com/aLKsjagG6pb">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/elraphty">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/vladimir_fomene.jpeg" alt="Vladimir Fomene Profile">
<h4>Vladimir Fomene</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://www.vladimirfomene.com/blog/">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/vladimirfomene">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/munirat _olayiwola.jpeg" alt="Munirat Olayiwola Profile">
<h4>Munirat Olayiwola</h4>
<ul class="list-inline social-buttons">
<!-- <li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="">
<i class="fa fa-blog"></i>
</a>
</li> -->
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/Muneerah1612">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/oladimeji_omotosho.jpeg" alt="Oladimeji Omotosho Profile">
<h4>Oladimeji Omotosho</h4>
<ul class="list-inline social-buttons">
<!-- <li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="">
<i class="fa fa-blog"></i>
</a>
</li> -->
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/toshmanuel">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/jennifer_ezeobi.jpeg" alt="Jennifer Ezeobi Profile">
<h4>Jennifer Ezeobi</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://medium.com/@jennycj">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/Jennycj">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/participants/omoniyi_ilesanmi.jpeg" alt="Omoniyi Ilesanmi Profile">
<h4>Omoniyi Ilesanmi</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://medium.com/@omoniyi24">
<i class="fa fa-blog"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://github.com/omoniyi24">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Team-->
<section class="page-section" id="organizers">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Organizers</h2>
</div>
<div class="row">
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/bernard.jpg" alt="Bernard profile" />
<h4>Bernard Parah</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/bernard_parah"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/b3h3rkz"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Bernard is the CEO of <a target="_blank" href="https://bitnob.com/">Bitnob</a> and is a self-proclaimed freedom maximalist.</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/carla.jpg" alt="Carla profile" />
<h4>Carla Kirk-Cohen</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/actuallyCarlaKC"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/carlakc"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Carla is a board member of <a target="_blank" href="https://btrust.tech/">₿trust</a> and <a target="_blank" href="https://brink.dev/">Brink</a> and previously built infrastructure at <a target="_blank" href="https://lightning.engineering/">Lightning Labs</a>.</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/tim.jpg" alt="Tim profile" />
<h4>Tim Akinbo</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/takinbrrrr"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/takinbo"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Tim is a long-time Bitcoiner and open-source enthusist.</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/abubakar.jpg" alt="Abubakar profile" />
<h4>Abubakar Nur Khalil</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/ihate1999"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/Zero-1729"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Abubakar is the CEO of <a target="_blank" href="https://rcrsv.xyz">Recursive Capital</a>, a board member of <a target="_blank" href="https://btrust.tech/">₿trust</a>, and a Bitcoin Core contributor.</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/caralie.jpg" alt="Carlie profile" />
<h4>Caralie Chrisco</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/Caralie_C"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/caralie"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Caralie is the Principal at <a target="_blank" href="https://superlunar.com/">Superluner</a> and the Content Lead at <a target="_blank" href="https://hellobitco.in/">Hello, Bitcoin</a>.</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/jonas.jpg" alt="Jonas profile" />
<h4>Adam Jonas</h4>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/adamcjonas"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/adamjonas"><i class="fab fa-github"></i></a>
<div class="bio-mentors">Jonas spearheads educational initiatives at <a target="_blank" href="https://chaincode.com">Chaincode</a>.</div>
</div>
</div>
</div>
</div>
</section>
<!-- Supporters -->
<section class="page-section bg-light" id="supporters">
<div class="container">
<div class="text-center pb-3">
<h2 class="section-heading text-uppercase">Supporters</h2>
<h5 class="text-muted">Qala is proudly supported by:</h5>
</div>
<div class="row justify-content-center pt-3">
<div class="col-auto">
<div class="team-member">
<a href="https://bitnob.com" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/bitnob.png" alt="bitnob logo" />
<h7>Bitnob</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://hrf.org/" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/hrf.jpg" alt="hrf logo" />
<h7>Human Rights Foundation</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://paxful.com/" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/paxful.png" alt="paxful logo" />
<h7>Paxful</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://www.builtwithbitcoin.org/" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/built_with_bitcoin_foundation.jpg" alt="built with bitcoin foundation logo" />
<h7>Built w/ Bitcoin Foundation</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://chaincode.com" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/chaincode.png" alt="chaincode logo" />
<h7>Chaincode Labs</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://superlunar.com/" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/superlunar_logo.png" alt="superlunar logo" />
<h7>Superlunar</h7>
</a>
</div>
</div>
<div class="col-auto">
<div class="team-member">
<a href="https://www.coinbase.com/" target="_blank" class="text-muted small text-decoration-none">
<img class="mx-auto rounded-circle" src="assets/img/support/coinbase.jpeg" alt="coinbase logo" />
<h7>Coinbase</h7>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Apply -->
<section id="admissions">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">Selection Process</h2>
<p>
The Qala selection process is an intense learning experience to start you off building a career in Bitcoin development, even if you are not quite ready to join the programme's next cohort.
</p>
<ul>
<li><b>Stage 1: Application Form</b> Objective - So we know more about you and your suitability for the programme</li>
<li><b>Stage 2: Code Challenge</b> Objective - So we know you have the basic technical foundation to thrive on the programme</li>
<li><b>Stage 3: Study Group (6 weeks Intro to Bitcoin Development sessions)</b> Objective - So we know you can grasp the concepts & how you interact in a group</li>
<li><b>Stage 4: Seminar</b> Objective - So we see how you handle more complex information & how you work in a group</li>
<li><b>Stage 5: Interviews</b> Objective - So we learn more about you one-on-one to confirm your fit for the programme</li>
<li><b>Stage 6: Selection & Prep</b> Objective - So you can clear your schedule to focus on Qala full time
</li>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resources -->
<section id="resources">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">Resources</h2>
<div class="nav-link js-scroll-trigger">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2 d-none d-md-block">
<a target="_blank" href="https://github.com/Qala-Dev/discussion-questions/tree/main/mastering-bitcoin">
<span class="fa-stack fa-4x">
<i class="fa fa-book" style="color:black"></i>
</span>
</a>
</div>
<div class="col-sm-10">
<a target="_blank" href="https://github.com/Qala-Dev/discussion-questions/tree/main/mastering-bitcoin">
<h4>Discussion Questions for Mastering Bitcoin</h4>
</a>
<p class="text-muted">Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin.</p>
</div>
</div>
<div class="row">
<div class="col-sm-2 d-none d-md-block">
<a target="_blank" href="https://github.com/Qala-Dev/discussion-questions/tree/main/mastering-lightning">
<span class="fa-stack fa-4x">
<i class="fa fa-book" style="color:black"></i>
</span>
</a>
</div>
<div class="col-sm-10">
<a target="_blank" href="https://github.com/Qala-Dev/discussion-questions/tree/main/mastering-lightning">
<h4>Discussion Questions for Mastering the Lightning Network</h4>
</a>
<p class="text-muted">Mastering the Lightning Network is a book for developers, although the first five chapters are designed to explain to everyone with a basic understanding of technology how the Lightning Network works. The book also contains an appendix with a crash course on the relevant Bitcoin fundamentals.</p>
</div>
</div>
<div class="row">
<div class="col-sm-2 d-none d-md-block">
<a target="_blank" href="https://chaincode.gitbook.io/seminars/">
<span class="fa-stack fa-4x">
<i class="fas fa-laptop-code" style="color:black"></i>
</span>
</a>
</div>
<div class="col-sm-10">
<a target="_blank" href="https://chaincode.gitbook.io/seminars/">
<h4>Self Paced Seminar</h4>
</a>
<p class="text-muted">Our seminar materials are available for anyone to use with readings and discussion questions on various Bitcoin and Lightning topics.</p>
</div>
</div>
</section>
<section id="newsletter">
<div class="col-sm-12 offset-md-5">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7_dtp.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:350px;}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://dev.us20.list-manage.com/subscribe/post?u=744c2be336862caa3a4fb7c7d&id=5647282630" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h5>Sign up for our weekly bitcoin newsletter written for African developers. All good stuff, no fluff.</h5>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_744c2be336862caa3a4fb7c7d_5647282630" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</section>