-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
521 lines (492 loc) · 20.8 KB
/
about.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
<!--
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="page" content="Contact us at DevCircleAfrica or follow us on social media">
<meta name="About us" content="We are a tech startup, addressing challenges that can be solved by the help of Technology.">
<meta name="author" content="Mark Sikaundi">
<meta name="title" content="DevCircle Africa">
<!-- <meta http-equiv="refresh" content="5"> -->
<title>Courses Shows</title>
<link rel="icon" type="image/x-icon" href="./assets/images/icon.png">
<!-- 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">
<!-- 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>DevCircle <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 @@home__active">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item 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">
<a href="https://github.com/cs60apa" class="btn login mr-10"><span class="fa fa-github"></span> Github</a>
</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>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!-- about breadcrumb -->
<section class="w3l-breadcrumb">
<div class="breadcrumb-bg breadcrumb-bg-about py-5">
<div class="container pt-lg-5 pt-3 p-lg-4 pb-3">
<h2 class="title mt-5 pt-lg-5 pt-sm-3">About Company</h2>
<ul class="breadcrumbs-custom-path pb-sm-5 pb-4 mt-2 text-center mb-5">
<li><a href="index.html">Home</a></li>
<li class="active"> / About us </li>
</ul>
</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>
<!-- //about breadcrumb -->
<section id="about" class="home-services pt-lg-0">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="box-wrap-grid">
<div class="icon">
<span class="fa fa-graduation-cap"></span>
</div>
<div class="info">
<p>Our</p>
<h4><a href="#url">Mission</a></h4>
</div>
</div>
<p class="mt-4">Everyone need quality learning
nomatter where they from.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-md-0 mt-4">
<div class="box-wrap">
<div class="box-wrap-grid">
<div class="icon">
<span class="fa fa-book"></span>
</div>
<div class="info">
<p>Our</p>
<h4><a href="#url">Vision</a></h4>
</div>
</div>
<p class="mt-4">Provide quality with mind to
life long skills.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-lg-0 mt-4">
<div class="box-wrap">
<div class="box-wrap-grid">
<div class="icon">
<span class="fa fa-trophy"></span>
</div>
<div class="info">
<p>Our</p>
<h4><a href="#url">Goal</a></h4>
</div>
</div>
<p class="mt-4">Is to reach anyone and wherever they
are around the world.</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-aboutblock1 py-5" id="about">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row">
<div class="col-lg-6 align-self">
<span class="title-small mb-2">About Us</span>
<h3 class="title-medium mx-0">Welcome to the DevCircle Africa - all online courses</h3>
<p class="mt-lg-4 mt-3">All courses we offer at DevCircle Africa and its core value we have
for them. You can check them and if at all they are things to be changed will be updated.
</p>
<p class="mt-3 mb-lg-5">Content share here are only to present what the actually learning
Management system have and what program you will be expecting.
</p>
</div>
<div class="col-lg-6 left-wthree-img mt-lg-0 mt-sm-5 mt-4">
<img src="assets/images/about.jpg" alt="" class="img-fluid radius-image">
</div>
</div>
</div>
</section>
<section class="w3l-servicesblock w3l-servicesblock1 py-5" id="progress">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row">
<div class="col-lg-6 align-self pr-lg-4">
<div class="progress-info info1">
<h6 class="progress-tittle">Figma Designing <span class="">80%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 80%"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info2">
<h6 class="progress-tittle">Python programming <span class="">95%</span>
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 95%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info3">
<h6 class="progress-tittle">LanChain Fundamentals <span class="">90%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 90%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info4">
<h6 class="progress-tittle">Cyber Security <span class="">75%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info2 mb-0">
<h6 class="progress-tittle">Ads Basics <span class="">95%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 95%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-5 pl-lg-4">
<span class="title-small mb-2">Most in demand</span>
<h3 class="title-big"> What we have in our Popular Online Courses</h3>
<p class="mt-md-4 mt-3">
We have all the top trending courses you need to ace the tech industry world
from Software Development, Deep Learning and Software Tetsing. The are some
of the our top trend courses.
</p>
<a href="https://lms.devcircleafrica.com/allcourses" class="btn btn-primary btn-style mt-md-5 mt-4">Get started now</a>
</div>
</div>
</div>
</section>
<section class="w3l-block py-5" id="">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6 about-right-faq align-self">
<span class="title-small mb-2">Start online course</span>
<h3 class="title-big mx-0"> Enhance your skills with best online courses</h3>
<p class="mt-lg-4 mt-3 mb-lg-5 mb-4"> Have you ever watched a Youtube video yet
you don't get a single knowledge, well its because of how they are done and
now we here to give you the best content on the internet.
</p>
<div class="two-grids mt-md-0 mt-md-5 mt-4">
<div class="grids_info">
<h4>Global Certificate</h4>
<p class="">After the completion
you will get the a paper for
verification as to show that
you completed.
</p>
</div>
<div class="grids_info">
<h4>Books and library</h4>
<p class="">Yes our platform have all best books
and contents you can do the reasearch from.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-6 left-wthree-img mt-lg-0 mt-sm-5 mt-4">
<img src="assets/images/about1.jpg" alt="" class="img-fluid radius-image">
</div>
<div class="col-lg-3 col-6 left-wthree-img mt-lg-0 mt-sm-5 mt-4">
<img src="assets/images/about2.jpg" alt="" class="img-fluid radius-image">
</div>
</div>
</div>
</section>
<!-- stats -->
<section class="w3l-stats py-5" id="stats">
<div class="gallery-inner container py-lg-5 py-md-4">
<span class="title-small text-center mb-1">Our Achievements</span>
<h3 class="title-big text-center mb-5">Our progress never Ends</h3>
<div class="row stats-con">
<div class="col-md-3 col-6 stats_info counter_grid">
<p class="counter">500 </p>
<span class="plus">+</span><br>
<h3>Students Enrolled</h3>
</div>
<div class="col-md-3 col-6 stats_info counter_grid1">
<p class="counter">5</p>
<span class="plus">+</span><br>
<h3>Courses Uploaded</h3>
</div>
<div class="col-md-3 col-6 stats_info counter_grid mt-md-0 mt-4">
<p class="counter">13</p>
<span class="plus">k</span><br>
<h3>Certified students</h3>
</div>
<div class="col-md-3 col-6 stats_info counter_grid2 mt-md-0 mt-4">
<p class="counter">23 </p>
<span class="plus">+</span><br>
<h3>Global Teachers </h3>
</div>
</div>
</div>
</section>
<!-- //stats -->
<!-- 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"> Dev Help</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>