-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafrolynk-2019-conference.html
463 lines (438 loc) · 28.9 KB
/
afrolynk-2019-conference.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Afrolynk - Innovate, Connect, Accelerate</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.png" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header Start -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 bg-secondary d-none d-lg-block">
<a href="" class="navbar-brand w-100 h-100 m-0 p-0 d-flex align-items-center justify-content-center">
<img src="img/Afrolynk-Logo-White.png" alt="" width="217">
</a>
</div>
<div class="col-lg-9">
<div class="row bg-dark d-none d-lg-flex">
<div class="col-lg-7 text-left text-white">
<div class="h-100 d-inline-flex align-items-center border-right border-primary py-2 px-3">
<i class="fa fa-envelope text-primary mr-2"></i>
<small>[email protected]</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-2 px-2">
<i class="fa fa-phone-alt text-primary mr-2"></i>
<small>+49 1520 9295402</small>
</div>
</div>
<div class="col-lg-5 text-right">
<div class="d-inline-flex align-items-center pr-2">
<a class="text-primary p-2" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg bg-white navbar-light p-0">
<a href="about.html" class="navbar-brand d-block d-lg-none">
<h1 class="m-0 display-4 text-primary">Afrolynk</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto py-0">
<a href="/" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="project.html" class="nav-item nav-link">Project</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Blog</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="blog.html" class="dropdown-item">Latest News</a>
<a href="single.html" class="dropdown-item active">Blog Detail</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="contact.html" class="btn btn-primary mr-3 d-none d-lg-block">Get A Quote</a>
</div>
</nav>
</div>
</div>
</div>
<!-- Header End -->
<!-- Page Header Start -->
<div class="container-fluid bg-primary py-5 mb-5">
<div class="container py-5">
<div class="row align-items-center py-4">
<div class="col-md-6 text-center text-md-left">
<h1 class="display-4 mb-4 mb-md-0 text-secondary text-uppercase">Afrolynk News</h1>
</div>
<div class="col-md-6 text-center text-md-right">
<div class="d-inline-flex align-items-center">
<a class="btn btn-sm btn-outline-light" href="/">Home</a>
<i class="fas fa-angle-double-right text-light mx-2"></i>
<a class="btn btn-sm btn-outline-light disabled" href="">Afrolynk News</a>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Detail Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="mb-5">
<div class="d-flex mb-2">
<a class="text-secondary text-uppercase font-weight-medium" href="">Afrolynk</a>
<span class="text-primary px-2">|</span>
<a class="text-secondary text-uppercase font-weight-medium" href="">News</a>
<span class="text-primary px-2">|</span>
<a class="text-secondary text-uppercase font-weight-medium" href="">September 20, 2019</a>
</div>
<h1 class="section-title mb-3">Afrolynk 2019 Conference</h1>
</div>
<div class="mb-5">
<img class="img-fluid rounded w-100 mb-4" src="img/blog-3.jpg" alt="Image">
<p class="conference-text">
The Afrolynk Conference 2019 was held in Berlin, at Microsoft Berlin on the 20th of
September 2019. The conference focused on these three main areas; Technology, Investments,
and Growth & Expansion amongst startups. These areas were chosen to expound the minds of
upcoming startups and the places to build themselves up for investors to recognize their
potential. <br>
Afrolynk and giz Deutsche Gesellschaft fur Internationale Zusammenarbeit on behalf of the
German Federal Minister for Economic Cooperation and Development (BMZ) and African
Development Bank Group (AfDB) collaborated to initiate this workshop. <br>
Thanks to the experts, entrepreneurs, young innovators and the facilitators you made this
workshop more diverse, more dynamic, and thus more tangible. During the meet-up, Mr. Moses Acquah,
the founder of Afrolynk, was given the platform to share with the audience the benefits of entrepreneurship
in Africa and how to support young investors as well. <br>
This conference really opened a more excellent light to some start-ups in Africa, Europe, and Asia.
These startups, through Afrolynk, got the opportunity to showcase themselves to the European market
for financial support from the European community. <br>
The innovative European ecosystem is determined to create more effective and efficient channels in collaboration
with Afrolynk to provide assistance to these upcoming startups. The workshop was an eye opener for these startups
who were ready to participate before over 100 delegates from all over the world. <br>
As an impact venture that supports startups, investors and entrepreneurs are drawn to enrich the EU-African market.
The CEO of Afrolynk, Mr. Moses Acquah iterated that "there are many opportunities out there, all you have to
do is know the right one to go for and it will be your golden ticket". <br>
The 2019 Conference ended with a pitching competition which was dubbed Afrolynk Startup night. Startup from the
African startup ecosystem came to pitch for the grand prize to give the audience a feel of the market out there. <br>
Finally, Mr. Acquah said, "Let's keep the fire burning of connecting the AAfrican and the European Ecosystem!
This is the best hour for us to work as a team". <br>
From the conference, many startups from all over the world took the chance to create networks with investors and
potential partners. <br>
#Afrolynk 2019 - Linking African to Europe and Making an Impact with Tech and Entrepreneurship
</p>
<h3 class="mb-4">Thanks to the experts</h3>
<img class="img-fluid rounded w-50 float-right ml-4 mb-3" src="img/blog-3.jpg" alt="Image">
<p class="conference-text">
Thanks to the experts, entrepreneurs, young innovators and the facilitators, you made this workshop more diverse,
more dynamic and thus more tangible on 20th September 2019.
</p>
</div>
<!-- <div class="mb-5">
<h3 class="mb-4 section-title">3 Comments</h3>
<div class="media mb-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1" style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
</div>
</div>
<div class="media mb-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1" style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
<div class="media mt-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1"
style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
</div>
</div>
</div>
</div>
</div> -->
<div class="bg-light rounded p-5">
<h3 class="mb-4 section-title">Leave a comment</h3>
<form>
<div class="form-row">
<div class="form-group col-sm-6">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group col-sm-6">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</div>
</div>
<div class="form-group">
<label for="website">Website</label>
<input type="url" class="form-control" id="website">
</div>
<div class="form-group">
<label for="message">Message *</label>
<textarea id="message" cols="30" rows="5" class="form-control"></textarea>
</div>
<div class="form-group mb-0">
<input type="submit" value="Leave Comment" class="btn btn-primary">
</div>
</form>
</div>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<div class="d-flex flex-column text-center bg-secondary rounded mb-5 py-5 px-4">
<img src="img/testimonial-3.jpg" class="img-fluid rounded-circle mx-auto mb-3" style="width: 100px;">
<h3 class="text-white mb-3">Mavis Abban</h3>
<p class="text-white m-0">Just before I joined this training program, I was contemplating on why Data Science.</p>
</div>
<div class="mb-5">
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control" style="padding: 25px;" placeholder="Keyword">
<div class="input-group-append">
<button class="btn btn-primary px-4">Search</button>
</div>
</div>
</div>
</div>
<!-- <div class="mb-5">
<h3 class="mb-4 section-title">Categories</h3>
<ul class="list-inline m-0">
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Web Design</a>
<span class="badge badge-primary badge-pill">150</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Web Development</a>
<span class="badge badge-primary badge-pill">131</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Online Marketing</a>
<span class="badge badge-primary badge-pill">78</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Keyword Research</a>
<span class="badge badge-primary badge-pill">56</span>
</li>
<li class="py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Email Marketing</a>
<span class="badge badge-primary badge-pill">98</span>
</li>
</ul>
</div> -->
<div class="mb-5">
<img src="img/blog-3.jpg" alt="" class="img-fluid rounded">
</div>
<!-- <div class="mb-5">
<h3 class="mb-4 section-title">Recent Post</h3>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">News</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">News</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-3.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">News</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-3.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">News</a></small>
</div>
</div>
</div> -->
<!-- <div class="d-flex align-items-center">
<img class="img-fluid rounded" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">News</a></small>
</div>
</div>
</div>
</div> -->
<div class="mb-5">
<img src="img/blog-7.jpg" alt="" class="img-fluid rounded">
</div>
<!-- <div class="mb-5">
<h3 class="mb-4 section-title">Tag Cloud</h3>
<div class="d-flex flex-wrap m-n1">
<a href="" class="btn btn-outline-secondary m-1">Design</a>
<a href="" class="btn btn-outline-secondary m-1">Development</a>
<a href="" class="btn btn-outline-secondary m-1">Marketing</a>
<a href="" class="btn btn-outline-secondary m-1">SEO</a>
<a href="" class="btn btn-outline-secondary m-1">Writing</a>
<a href="" class="btn btn-outline-secondary m-1">Consulting</a>
</div>
</div> -->
<!-- <div class="mb-5">
<img src="img/blog-3.jpg" alt="" class="img-fluid rounded">
</div> -->
<div>
<h3 class="mb-4 section-title">Thank You Message</h3>
Afrolynk say a big thank you to all who part take in the 2019 conference to make it a success. We hope to recieve same support in the 2020 conference See you next year.
</div>
</div>
</div>
</div>
</div>
<!-- Detail End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<a href="/" class="navbar-brand">
<!-- <h1 class="m-0 mt-n3 display-4 text-primary">Klean</h1> -->
<img src="img/Afrolynk-Logo-White.png" alt="" width="217">
</a>
<p>As the largest center for start-ups and digital solution centers in Europe and Africa, we bring together a community that creates value for good.</p>
<h5 class="font-weight-semi-bold text-white mb-2">Opening Hours:</h5>
<p class="mb-1">Mon – Sat, 8AM – 5PM</p>
<p class="mb-0">Sunday: Closed</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt text-primary mr-2"></i>Neue Bahnhofstraße 28, <br> 10245 Berlin, Germany</p>
<p><i class="fa fa-phone-alt text-primary mr-2"></i>+49 1520 9295402</p>
<p><i class="fa fa-envelope text-primary mr-2"></i>[email protected]</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-light btn-social" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="/"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="about.html"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="service.html"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="project.html"><i class="fa fa-angle-right mr-2"></i>Our Projects</a>
<a class="text-white" href="contact.html"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Newsletter</h4>
<p>Get Weekly News Letter.</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-0" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary px-4">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: #3E3E4E !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">Afrolynk</a>. All Rights Reserved. Designed by <a href="https://adventures4.com/">Venture Studios</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary px-3 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>