-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
507 lines (501 loc) · 20 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Afrikan Logik</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse">
<!-- start navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="row">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><h3>Afrikan Logik</h3></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">HOME</a></li>
<li><a href="#about" class="smoothScroll">STUDIO</a></li>
<li><a href="#team" class="smoothScroll">TEAM</a></li>
<li><a href="#service" class="smoothScroll">SERVICES</a></li>
<li><a href="#work" class="smoothScroll">WORK</a></li>
<!-- <li><a href="#pricing" class="smoothScroll">PRICING</a></li> -->
<li><a href="#contact" class="smoothScroll">CONTACT</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
<!-- start home -->
<section id="home" class="text-center">
<div class="templatemo_headerimage">
<div class="flexslider">
<ul class="slides">
<li>
<img src="images/slider/chiefs-2 - Copy.jpg" alt="Slide 1">
<div class="slider-caption">
<div class="templatemo_homewrapper">
<h1 class="wow fadeInDown" data-wow-delay="2000">hello, this is Afrikan Logik</h1>
<h2 class="wow fadeInDown" data-wow-delay="2000">
<span class="rotate">100% African, for Africa, by Africa</span>
</h2>
<p>We are reawakening africa</p>
<a href="#work" class="smoothScroll btn btn-default wow fadeInDown" data-wow-delay="2000">Our Work</a>
</div>
</div>
</li>
<li>
<img src="images/slider/3 - Copy.jpg" alt="Slide 2">
<div class="slider-caption">
<div class="templatemo_homewrapper">
<h1 class="wow fadeInDown" data-wow-delay="2000">We narrate our story from our perspective</h1>
<h2 class="wow fadeInDown" data-wow-delay="2000">
<span class="rotate">Music, Arts, Culture</span>
</h2>
<p>We are the architects of our own destinies</p>
<a href="#about" class="smoothScroll btn btn-default wow fadeInDown" data-wow-delay="2000">See about us</a>
</div>
</div>
</li>
<li>
<img src="images/slider/5 - Copy.jpg" alt="Slide 3">
<div class="slider-caption">
<div class="templatemo_homewrapper">
<h1 class="wow fadeInDown" data-wow-delay="2000">empowering future generations</h1>
<h2 class="wow fadeInDown" data-wow-delay="2000">
<span class="rotate">leaders, thinkers, visionarists, artists</span>
</h2>
<p>join the movement</p>
<a href="#service" class="smoothScroll btn btn-default wow fadeInDown" data-wow-delay="2000">Our Services</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- end home -->
<!-- start about -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-7 wow fadeInLeft" data-wow-delay="2000">
<h3>Welcome to Afrikan Logik</h3>
<h2>The Afro-centric movement</h2>
<p>Afrikan Logik is a movement made up of people who want to tell the African story through African voices
taking into cognissance, the African identity expressed through the culture and traditions in spheres
like <span class="blue"> music, arts & crafts and drama</span>.</p>
</div>
<div class="col-sm-6 col-md-5 wow fadeInRight" data-wow-delay="2000">
<h3>Our Locations</h3>
<div class="col-md-6 col-sm-6 col-xs-6">
<img src="images/buea.jpg" class="img-responsive" alt="company 1">
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<img src="images/dakar.jpg" class="img-responsive" alt="company 2">
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<img src="images/dar-es.jpg" class="img-responsive" alt="company 3">
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<img src="images/yaounde.jpg" class="img-responsive" alt="company 4">
</div>
</div>
</div>
</div>
</section>
<!-- end about -->
<!-- start team -->
<section id="team" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInDown" data-wow-delay="900">
<h3>MEET AFRIKAN LOGIK TEAM</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p></p>
</div>
<div class="col-md-2"></div>
<div class="col-sm-6 col-md-3 wow fadeInLet" data-wow-delay="2000">
<div class="team_thumb">
<img src="images/team-1.jpg" class="img-responsive" alt="team">
<div class="team_overlay">
<ul class="social_icon">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
</ul>
</div>
</div>
<div class="team_description">
<h4>Roseline ANIH</h4>
<h5>Co-Founder and Sales Representative</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="2000">
<div class="team_thumb">
<img src="images/team-2.jpg" class="img-responsive" alt="team">
<div class="team_overlay">
<ul class="social_icon">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
</ul>
</div>
</div>
<div class="team_description">
<h4>Veseke TANDE</h4>
<h5>Co-Founder and Manager</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="2000">
<div class="team_thumb">
<img src="images/team-3.jpg" class="img-responsive" alt="team">
<div class="team_overlay">
<ul class="social_icon">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
</ul>
</div>
</div>
<div class="team_description">
<h4>Myles BILONG</h4>
<h5>Designer and Developer</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInRight" data-wow-delay="2000">
<div class="team_thumb">
<img src="images/team-4.jpg" class="img-responsive" alt="team">
<div class="team_overlay">
<ul class="social_icon">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
</ul>
</div>
</div>
<div class="team_description">
<h4>Coco MEGAN</h4>
<h5>Public Relations Officer</h5>
</div>
</div>
</div>
</div>
</section>
<!-- end team -->
<!-- start service -->
<section id="service">
<div class="container">
<div class="row">
<div class="text-center col-md-12 wow fadeInDown" data-wow-delay="2000">
<h3>AFRIKAN LOGIK SERVICES</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8 text-center">
<p>Being Afro-centric, we strive to promote and project ourselves through our diverse culture, our music and our tradition amongst many.</p>
</div>
<div class="col-md-2"></div>
<div class="col-sm-6 col-md-4 wow fadeInLeft" data-wow-delay="2000">
<div class="media">
<i class="fa fa-music pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">MUSIC</h4>
<p>Summit Records is a partner to Afrikan Logik. Here, musical talent is discovered, nurtured then exposed. Aspiring musical artists find Summit Records an ideal place where they can connect with other growing artists..</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInDown" data-wow-delay="2000">
<div class="media">
<i class="fa fa-film pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">AUDIO-VISUALS</h4>
<p>Film development and production that narrates our stories and history. In a world where little is credited to us, we make our own voices heard through our films.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInRight" data-wow-delay="2000">
<div class="media">
<i class="fa fa-language pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">MOTHER TONGUE</h4>
<p>The era from post colonisation to independece saw a decline in our native tongue. Coming generations have severe difficulties expressing themselves in their native tongue.
Afrikan Logik and her partners are working towards reawakening the love of our native languages.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInLeft" data-wow-delay="2000">
<div class="media">
<i class="fa fa-book pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">AFRICAN LITERATURE</h4>
<p>In order to preserve and narrate our rich history and heritage, we are nurturing aspiring writers and giving motivation & support to in-residence writers.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInDown" data-wow-delay="2000">
<div class="media">
<i class="fa fa-users pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">LEADERS,VISIONARISTS</h4>
<p>Our greatest desire is to live in peace and unity with one another. We are pleased to have trained youths in leadership skills that will enable then effectively and efficiently address our problems and give us the Africa we Want.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInRight" data-wow-delay="2000">
<div class="media">
<i class="fa fa-leaf pull-left media-object"></i>
<div class="media-body">
<h4 class="media-heading">ART</h4>
<p>Every carving or artwork has a message behind it. Why dont you visit <a href="shop.ccemac.com">our shop</a> to read these messages.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end service -->
<!-- start newsletter -->
<section id="newsletter" class="text-center">
<div class="container">
<div class="row">
<div class="text-center col-md-12 wow fadeInDown" data-wow-delay="2000">
<h3>AFRIKAN LOGIK NEWSLETTER</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p>Stay up to date with our latest news. Find out what we are up to. Discover the latest talent in Africa. Live African.</p>
</div>
<div class="col-md-2"></div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="2000">
<form role="form">
<div class="col-md-1"></div>
<div class="col-md-6">
<input type="email" placeholder="Enter your Email" class="form-control" required>
</div>
<div class="col-md-4">
<input type="submit" value="SUBSCRIBE NOW" class="form-control">
</div>
<div class="col-md-1"></div>
</form>
</div>
</div>
</div>
</section>
<!-- end newsletter -->
<!-- start work -->
<section id="work" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInDown" data-wow-delay="2000">
<h3>AFRIKAN LOGIK WORK</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p></p>
</div>
<div class="col-md-2"></div>
<!--<div class="col-sm-6 col-md-4 wow fadeInLeft" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-1.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>-->
<div class="col-sm-6 col-md-3 wow fadeInDown" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-2.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>
<!--<div class="col-sm-6 col-md-4 wow fadeInRight" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-3.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>-->
<div class="col-sm-6 col-md-3 wow fadeInLeft" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-4.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-5.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInRight" data-wow-delay="2000">
<div class="work_thumb">
<img src="images/work-6.jpg" class="img-responsive" alt="work">
<div class="work_overlay">
<a href="#"><i class="fa fa-thumbs-o-up"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end work -->
<!-- start pricing -->
<!-- <section id="pricing" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInDown" data-wow-delay="2000">
<h3>CRYSTAL PRICING</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p> Please tell your friends about <span class="blue">template</span><span class="green">mo</span><span class="orange">.com</span> website. Thank you for supporting us. Donec et augue quis quam porttitor consectetur ut nec sem. Integer sagittis viverra quam quis ultricies. Aenean risus nisl, consequat at nunc id, tincidunt tristique mauris.</p>
</div>
<div class="col-md-2"></div>
<div class="col-sm-6 col-md-3 wow fadeInLeft" data-wow-delay="2000">
<div class="plan plan_one">
<h4 class="plan_title">STARTER</h4>
<ul>
<li>$20 per month</li>
<li>100 GB SPACE</li>
<li>500 GB BANDWIDTH</li>
<li>50 Premium Designs</li>
<li>1-Year Support</li>
</ul>
<button class="btn btn-warning">SIGN UP</button>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInDown" data-wow-delay="2000">
<div class="plan plan_two">
<h4 class="plan_title">BUSINESS</h4>
<ul>
<li>$50 per month</li>
<li>200 GB SPACE</li>
<li>2,000 GB BANDWIDTH</li>
<li>200 Premium Designs</li>
<li>2-Year Support</li>
</ul>
<button class="btn btn-warning">SIGN UP</button>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInDown" data-wow-delay="2000">
<div class="plan plan_three">
<h4 class="plan_title">PROFESSIONAL</h4>
<ul>
<li>$75 per month</li>
<li>600 GB SPACE</li>
<li>3,000 GB BANDWIDTH</li>
<li>300 Premium Designs</li>
<li>3-Year Support</li>
</ul>
<button class="btn btn-warning">SIGN UP</button>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInRight" data-wow-delay="2000">
<div class="plan plan_four">
<h4 class="plan_title">ADVANCED</h4>
<ul>
<li>$120 per month</li>
<li>1,500 GB SPACE</li>
<li>10,000 GB BANDWIDTH</li>
<li>500 Premium Designs</li>
<li>Lifetime Support</li>
</ul>
<button class="btn btn-warning">SIGN UP</button>
</div>
</div>
</div>
</div>
</section> -->
<!-- end pricing -->
<!-- start contact -->
<section id="contact" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInDown" data-wow-delay="2000">
<h3>CONTACT AFRIKAN LOGIK</h3>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p>Want to partner with us? Have a question to ask? Do you have a suggestion? Or you just wanna say hi! All suggestions, tips and requests are much welcomed and appreciated.</p>
</div>
<div class="col-md-2"></div>
<form action="#" method="post">
<div class="col-md-4 wow fadeInLeft" data-wow-delay="2000">
<input type="text" placeholder="Name" class="form-control">
</div>
<div class="col-md-4 wow fadeInDown" data-wow-delay="2000">
<input type="email" placeholder="Email" class="form-control" required>
</div>
<div class="col-md-4 wow fadeInRight" data-wow-delay="2000">
<input type="text" placeholder="Subject" class="form-control">
</div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="2000">
<textarea placeholder="Message" class="form-control"></textarea>
</div>
<div class="col-md-3"></div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="2000">
<input type="submit" value="SHOOT MESSAGE" class="form-control">
</div>
<div class="col-md-3"></div>
</form>
</div>
</div>
<!--
<div class="google_map">
<div id="map-canvas"></div>
</div>
-->
<footer class="container">
<div class="col-md-12 wow fadeInUp" data-wow-duration="0.4s" data-wow-delay="0.4s">
<span>
Copyright © 2019 Afrikan Logik
</span>
<ul class="social_icon">
<li><a href="#" class="fa fb fa-facebook"></a></li>
<li><a href="#" class="fa tw fa-twitter"></a></li>
<li><a href="#" class="fa insta fa-instagram"></a></li>
<li><a href="#" class="fa fa-envelope-o"></a></li>
<!--<li><a href="#" class="fa fa-pinterest"></a></li>
<li><a href="#" class="fa fa-google"></a></li>
<li><a href="#" class="fa fa-wordpress"></a></li> -->
</ul>
</div>
</footer>
</section>
<!-- end contact -->
<!-- start javascript -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.simple-text-rotator.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/templatemo-script.js"></script>
<!-- end javascript -->
</body>
</html>