-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
349 lines (324 loc) · 19.5 KB
/
service.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
<!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>info@afrolynk.com</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="" 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 active">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" data-toggle="dropdown">News</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">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">Service</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="">Service</a>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<h6 class="text-secondary font-weight-semi-bold text-uppercase mb-3">Our Services</h6>
<h1 class="mb-4 section-title">Supporting Entreprenuers</h1>
<p>Transforming entrepreneurs’ and startups’ ideas into innovative businesses and viable products that are worth investing in. Training, supporting, building, and promoting startups with ready minimum viable products(MVP) and solutions to enter new markets. Workshops and Mentoring.</p>
<!-- <a href="" class="btn btn-primary mt-3 py-2 px-4">More Services</a> -->
</div>
<div class="col-lg-6 pt-5 pt-lg-0">
<div class="owl-carousel service-carousel position-relative">
<div class="d-flex flex-column align-items-center text-center bg-light rounded overflow-hidden pt-4">
<div class="icon-box bg-light text-secondary shadow mt-2 mb-4">
<i class="fa fa-2x fa-hotel"></i>
</div>
<h5 class="font-weight-bold mb-4 px-4">Ventures Studio</h5>
<img src="img/ven.jpg" alt="">
</div>
<div class="d-flex flex-column align-items-center text-center bg-light rounded overflow-hidden pt-4">
<div class="icon-box bg-light text-secondary shadow mt-2 mb-4">
<i class="fa fa-2x fa-city"></i>
</div>
<h5 class="font-weight-bold mb-4 px-4">Lynkspace Hub</h5>
<img src="img/lynk.jpg" alt="">
</div>
<div class="d-flex flex-column align-items-center text-center bg-light rounded overflow-hidden pt-4">
<div class="icon-box bg-light text-secondary shadow mt-2 mb-4">
<i class="fa fa-2x fa-spa"></i>
</div>
<h5 class="font-weight-bold mb-4 px-4">Factory24</h5>
<img src="img/24.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Contact Info Start -->
<div class="container-fluid py-5 contact-info">
<div class="row">
<div class="col-lg-4 p-0">
<div class="contact-info-item d-flex align-items-center justify-content-center bg-primary text-white py-4 py-lg-0">
<i class="fa fa-3x fa-map-marker-alt text-secondary mr-4"></i>
<div class="">
<h5 class="mb-2">Our Office</h5>
<p class="m-0">123 Street, New York, USA</p>
</div>
</div>
</div>
<div class="col-lg-4 p-0">
<div class="contact-info-item d-flex align-items-center justify-content-center bg-secondary text-white py-4 py-lg-0">
<i class="fa fa-3x fa-envelope-open text-primary mr-4"></i>
<div class="">
<h5 class="mb-2">Email Us</h5>
<p class="m-0">info@afrolynk.com</p>
</div>
</div>
</div>
<div class="col-lg-4 p-0">
<div class="contact-info-item d-flex align-items-center justify-content-center bg-primary text-white py-4 py-lg-0">
<i class="fa fa-3x fa-phone-alt text-secondary mr-4"></i>
<div class="">
<h5 class="mb-2">Call Us</h5>
<p class="m-0">+012 345 6789</p>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Info End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="row">
<div class="col-lg-7 pt-lg-5 pb-5">
<h6 class="text-secondary font-weight-semi-bold text-uppercase mb-3">Testimonial</h6>
<h1 class="section-title mb-5">Our Pre-Tech Training Feedback</h1>
<div class="owl-carousel testimonial-carousel position-relative">
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/testimonial-3.jpg" alt="">
<div class="ml-3">
<h5>Dreziella Whitney Omaboe</h5>
<i>Student</i>
</div>
</div>
<p>I enjoyed the class throughout and the side benefits that came out of the training. I remember during one of the sessions the Founder of Afrolynk (Moses Acquah) introduced us to the future and what Data Science holds in the next few years, even now. As a pharmacist in the making, I was frankly surprised to realize how Data Science can be a secondary income for me and how quintessential it is to my field.</p>
</div>
<!-- <div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/testimonial-1.jpg" alt="">
<div class="ml-3">
<h5>Mavis Abban</h5>
<i>Student</i>
</div>
</div>
<p>Just before I joined this training program, I was contemplating on why Data Science. I became so curious and wanted to know more about this program. With a background in accounting, this training has helped me so much. Especially the Power BI. Data science has really helped and also boosted my confidence in using Excel. It has also helped me to solve problems by being able to present already solved data to visualization using Power BI which used to be one of the powerful tools in Data science.
This training has also helped in programming and I have come to understand what Python is in computing.</p>
</div> -->
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/testimonial-1.jpg" alt="">
<div class="ml-3">
<h5>Mavis Abban</h5>
<i>Student</i>
</div>
</div>
<p>Just before I joined this training program, I was contemplating on why Data Science. I became so curious and wanted to know more about this program. With a background in accounting, this training has helped me so much. Especially the Power BI. Data science has really helped and also boosted my confidence in using Excel. It has also helped me to solve problems by being able to present already solved data to visualization using Power BI which used to be one of the powerful tools in Data science.
This training has also helped in programming and I have come to understand what Python is in computing.</p>
</div>
</div>
</div>
<div class="col-lg-5" style="min-height: 400px;">
<div class="position-relative h-100 rounded overflow-hidden">
<img class="position-absolute w-100 h-100" src="img/testimonial.jpg" style="object-fit: cover;">
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial 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>123 Street, New York, USA</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>info@afrolynk.com</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>Rebum labore lorem dolores kasd est, et ipsum amet et at kasd, ipsum sea tempor magna tempor. Accu kasd sed ea duo ipsum.</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>