-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
851 lines (811 loc) · 45.8 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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!--
Author: DevCircle Africa
Author URL: http://devcircleAfrica.com
-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords"
content="Software Engineering, Programming Web Development, Otofast Music, LeefCode, Forum DevCircleAfrica, Forum LeefCode, Content Writing, Graphic Designing, SEO, Digital Marketing in Zambia, Blogging, Upwork, Freelancing and Remote works">
<meta name="description"
content="Explore the best Art of programming at DevCircle Africa where, We write codes together.">
<meta name="About us"
content="We are a tech startup, addressing challenges that can be solved by the help of Technology.">
<meta name="Course" content="Overview programmes we offer at DevCircle Africa">
<meta name="author" content="Mark Sikaundi">
<meta name="title" content="DevCircle Africa">
<meta name="page" content="Home">
<link rel="icon" type="image/x-icon" href="assets/images/icon.png">
<title>Courses Shows</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:400,700|Open+Sans:400,700|Montserrat:400,700|Lato:400,700|Nunito:400,700">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<!-- ads -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5141290108997002"
crossorigin="anonymous"></script>
<!-- End ads -->
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark stroke">
<h1>
<a class="navbar-brand" href="index.html">
<span> <img src="assets/images/icon.png" height="40px" /> </span>Study Course <span
class="logo">Journey to success</span></a>
</h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mx-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item @@courses__active">
<a class="nav-link" href="./features/courses.html">Courses</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="https://devcircleafrica.com/">Blog</a>
</li>
</ul>
<!--/search-right-->
<div class="search-right">
<a href="#search" title="search"><span class="fa fa-search" aria-hidden="true"></span></a>
<!-- search popup -->
<div id="search" class="pop-overlay">
<div class="popup">
<form action="error.html" method="GET" class="search-box">
<input type="search" placeholder="Search" name="search" required="required"
autofocus="">
<button type="submit" class="btn"><span class="fa fa-search"
aria-hidden="true"></span></button>
</form>
</div>
<a class="close" href="#close">×</a>
</div>
<!-- /search popup -->
</div>
<div class="top-quote mr-lg-2 text-center">
</div>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container py-1">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
</nav>
</div>
</header>
<!--/header-->
<!-- main-slider -->
<section class="w3l-main-slider" id="home">
<div class="companies20-content">
<div class="owl-one owl-carousel owl-theme">
<div class="item">
<li>
<div class="slider-info banner-view bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg">
<h5>50% Discount on all Popular Courses</h5>
<p class="mt-4 pr-lg-4">Take the first step to your journey to success with us
</p>
<a class="btn btn-style btn-primary mt-sm-5 mt-4 mr-2"
href="https://lms.devcircleafrica.com/user-public-account/"> Register
Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top1 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg">
<h5>Learn and Improve Yourself in Less Time </h5>
<p class="mt-4 pr-lg-4">Our self improvement courses is very effective </p>
<a class="btn btn-style btn-primary mt-sm-5 mt-4 mr-2"
href="https://lms.devcircleafrica.com/user-public-account/"> Register
Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top2 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg">
<h5>Be More Productive to Be More Successful</h5>
<p class="mt-4 pr-lg-4">Don't waste your time, check out our productive courses
</p>
<a class="btn btn-style btn-primary mt-sm-5 mt-4 mr-2"
href="https://lms.devcircleafrica.com/user-public-account/"> Register
Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top3 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg">
<h5>Enhance your skills with best online courses</h5>
<p class="mt-4 pr-lg-4">Take the first step to your journey to success with us
</p>
<a class="btn btn-style btn-primary mt-sm-5 mt-4 mr-2"
href="https://lms.devcircleafrica.com/user-public-account/"> Ready to
Start Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
</div>
</div>
<div class="waveWrapper waveAnimation">
<svg viewBox="0 0 500 150" preserveAspectRatio="none">
<path d="M-5.07,73.52 C149.99,150.00 299.66,-102.13 500.00,49.98 L500.00,150.00 L0.00,150.00 Z"
style="stroke: none;"></path>
</svg>
</div>
</section>
<!-- ads -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5141290108997002"
crossorigin="anonymous"></script>
<!-- holizontal -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5141290108997002" data-ad-slot="9319544796"
data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- ads -->
<section class="w3l-courses">
<div class="blog pb-5" id="courses">
<div class="container py-lg-5 py-md-4 py-2">
<h5 class="title-small text-center mb-1">Join our learn Courses</h5>
<h3 class="title-big text-center mb-sm-5 mb-4">Featured Online <span>Courses</span></h3>
<div class="row">
<div class="col-lg-4 col-md-6 item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="https://lms.devcircleafrica.com/allcourses/langchain/" class="zoom d-block">
<img class="card-img-bottom d-block" src="https://lms.devcircleafrica.com/wp-content/uploads/2023/07/Deep-Learning-870x440.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">Beginner</a>
</div>
</div>
<div class="card-body course-details">
<div class="price-review d-flex justify-content-between mb-1align-items-center">
<p>Free</p>
<ul class="rating-star">
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star-o"></span></li>
</ul>
</div>
<a href="https://lms.devcircleafrica.com/allcourses/langchain/"
class="course-desc">LangChain Fundamentals: Python Programing
</a>
<div class="course-meta mt-4">
<div class="meta-item course-lesson">
<span class="fa fa-clock-o"></span>
<span class="meta-value"> 3 Months </span>
</div>
<div class="meta-item course-">
<span class="fa fa-user-o"></span>
<span class="meta-value"> 50 </span>
</div>
</div>
</div>
<div class="card-footer">
<div class="author align-items-center">
<img src="https://secure.gravatar.com/avatar/ce91dc2caa9c90f04bf89074655d461e?s=215&d=mm&r=g" alt="" class="img-fluid rounded-circle">
<ul class="blog-meta">
<li>
<span class="meta-value mx-1">by</span> <a
href="https://lms.devcircleafrica.com/user-public-account/1/">
Mark Sikaundi</a>
</li>
<li>
<span class="meta-value mx-1">in</span> <a
href="https://lms.devcircleafrica.com/allcourses/?terms%5B%5D=59&category%5B%5D=59">
LLM</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-md-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="https://lms.devcircleafrica.com/allcourses/deep-learning/"
class="zoom d-block">
<img class="card-img-bottom d-block" src="https://lms.devcircleafrica.com/wp-content/uploads/2023/07/Cloud-Computing-870x440.jpg"
alt="Card image cap">
</a>
<div class="course-price-badge"> Coming Soon</div>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">Beginner</a>
</div>
</div>
<div class="card-body course-details">
<div class="price-review d-flex justify-content-between mb-1align-items-center">
<p>Free</p>
<ul class="rating-star">
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star-o"></span></li>
</ul>
</div>
<a href="https://lms.devcircleafrica.com/allcourses/deep-learning/"
class="course-desc">Introduction to Deep Learning & Machine Learning</a>
<div class="course-meta mt-4">
<div class="meta-item course-lesson">
<span class="fa fa-clock-o"></span>
<span class="meta-value"> 6 Months </span>
</div>
<div class="meta-item course-">
<span class="fa fa-user-o"></span>
<span class="meta-value"> 50 </span>
</div>
</div>
</div>
<div class="card-footer">
<div class="author align-items-center">
<img src="https://secure.gravatar.com/avatar/ce91dc2caa9c90f04bf89074655d461e?s=215&d=mm&r=g" alt="" class="img-fluid rounded-circle">
<ul class="blog-meta">
<li>
<span class="meta-value mx-1">by</span> <a
href="https://lms.devcircleafrica.com/user-public-account/2/">
Mark Sikaundi</a>
</li>
<li>
<span class="meta-value mx-1">in</span> <a
href="https://lms.devcircleafrica.com/allcourses/?terms%5B%5D=46&category%5B%5D=46">
AI & LLM</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-lg-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="https://lms.devcircleafrica.com/allcourses/software-testing/"
class="zoom d-block">
<img class="card-img-bottom d-block" src="https://lms.devcircleafrica.com/wp-content/uploads/2022/08/NYC-Department-of-Education-School-Technology-Summit-2015-1000x500-1-870x440-1.jpeg"
alt="Card image cap">
</a>
<div class="course-price-badge-new"> Coming soon</div>
</div>
<div class="card-body course-details">
<div class="price-review d-flex justify-content-between mb-1align-items-center">
<p>Free</p>
<ul class="rating-star">
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star"></span></li>
<li><span class="fa fa-star-o"></span></li>
</ul>
</div>
<a href="https://lms.devcircleafrica.com/allcourses/software-testing/"
class="course-desc">Software Testing - Hands on Project</a>
<div class="course-meta mt-4">
<div class="meta-item course-lesson">
<span class="fa fa-clock-o"></span>
<span class="meta-value"> 6 Month </span>
</div>
<div class="meta-item course-">
<span class="fa fa-user-o"></span>
<span class="meta-value"> 50 </span>
</div>
</div>
</div>
<div class="card-footer">
<div class="author align-items-center">
<img src="https://secure.gravatar.com/avatar/ce91dc2caa9c90f04bf89074655d461e?s=215&d=mm&r=g" alt="" class="img-fluid rounded-circle">
<ul class="blog-meta">
<li>
<span class="meta-value mx-1">by</span> <a
href="https://lms.devcircleafrica.com/user-public-account/2/">
Mark Sikaundi</a>
</li>
<li>
<span class="meta-value mx-1">in</span> <a
href="https://lms.devcircleafrica.com/allcourses/?terms%5B%5D=46&category%5B%5D=46">
Programing</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="mt-5 text-more">
<p class="pt-md-3 sample text-center">
All our course collection can be find here and you have choice to pick which one to start with.
<a href="/features/courses.html">View All Courses <span
class="pl-2 fa fa-long-arrow-right"></span></a>
</p>
</div>
</div>
</div>
</section>
<section class="w3l-features py-5" id="facilities">
<div class="call-w3 py-lg-5 py-md-4 py-2">
<div class="container">
<div class="row main-cont-wthree-2">
<div class="col-lg-5 feature-grid-left">
<h5 class="title-small mb-1">Study and graduate</h5>
<h3 class="title-big mb-4">Our Facilities </h3>
<p class="text-para">At DevCircle Africa, we take pride in providing state-of-the-art facilities
designed to foster collaboration, creativity, and knowledge exchange within the African
developer community. </p>
<p class="mt-3"> Our carefully curated spaces cater to the diverse needs of developers, tech
enthusiasts, and industry professionals, offering an environment conducive to learning,
networking, and innovation.</p>
<a href="https://lms.devcircleafrica.com/allcourses/"
class="btn btn-primary btn-style mt-md-5 mt-4">Discover More</a>
</div>
<div class="col-lg-7 feature-grid-right mt-lg-0 mt-5">
<div class="call-grids-w3 d-grid">
<div class="grids-1 box-wrap">
<a href="#more" class="icon"><span class="fa fa-certificate"></span></a>
<h4><a href="#feature" class="title-head">Global Certificate</a></h4>
<p>Explore Our Global Certifications Elevate Your Skills Today! Discover industry-leading certifications designed to gear-up your tech proffession.</p>
</div>
<div class="grids-1 box-wrap">
<a href="#more" class="icon"><span class="fa fa-book"></span></a>
<h4><a href="#feature" class="title-head">Books & Library</a></h4>
<p>Expand Your Horizons with Our Library and Discover a World of tech Knowledge! Immerse yourself in our diverse collection of tech literary treasures.</p>
</div>
<div class="grids-1 box-wrap">
<a href="#more" class="icon"><span class="fa fa-trophy"></span></a>
<h4><a href="#feature" class="title-head">Scholarship</a></h4>
<p>Explore a wide range of scholarships designed to help you in your studies. Through our extensive scholarship programme, we hope to support your academic endeavours and open doors to a prosperous future.
</p>
</div>
<div class="grids-1 box-wrap">
<a href="#more" class="icon"><span class="fa fa-graduation-cap"></span></a>
<h4><a href="#feature" class="title-head">Alumni Support</a></h4>
<p>Join a lively community dedicated to growing your career, sharing thoughts, and nurturing professional relationships.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="w3l-homeblock3 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<h5 class="title-small text-center mb-1">From the news</h5>
<h3 class="title-big text-center mb-sm-5 mb-4">Latest <span>News</span></h3>
<div class="row top-pics">
<div class="col-md-6">
<div class="top-pic1">
<div class="card-body blog-details">
<a href="https://devcircleafrica.com/blogs/" class="blog-desc">Enhance your educational skills and also experience
with best online courses
</a>
<div class="author align-items-center">
<img src="assets/images/team1.jpg" alt="" class="img-fluid rounded-circle" />
<ul class="blog-meta">
<li>
<a href="#author">Isabella ava</a> </a>
</li>
<li class="meta-item blog-lesson">
<span class="meta-value"> Nov 19, 2020 </span>. <span
class="meta-value ml-2"><span class="fa fa-clock-o"></span> 1 min</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-md-0 mt-4">
<div class="top-pic2">
<div class="card-body blog-details">
<a href="https://devcircleafrica.com/blogs/" class="blog-desc">Be more productive to be more Successful. Take your
first jouney
</a>
<div class="author align-items-center">
<img src="assets/images/team2.jpg" alt="" class="img-fluid rounded-circle" />
<ul class="blog-meta">
<li>
<a href="#author">Charlotte mia</a> </a>
</li>
<li class="meta-item blog-lesson">
<span class="meta-value"> Nov 19, 2020 </span>. <span
class="meta-value ml-2"><span class="fa fa-clock-o"></span> 1 min</span>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-4">
<div class="top-pic3">
<div class="card-body blog-details">
<a href="https://devcircleafrica.com/blogs/" class="blog-desc"> Our self improvement courses are more
effective. Start leaarning online
</a>
<div class="author align-items-center">
<img src="assets/images/team3.jpg" alt="" class="img-fluid rounded-circle" />
<ul class="blog-meta">
<li>
<a href="#author">Elizabeth</a> </a>
</li>
<li class="meta-item blog-lesson">
<span class="meta-value"> Nov 19, 2020 </span>. <span
class="meta-value ml-2"><span class="fa fa-clock-o"></span> 1 min</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-md-5 mt-4 text-more text-center">
<a href="https://devcircleafrica.com/blogs/">View All Posts <span class="pl-2 fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
<!-- middle -->
<div class="middle py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="welcome-left text-center py-lg-4">
<h5 class="title-small mb-1">Start learning online</h5>
<h3 class="title-big">Enhance your skills with best online courses</h3>
<a href="https://lms.devcircleafrica.com/allcourses" class="btn btn-style btn-outline-light mt-sm-5 mt-4 mr-2">Get started now</a>
<a href="contact.html" class="btn btn-style btn-primary mt-sm-5 mt-4">Contact Us</a>
</div>
</div>
</div>
<!-- //middle -->
<section class="w3l-team py-5" id="team">
<div class="call-w3 py-lg-5 py-md-4">
<div class="container">
<div class="row main-cont-wthree-2">
<div class="col-lg-5 feature-grid-left">
<h5 class="title-small mb-1">Experienced professionals</h5>
<h3 class="title-big mb-4">Meet our teachers</h3>
<p class="text-para">Our team of expert instructors comprises a diverse group of seasoned
professionals, each with a unique blend of hands-on industry experience and a passion for
teaching. With backgrounds spanning software development, cybersecurity, data science, and
more, they bring a wealth of knowledge to the classroom. </p>
<p class="mt-3">With a commitment to excellence, our instructors stay updated with the latest
trends, bringing real-world insights to the classroom. Their goal is to provide you with the
skills and knowledge needed to thrive in the fast-paced world of technology.
Get to know our exceptional instructors and embark on your learning journey with confidence.
</p>
<a href="./features/teachers.html" class="btn btn-primary btn-style mt-md-5 mt-4">Discover More</a>
</div>
<div class="col-lg-7 feature-grid-right mt-lg-0 mt-5">
<div class="row">
<div class="col-sm-6">
<div class="box16">
<a href="#url"><img src="https://secure.gravatar.com/avatar/ce91dc2caa9c90f04bf89074655d461e?s=215&d=mm&r=g" alt=""
class="img-fluid radius-image" /></a>
<div class="box-content">
<h3 class="title"><a href="#url">Mark Sikaundi</a></h3>
<span class="post">Director</span>
<ul class="social">
<li>
<a href="#" class="facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#" class="twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-sm-0 mt-3">
<div class="box16">
<a href="#url"><img src="assets/images/team2.jpg" alt=""
class="img-fluid radius-image" /></a>
<div class="box-content">
<h3 class="title"><a href="#url">Victoria</a></h3>
<span class="post">Managing Director</span>
<ul class="social">
<li>
<a href="#" class="facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#" class="twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-lg-4 mt-3">
<div class="box16">
<a href="#url"><img src="assets/images/team3.jpg" alt=""
class="img-fluid radius-image" /></a>
<div class="box-content">
<h3 class="title"><a href="#url">Isabella</a></h3>
<span class="post">Teacher</a></span>
<ul class="social">
<li>
<a href="#" class="facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#" class="twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-lg-4 mt-3">
<div class="box16">
<a href="#url"><img src="assets/images/team4.jpg" alt=""
class="img-fluid radius-image" /></a>
<div class="box-content">
<h3 class="title"><a href="#url">Elizabeth</a></h3>
<span class="post">Teacher</a></span>
<ul class="social">
<li>
<a href="#" class="facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#" class="twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<section class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-md-4">
<div class="row footer-top-29">
<div class="col-lg-4 col-md-6 col-sm-7 footer-list-29 footer-1 pr-lg-5">
<h6 class="footer-title-29">Contact Info </h6>
<p>Address : 30 Nkrumah Extension, Highridge, Kabwe - ZM.</p>
<p class="my-2">Phone : <a href="tel:+260776578583">+260776578583</a></p>
<p>Email : <a href="mailto:info@devcircleafrica.com">info@devcircleafrica.com</a></p>
<div class="main-social-footer-29 mt-4">
<a href="facebook.com/DevCircleAfrica" class="facebook"><span
class="fa fa-facebook"></span></a>
<a href="twitter.com/Alisikaundi" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="instagram.com/marksikaundi" class="instagram"><span
class="fa fa-instagram"></span></a>
<a href="linkedin.com/in/marksikaundi" class="linkedin"><span
class="fa fa-linkedin"></span></a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-5 col-6 footer-list-29 footer-2 mt-sm-0 mt-5">
<ul>
<h6 class="footer-title-29">Company</h6>
<li><a href="about.html">About company</a></li>
<li><a href="/features/latest_blogs.html"> Latest Blog posts</a></li>
<li><a href="https://lms.devcircleafrica.com/user-public-account/"> Become a teacher </a>
</li>
<li><a href="/features/courses.html">Online Courses</a></li>
<li><a href="contact.html">Get in touch</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 col-sm-5 col-6 footer-list-29 footer-3 mt-lg-0 mt-5">
<h6 class="footer-title-29">Programs</h6>
<ul>
<li><a href="/features/training_center.html">Training Center</a></li>
<li><a href="./features/documentation.html">Documentation</a></li>
<li><a href="https://forum.devcircleafrica.com/">Community</a></li>
<li><a href="./features/customers.html"> Customers</a></li>
<li><a href="https://devcircleafrica.com/devhelp"> Help Center</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-7 footer-list-29 footer-4 mt-lg-0 mt-5">
<h6 class="footer-title-29">Suppport</h6>
<a href="#playstore"><img src="assets/images/googleplay.png" class="img-responsive" alt=""></a>
<a href="#appstore"><img src="assets/images/appstore.png" class="img-responsive mt-3"
alt=""></a>
<a href="https://www.f6s.com/devcircleafrica?follow=1" target="_blank"
title="Follow DevCircle Africa on F6S"><img src="/assets/images/f6s.png" width="175px"
height="60px" class="img-responsive mt-3" alt="Follow DevCircle Africa on F6S" /></a>
</div>
</div>
</div>
</div>
<section class="w3l-copyright text-center">
<div class="container">
<p class="copy-footer-29">© 2024 DevCircle Africa. All rights reserved</p>
</div>
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</section>
<!-- //copyright -->
</section>
<!-- //footer -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script>
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
dots: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1
},
480: {
items: 1
},
667: {
items: 1
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
768: {
items: 2,
nav: false
},
1000: {
items: 3,
nav: false,
loop: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>