-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
587 lines (526 loc) · 36.6 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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ElixirConfAfr - The Largest Elixir Conference in Africa</title>
<meta name="description" content="ElixirConfAfr is an annual conference bringing together BEAM enthusiasts for collaboration, networking and learning.">
<meta name="keywords" content="Conference, Africa, conferences in africa, Elixir, Beam, Elixir Conference, Elixir Kenya, Elixir Africa, Africa Tech, Afr, Conf"/>
<meta name="author" content="ElixirConfAfr">
<!-- twitter card starts from here, if you don't need remove this section -->
<meta name="twitter:card" content="summary"/>
<!-- <meta name="twitter:card" content="summary_large_image"/> -->
<meta name="twitter:site" content="@ElixirConfAfric"/>
<meta name="twitter:creator" content="@ElixirConfAfric"/>
<meta name="twitter:url" content="https://elixirconf.africa"/>
<meta name="twitter:title" content="Elixir Conf Africa"/>
<!-- maximum 140 char -->
<meta name="twitter:description" content="ElixirConfAfr is an annual conference bringing together BEAM enthusiasts for collaboration, networking and learning."/>
<!-- maximum 140 char -->
<meta name="twitter:image" content="/assets/images/Square-elixir-logo-purple.png"/>
<meta name="twitter:image:alt" content="Elixir Conf logo">
<!-- when you post this page url in twitter , this image will be shown -->
<!-- twitter card ends from here -->
<!-- facebook open graph starts from here, if you don't need then delete open graph related -->
<meta property="og:title" content="Elixir Conf Africa"/>
<meta property="og:url" content="https://elixirconf.africa/"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="Elixir Conf Africa"/>
<!--meta property="fb:admins" content="" /--> <!-- use this if you have -->
<meta property="og:type" content="website"/>
<meta property="og:image" content="/assets/images/Square-elixir-logo-purple.png"/>
<meta property="og:description" content="ElixirConfAfr is an annual conference bringing together BEAM enthusiasts for collaboration, networking and learning."/>
<!-- when you post this page url in facebook , this image will be shown -->
<!-- facebook open graph ends from here -->
<link rel="apple-touch-icon" sizes="57x57" href="/assets/images/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/images/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/images/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#AD3989">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:600,700,800|Roboto:300,400,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<header id="header" class="header fixed-top">
<div class="branding">
<div class="container-fluid">
<nav class="main-nav navbar navbar-expand-lg">
<div class="site-logo">
<a class="scrollto" href="#hero-block">
<img class="logo-icon d-none d-sm-none d-lg-block" src="assets/images/Elixir-logo-with-africa-icon.png" alt="logo">
<img class="logo-icon-sm d-lg-none d-sm-block" src="assets/images/Square-elixir-logo.png" alt="logo">
</a>
</div>
<div class="navbar-btn order-lg-2"><a class="btn btn-secondary" href="https://sessionize.com/elixir-conf-africa-2022/" target="_blank">Call For Speakers</a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="navbar-collapse collapse justify-content-lg-end mr-lg-3">
<ul class="nav navbar-nav">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="schedule.html">Schedule</a></li>-->
<!-- <li class="nav-item"><a class="nav-link" href="speakers.html">Speakers</a></li> -->
<li class="nav-item"><a class="nav-link scrollto" href="#sponsors-section">Sponsors</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</nav><!--//main-nav-->
</div><!--//container-->
</div><!--//branding-->
</header><!--//header-->
<div id="hero-block" class="hero-block">
<div id="hero-carousel" class="hero-carousel carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item-1 carousel-item active">
</div>
<div class="carousel-item-2 carousel-item">
</div>
<div class="carousel-item-3 carousel-item">
</div>
</div>
</div>
<div class="hero-block-mask"></div>
<div class="container">
<div class="hero-text-block">
<h1 class="hero-heading mb-2">ElixirConfAfr 2022</h1>
<div class="hero-meta mb-3">Theme: Elixir as a power tool<br>
<i class="far fa-calendar-alt mr-2"></i>Conference: 11<sup>th</sup> - 12<sup>th</sup> Aug '22<br>
<i class="fas fa-map-marker-alt mr-2"></i>Virtual, Africa</div>
<div class="hero-intro mb-4">The Largest Elixir Conference in <br> Africa</div>
<div class="hero-cta">
<a class="btn btn-secondary btn-lg mb-2 disabled" href="http://bit.ly/elixir-conf-africa" target="_blank">Tickets Coming Soon!</a>
<a class="btn btn-secondary btn-lg mb-2" href="https://sessionize.com/elixir-conf-africa-2022/" target="_blank">Call For Speakers</a>
</div>
</div><!--//hero-text-block-->
</div><!--//container-->
</div><!--//hero-block-->
<section id="about-section" class="about-section section">
<div class="container">
<h3 class="section-heading text-center mb-3">About <img width="280px" style="margin-top: -35px;" src="/assets/images/lanscape-logo-purple.png" alt="img" ></h3>
<div class="section-intro single-col-max mx-auto mb-4">ElixirConfAfr is an annual conference bringing together BEAM enthusiasts from Africa and across the globe for collaboration, networking and learning.
<br> <br>
Elixir communities around Africa bring you the first of many editions of ElixirConfAfr. <br>
This conference will be held virtually and is open to anyone from anywhere around the world, the event will incorporate among other things, technical and non-technical talks, with the main focus being how Elixir has been used to craft technological solutions aimed at addressing problems and issues within and outside of Africa.
<br><br>
ElixConfAfr will be held at Greenwich Meridian Time (GMT) to suit attendees all over Africa for a two-day event filled with display of talks and workshops from amazing speakers and teachers.
</div>
<div class="about-cta text-center mb-5"><a class="btn btn-secondary btn-lg mb-5" href="about.html">Read More</a></div>
</div><!--//container-->
<div class="media-block theme-bg-primary py-5">
<div class="container">
<h4 class="text-white text-center mb-3">What's in it for you</h4>
<div class="section-intro text-center single-col-max mx-auto text-white mb-5">Expect some amazing talks and workshops and so much more from spectacular people all over the world</div>
<div class="row">
<div class="col-12 col-md-6 mb-3">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/3_pQ3CS85Lw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!--//embed-responsive -->
</div><!--//col-->
<div class="col-12 col-md-6 mb-md-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/vVWGfQoZft0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!--//embed-responsive -->
</div><!--//col-->
</div><!--//row-->
</div><!--//container-->
</div><!--//media-block-->
</section><!--//about-section-->
<!-- <section id="speakers-section" class="speakers-section section">-->
<!-- <div class="container">-->
<!-- <h3 class="section-heading text-center mb-3"> ElixirConfAfrica Keynote Speakers</h3>-->
<!-- <div class="section-intro text-center single-col-max mx-auto mb-5">Here are the amazing keynote speakers for ElixirConf Africa</div>-->
<!-- <div class="row">-->
<!-- <div class="col-12 col-md-6 col-lg-3 mb-4">-->
<!-- <div class="card rounded-0">-->
<!-- <a href="#modal-speaker-jose-valim" data-toggle="modal" data-target="#modal-speaker-jose-valim"><img src="https://dashbit.co/images/team/JV-6c0d230edc6596281e81c03aa56cfc7b.jpg?vsn=d" class="card-img-top rounded-0" alt="logo"></a>-->
<!-- <div class="card-body">-->
<!-- <h5 class="card-title mb-2">Jose Valim</h5>-->
<!-- <div class="card-text mb-3">-->
<!-- <div class="meta"> Creator of Elixir and Plug </div>-->
<!-- <div class="meta"> Member of Ecto, ExDoc, and Phoenix teams </div>-->
<!-- </div><!–//card-text–>-->
<!-- <a href="#modal-speaker-jose-valim" data-toggle="modal" data-target="#modal-speaker-jose-valim">Read more →</a>-->
<!-- </div><!–//card–>-->
<!-- <div class="card-footer text-muted">-->
<!-- <ul class="social-list list-inline mb-0">-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-github fa-fw"></i></a></li>-->
<!-- </ul><!–//social-list–>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- <div class="col-12 col-md-6 col-lg-3 mb-4">-->
<!-- <div class="card rounded-0">-->
<!-- <a href="#modal-speaker-bruce-tate" data-toggle="modal" data-target="#modal-speaker-bruce-tate"><img src="assets/images/speakers/bruce-brown-black.jpg" class="card-img-top rounded-0" alt="logo"></a>-->
<!-- <div class="card-body">-->
<!-- <h5 class="card-title mb-2">Bruce Tate</h5>-->
<!-- <div class="card-text mb-3">-->
<!-- <div class="meta">Founder: http://grox.io </div>-->
<!-- <div class="meta">OTP+LiveView training; books and vids for Julia and Elixir.-->
<!-- Author Languages in 7 wks, Programming Phoenix LiveView, others.</div>-->
<!-- </div><!–//card-text–>-->
<!-- <a href="#modal-speaker-bruce-tate" data-toggle="modal" data-target="#modal-speaker-bruce-tate">Read more →</a>-->
<!-- </div><!–//card–>-->
<!-- <div class="card-footer text-muted">-->
<!-- <ul class="social-list list-inline mb-0">-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-github fa-fw"></i></a></li>-->
<!-- </ul><!–//social-list–>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div>-->
<!-- <div class="col-12 col-md-6 col-lg-3 mb-4">-->
<!-- <div class="card rounded-0">-->
<!-- <a href="#modal-speaker-francesco-cesarini" data-toggle="modal" data-target="#modal-speaker-francesco-cesarini"><img src="assets/images/speakers/Francesco_Cesarini.jpeg" class="card-img-top rounded-0" alt="logo"></a>-->
<!-- <div class="card-body">-->
<!-- <h5 class="card-title mb-2">Francesco Cesarini</h5>-->
<!-- <div class="card-text mb-3">-->
<!-- <div class="meta">Founder & Technical Director @ Erlang Solutions, O'Reilly Author</div>-->
<!-- </div><!–//card-text–>-->
<!-- <a href="#modal-speaker-francesco-cesarini" data-toggle="modal" data-target="#modal-speaker-francesco-cesarini">Read more →</a>-->
<!-- </div><!–//card–>-->
<!-- <div class="card-footer text-muted">-->
<!-- <ul class="social-list list-inline mb-0">-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-github fa-fw"></i></a></li>-->
<!-- </ul><!–//social-list–>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div>-->
<!-- <div class="col-12 col-md-6 col-lg-3 mb-4">-->
<!-- <div class="card rounded-0">-->
<!-- <a href="#modal-speaker-simon-thompson" data-toggle="modal" data-target="#modal-speaker-simon-thompson"><img src="assets/images/speakers/Simon_Thompson_adobespark.jpg" class="card-img-top rounded-0" alt="logo"></a>-->
<!-- <div class="card-body">-->
<!-- <h5 class="card-title mb-2">Simon Thompson</h5>-->
<!-- <div class="card-text mb-3">-->
<!-- <div class="meta">Researcher, author and teacher</div>-->
<!-- </div><!–//card-text–>-->
<!-- <a href="#modal-speaker-simon-thompson" data-toggle="modal" data-target="#modal-speaker-simon-thompson">Read more →</a>-->
<!-- </div><!–//card–>-->
<!-- <div class="card-footer text-muted">-->
<!-- <ul class="social-list list-inline mb-0">-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a></li>-->
<!-- <li class="list-inline-item"><a href="#"><i class="fab fa-github fa-fw"></i></a></li>-->
<!-- </ul><!–//social-list–>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="speakers-cta text-center py-3"><a class="btn btn-primary btn-lg" href="speakers.html" target="_blank">All Speakers</a></div>-->
<!--</section>-->
<!-- <section id="tickets-section" class="tickets-section section theme-bg-light">-->
<!-- <div class="container">-->
<!-- <h3 class="section-heading text-center mb-3">Tickets</h3>-->
<!-- <div class="section-intro single-col-max mx-auto text-center mb-4">All prices exclude fees</div>-->
<!-- <div class="row pricing mb-5">-->
<!-- <div class="col-12 col-md-3 p-2 p-lg-3">-->
<!-- <div class="card rounded-0 border-0">-->
<!-- <div class="card-body p-0">-->
<!-- <div class="heading text-center p-3">-->
<!-- <h4 class="text-white mb-0">Super <br> Early Bird</h4>-->
<!-- </div>-->
<!-- <div class="info p-3">-->
<!-- <div class="price-figure text-center mb-3"><span class="currency">$</span><span class="number">0</span></div>-->
<!-- <div class="desc px-3">-->
<!-- This means you get a free ticket. However, we are in the course to seek support for this amazing event so if you feel the need to support this event kindly purchase your ticket on one of the other payment tiers that will work for you. Cheers!-->
<!-- </div>-->
<!-- </div><!–//info–>-->
<!-- </div><!–//card-body–>-->
<!-- <div class="card-footer text-center">-->
<!-- <a href="https://www.eventbrite.com/e/elixir-conf-africa-2021-tickets-142673256551" target="_blank" class="btn btn-primary disabled">SOLD OUT</a>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- <div class="col-12 col-md-3 p-2 p-lg-3">-->
<!-- <div class="card rounded-0 border-0">-->
<!-- <div class="card-body p-0">-->
<!-- <div class="heading text-center p-3">-->
<!-- <h4 class="text-white mb-0">Dhahabu <br> ( Swahili for Gold)</h4>-->
<!-- </div>-->
<!-- <div class="info p-3">-->
<!-- <div class="price-figure text-center mb-3"><span class="currency">$</span><span class="number">200</span></div>-->
<!-- <div class="desc px-3">-->
<!-- This here is our standard Ticket package for ElixirConf Africa. We acknowledge the awesome talks, workshops and networks built during Elixir Conferences in other continents and we'd love to establish the stream of diversity within our attendees-->
<!-- </div>-->
<!-- </div><!–//info–>-->
<!-- </div><!–//card-body–>-->
<!-- <div class="card-footer text-center">-->
<!-- <a href="https://www.eventbrite.com/e/elixir-conf-africa-2021-tickets-142673256551" target="_blank" class="btn btn-primary">Buy Now</a>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- <div class="col-12 col-md-3 p-2 p-lg-3">-->
<!-- <div class="card rounded-0 border-0">-->
<!-- <div class="card-body p-0">-->
<!-- <div class="heading text-center p-3">-->
<!-- <h4 class="text-white mb-0">Mhangura <br> (Shona for Copper)</h4>-->
<!-- </div>-->
<!-- <div class="info p-3">-->
<!-- <div class="price-figure text-center mb-3"><span class="currency">$</span><span class="number">100</span></div>-->
<!-- <div class="desc px-3">-->
<!-- We understand that the event rates for other continents are way higher than this, but this being our first continental elixir community event we'd like African Beam Devs to come out in large numbers and not feel left out due to financial constraints-->
<!-- </div>-->
<!-- </div><!–//info–>-->
<!-- </div><!–//card-body–>-->
<!-- <div class="card-footer text-center">-->
<!-- <a href="https://www.eventbrite.com/e/elixir-conf-africa-2021-tickets-142673256551" target="_blank" class="btn btn-primary">Buy Now</a>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- <div class="col-12 col-md-3 p-2 p-lg-3">-->
<!-- <div class="card card-special rounded-0 border-0">-->
<!-- <div class="card-body p-0">-->
<!-- <div class="heading text-center p-3">-->
<!-- <h4 class="text-white mb-0">Ekikomo <br>(Luganda for Bronze)</h4>-->
<!-- </div>-->
<!-- <div class="info p-3">-->
<!-- <div class="price-figure text-center"><span class="currency">$</span><span class="number">2</span></div>-->
<!-- <div class="desc px-3">-->
<!-- We understand that some of our esteemed attendees might not be able to raise enough financially to attend the conference. So if by chance you are fortunate enough kindly use the other available payment tiers-->
<!-- </div>-->
<!-- </div><!–//info–>-->
<!-- </div><!–//card-body–>-->
<!-- <div class="card-footer text-center">-->
<!-- <a href="https://www.eventbrite.com/e/elixir-conf-africa-2021-tickets-142673256551" target="_blank" class="btn btn-primary">Buy Now</a>-->
<!-- </div>-->
<!-- </div><!–//card–>-->
<!-- </div><!–//col–>-->
<!-- </div><!–//pricing–>-->
<!-- <h3 class="section-heading text-center mb-3">Diversity & Inclusion</h3>-->
<!-- <div class="section-intro single-col-max mx-auto text-center mb-4">In collaboration with Erlang Ecosystem Foundation, ElixirConf Africa is implementing a Diversity and Inclusion scheme, aimed at supporting the under-represented in tech and those who cannot afford to purchase a ticket to the event. The deadline for application is 30th April 2020.</div>-->
<!-- <div class="tickets-cta text-center pt-2"><a class="btn-secondary btn btn-lg" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSeGPiG3L7N_boLeeoxgbx__WFzRC7j1AopeneitG6IWCR7LcA/viewform?usp=sf_link">Apply</a></div>-->
<!-- </div>-->
<!-- </section>-->
<!-- <div class="container">-->
<!-- <hr>-->
<!-- </div>-->
<section id="sponsors-section" class="sponsors-section section">
<div class="container">
<h3 class="section-heading text-center mb-3">Sponsors</h3>
<div class="section-intro text-center" style="color: #4f5252;">
<strong>Signature</strong>
</div>
<div class="row logos justify-content-center">
<a href="https://remote.com" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img
src="assets/images/logos/logo-remote.png" alt="remote logo"></a>
</div>
<div class="section-intro text-center" style="color: #4f5252;">
<strong>Conference Supporter</strong>
</div>
<div class="row logos justify-content-center">
<a href="https://dockyard.com" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img
src="assets/images/logos/dockyard.png" alt="dockyard logo"></a>
<a href="https://qhala.com" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img
src="assets/images/logos/qhala.png" alt="logos"></a>
</div>
<div class="section-intro text-center single-col-max mx-auto mb-5" style="color: #4f5252;">
<strong>Community Builder</strong>
</div>
<div class="row logos justify-content-center">
<a href="https://smartlogic.io" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img src="assets/images/logos/smartlogic.png" alt="logos"></a>
<a href="https://binarynoggin.com" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img src="assets/images/logos/BN-blog-logo.png" alt="logos"></a>
</div><!--//row-->
<div class="row logos justify-content-center">
<a href="https://www.frame.io" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img
src="assets/images/logos/frame-logo.png" alt="frame.io logo"></a>
<a href="https://www.smartvokat.com/" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-4"><img
src="assets/images/logos/smv-logo-wordmark-rgb.png" alt="smartvorkat logo"></a>
</div>
<div class="section-intro text-center single-col-max mx-auto mb-3">
</div>
<div class="section-intro text-center single-col-max mx-auto mb-2" style="color: #4f5252;">
Want to become a sponsor? Take a look at our <a href="ElixirConf Africa Prospectus.pdf" download><b>Sponsorship prospectus</b></a>
</div>
<div class="sponsors-cta text-center pt-4"><a class="btn-secondary btn btn-lg" href="mailto:[email protected]">Become A Sponsor</a></div>
</div><!--//container-->
</section><!--//sponsors-section-->
<section id="sponsors-section-1" class="sponsors-section section">
<div class="container">
<h3 class="section-heading text-center mb-3">Partners</h3>
<div class="row logos justify-content-center">
<a href="https://podiihq.com/" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-2"><img src="assets/images/logos/podiilogo.png" alt="logos"></a>
<a href="http://erlef.org/" target="_blank" rel="noopener" class="logo-item col-6 col-md-4 col-lg-2"><img src="assets/images/logos/eef-logo-1.png" alt="logos"></a>
</div><!--//row-->
</div><!--//container-->
</section><!--//partners-->
<!-- Modal Speaker Bruce Tate -->
<div class="modal modal-speaker modal-speaker-1" id="modal-speaker-bruce-tate" tabindex="-1" role="dialog" aria-labelledby="speaker-1-ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="speaker-1-ModalLabel" class="modal-title sr-only">Bruce Tate</h4>
</div>
<div class="modal-body p-0">
<div class="media flex-column flex-md-row theme-bg-light p-4 p-lg-5">
<img class="profile-image mb-3 mb-md-0 mr-md-4 rounded-circle mx-auto" src="assets/images/speakers/bruce-brown-black.jpg" alt="logo" />
<div class="media-body text-center text-md-left mx-auto">
<h2 class="name mb-2">Bruce Tate</h2>
<div class="meta">Founder</div>
<div class="meta mb-2">Groxio</div>
<ul class="social-list list-inline mb-0">
<li class="list-inline-item"><a href="https://twitter.com/redrapids"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/bruce-tate-a836b/"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/batate"><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//media-body-->
</div><!--//media-->
<div class="desc p-4 p-lg-5">
<p>
Bruce Tate is a kayaker, climber, programmer and father of two from Chattanooga, Tennessee. The award winning author's dozen titles include <strong>Seven Languages in Seven Weeks</strong>, <strong>Elixir Systems with OTP</strong>, and <strong>Phoenix LiveView</strong>. His love for teaching and computer languages led him to found Groxio in 2018, a teaching company that uses innovative techniques to teach developers Elixir and the joy of discovering new languages. The serial entrepreneur has helped start three companies, and before Groxio, served as CTO for icanmakeitbetter. Bruce stays active in the functional programming community as a speaker, author, editor and conference organizer.
</p>
<p class="mb-0">
Bruce will be giving a Keynote talk titled: <strong>Exploring Practices of Growth and Decline</strong>
</p>
</div>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Modal Speaker Francesco Cesarini -->
<div class="modal modal-speaker modal-speaker-1" id="modal-speaker-francesco-cesarini" tabindex="-1" role="dialog" aria-labelledby="speaker-1-ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="speaker-1-ModalLabel" class="modal-title sr-only">Francesco Cesarini</h4>
</div>
<div class="modal-body p-0">
<div class="media flex-column flex-md-row theme-bg-light p-4 p-lg-5">
<img class="profile-image mb-3 mb-md-0 mr-md-4 rounded-circle mx-auto" src="assets/images/speakers/Francesco_Cesarini.jpeg" alt="logo" />
<div class="media-body text-center text-md-left mx-auto">
<h2 class="name mb-2">Francesco Cesarini</h2>
<div class="meta">Founder & Technical Director</div>
<div class="meta mb-2">Erlang Solutions</div>
<ul class="social-list list-inline mb-0">
<li class="list-inline-item"><a href="https://twitter.com/FrancescoC"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/francescocesarini/"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href=""><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//media-body-->
</div><!--//media-->
<div class="desc p-4 p-lg-5">
<p>
Founder of Erlang Solutions Ltd. Francesco has used Erlang on a daily basis since 1995, starting as an intern at Ericsson’s computer science laboratory, the birthplace of Erlang. He moved on to Ericsson’s Erlang training and consulting arm working on the first release of OTP, applying it to turnkey solutions and flagship telecom applications. In 1999, soon after Erlang was released as open source, he founded Erlang Solutions, who have become the world leaders in Erlang based consulting, contracting, training and systems development. Francesco has worked in major Erlang based projects both within and outside Ericsson, and as Technical Director, has led the development and consulting teams at Erlang Solutions. He is the co-author of 'Erlang Programming' and 'Designing for Scalability with Erlang/OTP' both published by O'Reilly. Francesco is also a lecturer at the University of Oxford, and has participated in the Future Learn Erlang MOOC, O'Reilly and University of Kent online Master Classes and is a regular conference speaker and tutor.
</p>
<p class="mb-0">
Francesco will be giving a Keynote talk titled: <strong>Industry versus academia? Learning and teaching programming</strong> together with <a href="#modal-speaker-simon-thompson" data-toggle="modal" data-target="#modal-speaker-simon-thompson">Simon Thompson</a>
</p>
</div>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Modal Speaker Simon Thompson -->
<div class="modal modal-speaker modal-speaker-1" id="modal-speaker-simon-thompson" tabindex="-1" role="dialog" aria-labelledby="speaker-1-ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="speaker-1-ModalLabel" class="modal-title sr-only">Simon Thompson</h4>
</div>
<div class="modal-body p-0">
<div class="media flex-column flex-md-row theme-bg-light p-4 p-lg-5">
<img class="profile-image mb-3 mb-md-0 mr-md-4 rounded-circle mx-auto" src="assets/images/speakers/Simon_Thompson_adobespark.jpg" alt="logo" />
<div class="media-body text-center text-md-left mx-auto">
<h2 class="name mb-2">Simon Thompson</h2>
<div class="meta">Researcher, author and teacher</div>
<div class="meta mb-2">IOHK, University of Kent and ELTE</div>
<ul class="social-list list-inline mb-0">
<li class="list-inline-item"><a href="https://twitter.com/thompson_si"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href=""><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href=""><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//media-body-->
</div><!--//media-->
<div class="desc p-4 p-lg-5">
<p>
Researcher, author and teacher, senior researcher for IOHK and professor at the University of Kent and ELTE, Budapest.
His research has covered many aspects of functional programming, including verification, tool building and testing for Erlang, Haskell and OCaml. He is an author of books on type theory, Haskell and Erlang, and runs a MOOC on Erlang for FutureLearn. He is currently a senior research lead at IOHK, developing a DSL for financial contracts on blockchain.
</p>
<p class="mb-0">
Simon will be giving a Keynote talk titled: <strong>Industry versus academia? Learning and teaching programming</strong> together with <a href="#modal-speaker-francesco-cesarini" data-toggle="modal" data-target="#modal-speaker-francesco-cesarini">Francesco Cesarini</a>
</p>
</div>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Modal Speaker Jose Valim -->
<div class="modal modal-speaker modal-speaker-1" id="modal-speaker-jose-valim" tabindex="-1" role="dialog" aria-labelledby="speaker-1-ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="speaker-1-ModalLabel" class="modal-title sr-only">Jose Valim</h4>
</div>
<div class="modal-body p-0">
<div class="media flex-column flex-md-row theme-bg-light p-4 p-lg-5">
<img class="profile-image mb-3 mb-md-0 mr-md-4 rounded-circle mx-auto" src="https://dashbit.co/images/team/JV-6c0d230edc6596281e81c03aa56cfc7b.jpg?vsn=d" alt="logo" />
<div class="media-body text-center text-md-left mx-auto">
<h2 class="name mb-2">Jose Valim</h2>
<div class="meta">Chief Adoption Officer</div>
<div class="meta mb-2">Dashbit</div>
<ul class="social-list list-inline mb-0">
<li class="list-inline-item"><a href="https://twitter.com/josevalim"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/josevalim"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href=""><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//media-body-->
</div><!--//media-->
<div class="desc p-4 p-lg-5">
<p>
José Valim is the creator of the Elixir programming language and Chief Adoption Officer at Dashbit, a company that focuses on Sustainable Open Source and Continuous Adoption to boost the Elixir ecosystem. He is also a seasoned speaker, the author of three programming books, and an active member of the Open Source community.
</p>
<p class="mb-0">
Jose will be giving a Keynote talk titled: <strong>Elixir v1.12 updates and Q&A</strong>
</p>
</div>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<footer class="footer py-5 theme-bg-primary">
<div class="container text-center">
<ul class="social-list list-inline mb-4">
<!-- <li class="list-inline-item mr-3"><a href="#"><i class="fas fa-envelope"></i></a></li>-->
<li class="list-inline-item mr-3"><a target="_blank" href="https://twitter.com/ElixirConfAfric"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item mr-3"><a target="_blank" href="#"><i class="fab fa-instagram fa-fw"></i></a></li>
<li class="list-inline-item mr-0"><a target="_blank" href="https://www.youtube.com/channel/UCpopan9eiGQJeU6QsZSzTsg"><i class="fab fa-youtube fa-fw"></i></a></li>
</ul><!--//social-list-->
<small><a href="https://github.com/beamkenya/elixirconfafrica_code_of_conduct/blob/main/README.md" target="_blank">Code of Conduct</a></small><br>
<small class="copyright">Made with <i class="fas fa-heart" style="color: #EC645E;"></i> by <a href="https://github.com/beamkenya" target="_blank">Elixir Communities in Africa</a></small>
</div><!--//container-->
</footer>
<!-- Javascript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/back-to-top.js"></script>
<script src="assets/plugins/jquery.scrollTo.min.js"></script>
<script src="assets/js/main.js"></script>
</div>
</body>
</html>