-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
585 lines (547 loc) · 23.3 KB
/
services.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
<!--
Author: mark sikaundi
Author URL: http://marksikaundi.netlify.app
-->
<!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">
<title>Phoenix Itech club for computer science</title>
<link href="//fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!-- top header -->
<section class="w3l-top-header">
<div class="container">
<div class="top-header-2">
<div class="d-grid main-top">
<div class="top-headers">
<ul class="left-info">
<li>
<span class="fa fa-phone"></span><a href="tel:+260776578583">+26 077 657 8583</a>
</li>
<li class="">
<a href="#help" class="d-md-block d-none">Help Center</a>
</li>
<li class="">
<a href="mailto:sikaundimark@gmail.com" class="d-md-block d-none">sikaundimark@gmail.com</a>
</li>
</ul>
</div>
<div class="top-headers">
<ul>
<li>
<a href="#facebook"><span class="fa fa-whatsapp"></span></a>
</li>
<li>
<a href="#twitter"><span class="fa fa-twitter"></span></a>
</li>
<li>
<a href="#"><span class="fa fa-telegram"></span></a>
</li>
<li class="mr-0">
<a href="#linkedin"><span class="fa fa-linkedin"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- //top header -->
<header id="site-header" class="fixed-top">
<section class="w3l-header-4">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<h1><a class="navbar-brand" href="index.html">
<span class="fa fa-code"></span> Phoenix Itech Club
</a></h1>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa icon-expand fa-bars"></span>
<span class="fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item @@home__active">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="services.html">Our Services</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<ul class="navbar-nav search-right mt-lg-0 mt-2">
<li class="nav-item mr-2" title="Search"><a href="#search" class="btn search-search">
<span class="fa fa-search" aria-hidden="true"></span></a></li>
<li class="nav-item"><a href="contact.html"
class="btn btn-primary d-none d-lg-block btn-style mr-3">Purchase</a></li>
</ul>
<!-- //toggle switch for light and dark theme -->
<!-- search popup -->
<div id="search" class="pop-overlay">
<div class="popup">
<form action="error.html" method="GET" class="d-flex">
<input type="search" placeholder="Search.." name="search" required="required" autofocus>
<button type="submit"><span class="fa fa-search"></span></button>
<a class="close" href="#close">×</a>
</form>
</div>
</div>
<!-- /search popup -->
</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">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
</nav>
</div>
</section>
</header>
<section class="w3l-breadcrumb">
<div class="container">
<ul class="breadcrumbs-custom-path">
<li><a href="index.html">Home</a></li>
<li class="active">/ Services</li>
</ul>
</div>
</section>
<!-- services section -->
<div class="w3l-servicesblock1" id="why">
<section id="grids5-block" class="py-5">
<div class="container py-lg-5 py-md-4">
<div class="row align-items-center">
<div class="col-lg-4">
<h3 class="title-big mw-100">Explore solutions</h3>
</div>
<div class="col-lg-5 mt-lg-0 mt-md-4 mt-3">
<p>Lorem ipsum viverra feugiat. Pellen tesque libero ut justo, sed
ultrices in ligula. Lorem ipsum dolor sit amet
elit. Non quae </p>
</div>
<div class="col-lg-3 text-lg-right mt-lg-0 mt-3">
<a href="#allservices" class="btn btn-primary btn-style">View all services</a>
</div>
</div>
<div class="row mt-md-5 mt-4 text-center">
<div class="col-lg-4 col-md-6">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/blog3.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<h4><a href="#service">Product Development</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-5">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/s3.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<h4><a href="#service">Expand profit</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-lg-0 mt-5">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/s4.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<h4><a href="#service">Business Software</a></h4>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- //services section -->
<!-- services page services section -->
<section class="w3l-services" id="core">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3 py-2">
<div class="row">
<div class="col-lg-6 mb-lg-0 mb-md-5 mb-5 align-self">
<h6 class="title-small">Core Values</h6>
<h3 class="title-big mx-0">Best Featured Services Phoenix Itech Club offers </h3>
<p class="mt-md-4 mt-3">From IT solutions and startup to Creative services and on securities
distribution, we dedicated learning services then the teams serve all major sectors. of the ICT
industry. </p>
<p class="mt-3">Our work draws on more beyond computer science Field.
here we provides and give access to all materials for students and beyond</p>
<a href="#features" class="btn btn-primary btn-style mt-md-5 mt-4 mr-2">Join us and gsin high skills</a>
<a href="#Learnmore" class="btn btn-outline-primary btn-style mt-md-5 mt-4">Learn More</a>
</div>
<div class="col-lg-6 align-self-center">
<div class="row features4-grids">
<div class="col-md-6">
<div class="features4-grid">
<div class="feature-images">
<span class="fa fa-desktop" aria-hidden="true"></span>
</div>
<h5><a href="#about">Business service Consultation</a></h5>
</div>
</div>
<div class="col-md-6 mt-lg-0 mt-4">
<div class="features4-grid">
<div class="feature-images">
<span class="fa fa-sign-language" aria-hidden="true"></span>
</div>
<h5><a href="#about">Life & skill Career</a></h5>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="features4-grid">
<div class="feature-images">
<span class="fa fa-ravelry" aria-hidden="true"></span>
</div>
<h5><a href="#about">Largest Business Expert solutions</a></h5>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="features4-grid">
<div class="feature-images">
<span class="fa fa-bullhorn" aria-hidden="true"></span>
</div>
<h5><a href="#about">Digital Product Development</a></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //services page services section -->
<section class="w3l-bottom-grids-6 py-5" id="allservices">
<div class="container py-lg-5 py-md-4 py-2">
<h6 class="title-small text-center">Our Services </h6>
<h3 class="title-big mb-md-5 mb-4 text-center">Exclusive Services for all
Students and beyond.</h3>
<div class="grids-area-hny main-cont-wthree-fea row">
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-laptop"></span>
<h4><a href="#feature" class="title-head">Consulting Business</a></h4>
<p>here we have people Experienced in various fields areas.with point of times you will meet one to give you clear picture over a certain field.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-users"></span>
<h4><a href="#feature" class="title-head"> Experienced Team</a></h4>
<p>Phoenix Itech Club was established inorder for students to have a conviniece place to have research.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-tasks"></span>
<h4><a href="#feature" class="title-head">Skill Development</a></h4>
<p>phoenix Itech club has skilled people and you being with us you will learn alot and have access alot.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-cogs"></span>
<h4><a href="#feature" class="title-head">Expert Solutions</a></h4>
<p>we have offers at hand for you, weather assignment , projects or materials this is a right place.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-database"></span>
<h4><a href="#feature" class="title-head">Business Service</a></h4>
<p>we have people among the club with some bussiness at hand, could be you need a website and others.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-line-chart"></span>
<h4><a href="#feature" class="title-head">Visual Strategies</a></h4>
<p>visual ideas all our team have, they transform your ideas to something to realities you ideas to life.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-home"></span>
<h4><a href="#feature" class="title-head">Digital Startups</a></h4>
<p>anything suggested can be built, could be any setup etc.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 grids-feature mt-4">
<div class="area-box">
<span class="fa fa-cubes"></span>
<h4><a href="#feature" class="title-head">Industry insights</a></h4>
<p>our team and users have access to industrial insights to have access to large big data and platforms around the world.</p>
</div>
</div>
</div>
</div>
</section>
<!-- //bottom-grids-->
<section class="w3l-bottom py-5">
<div class="container">
<div class="subscribe">
<div class="row">
<div class="col-lg-9 header-section mx-auto">
<h3 class="title-big mx-0 mw-100"> Becoming our insights you will gain alot. </h3>
</div>
<div class="col-lg-3 mt-lg-0 mt-4 align-self text-lg-right">
<a href="#features" class="btn btn-light btn-style">Join us</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<section class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-lg-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">
<div class="footer-logo mb-4">
<a class="navbar-brand" href="index.html">
<span class="fa fa-code"></span> Phoenix Itech Club</a>
</div>
<p>We are Creative. World's best IT service club in Lusaka Zambia. Get the most of reduction in our team’s operating
creates amazing work & experiences. and get access to great opportunity.</p>
<div class="main-social-footer-29 mt-4">
<a href="#" class="facebook"><span class="fa fa-whatsapp"></span></a>
<a href="#twitter" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="#" class="instagram"><span class="fa fa-telegram"></span></a>
<a href="#linkedin" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-5 col-6 footer-list-29 footer-2 mt-sm-0 mt-5">
<ul>
<h6 class="footer-title-29">Navigation</h6>
<li><a href="about.html">About Us</a></li>
<li><a href="index.html#homeblog"> Blog posts</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#"> Downloads</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">Resources</h6>
<ul>
<li><a href="#traning">Past Papers</a></li>
<li><a href="#marketplace">Digital Services</a></li>
<li><a href="#experts">Material Resources</a></li>
<li><a href="#platform">Product Selling</a></li>
<li><a href="#marketplace">Digital Services</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-sm-7 footer-list-29 footer-4 mt-lg-0 mt-5">
<h6 class="footer-title-29">Contact Info </h6>
<p>Address : 2nd Floor, Zimco House, #Cairo Road Lusaka, Zambia.</p>
<p class="mt-2">Phone : <a href="tel:+1(21) 234 4567">+1(21) 234 4567</a></p>
<p class="mt-2">Email : <a href="mailto:info@example.com">info@example.com</a></p>
<p class="mt-2">Support : <a href="mailto:sikaundimark@gmail.com">sikaundimark@gmail.com</a></p>
</div>
</div>
</div>
</div>
<!-- copyright -->
<section class="w3l-copyright text-center">
<div class="container">
<p class="copy-footer-29">© 2021 Phoenix Itech Club. All rights reserved. Design by <a href="https://marksikaundi.netlify.app"
target="_blank">
Mark Sikaundi</a></p>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
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";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!-- //copyright -->
</section>
<!-- //footer -->
<!-- javascripts file here -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script> <!-- //light and dark mode switch js -->
<script src="assets/js/jquery-1.9.1.min.js"></script>
<!-- faq -->
<script>
const items = document.querySelectorAll(".accordion button");
function toggleAccordion() {
const itemToggle = this.getAttribute('aria-expanded');
for (i = 0; i < items.length; i++) {
items[i].setAttribute('aria-expanded', 'false');
}
if (itemToggle == 'false') {
this.setAttribute('aria-expanded', 'true');
}
}
items.forEach(item => item.addEventListener('click', toggleAccordion));
</script>
<!-- //faq -->
<script src="assets/js/easyResponsiveTabs.js"></script>
<!--Plug-in Initialisation-->
<script type="text/javascript">
$(document).ready(function () {
//Horizontal Tab
$('#parentHorizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true, // 100% fit in a container
tabidentify: 'hor_1', // The tab groups identifier
activate: function (event) { // Callback function if tab is switched
var $tab = $(this);
var $info = $('#nested-tabInfo');
var $name = $('span', $info);
$name.text($tab.text());
$info.show();
}
});
});
</script>
<!-- owl carousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for banner slider-->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1
},
480: {
items: 1
},
667: {
items: 1
},
1000: {
items: 1
}
}
})
})
</script>
<!-- //script -->
<!-- owl carousel -->
<!-- script for customers -->
<script>
$(document).ready(function () {
$('.owl-three').owlCarousel({
loop: true,
margin: 0,
nav: false,
dots: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 3,
nav: true
},
480: {
items: 3,
nav: true
},
667: {
items: 3,
nav: true
},
800: {
items: 4,
nav: true
},
1000: {
items: 5,
nav: true
}
}
})
})
</script>
<!-- //customers owlcarousel -->
<!-- disable body scroll which navbar is in active -->
<!-- <script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script> -->
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".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><!-- //bootstrap js -->
</body>
</html>