-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (566 loc) · 28 KB
/
Copy pathindex.html
File metadata and controls
696 lines (566 loc) · 28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Spence Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/slf.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body style="background-color: white;">
<!-- ======= Header ======= -->
<header id="header">
<div class="container text-center">
<!-- Logo -->
<a href="index.html" class="mr-auto">
<img src="assets/img/SL3.png" alt="Logo" class="img-fluid mb-3" style="width: 300px; height: auto;">
</a>
<h1><a href="index.html" style="color: black;"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a> -->
<h2>. <span style="color: black;">web developer</span> from Kenya</h2>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link active" href="#header" style="color: darkgrey;">Home</a></li>
<li><a class="nav-link" href="#about" style="color: darkgrey;">About</a></li>
<li><a class="nav-link" href="#services" style="color: darkgrey;">Services</a></li>
<li><a class="nav-link" href="#portfolio" style="color: darkgrey;">Portfolio</a></li>
<li><a class="nav-link" href="#resume" style="color: darkgrey;">Support</a></li>
<li><a class="nav-link" href="#contact" style="color: darkgrey;">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle" style="color: darkgrey;"></i>
</nav><!-- .navbar -->
<div class="social-links">
<a href="https://facebook.com/spencelabs" class="facebook"><i class="bi bi-facebook" style="color: #3b5998;"></i></a>
<a href="https://www.linkedin.com/in/spence-labs-50780a31a" class="linkedin"><i class="bi bi-linkedin" style="color: #0077b5;"></i></a>
<a href="https://github.com/spencelabs" class="github" target="_blank"><i class="bi bi-github" style="color: #333;"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About Us</h2>
<p>Discover more about Spence Labs</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Innovative Web Development & Design Solutions </h3>
<p class="fst-italic">
Welcome to Spence Labs! We are a dynamic team specializing in web development and digital design. Our mission is to leverage cutting-edge technology and creative solutions to help businesses thrive in the digital landscape.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Founded:</strong> <span>2024</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>www.spencelabs.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+254 741721636</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Location:</strong> <span>Nairobi, Kenya</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>spencelabs@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Expertise:</strong> <span>Web Development, UI/UX Design, Graphic Design</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Team:</strong> <span>Experienced Professionals</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Availability:</strong> <span>Open for Projects</span></li>
</ul>
</div>
</div>
<h3>Our Journey</h3>
<p class="fst-italic">
At Spence Labs, our journey began with a commitment to excellence in web development and design. Since our inception, we have focused on creating solutions that not only meet but exceed our clients' expectations. Our team's expertise spans various domains :
</p>
<ul>
<li><strong>Web Development:</strong> Building high-performance websites and applications using the latest technologies and frameworks.</li>
<li><strong>Graphic Design:</strong> Crafting visually appealing designs that capture your brand’s essence and resonate with your audience.</li>
<li><strong>UI/UX Design:</strong> Designing intuitive and engaging user experiences that enhance usability and satisfaction.</li>
</ul>
<h3>What We Offer</h3>
<ul>
<li><strong>Custom Web Solutions:</strong> Tailored websites and applications designed to meet your business goals and enhance your online presence.</li>
<li><strong>Creative Graphic Design:</strong> Unique and impactful designs that effectively communicate your brand message and captivate your audience.</li>
<li><strong>User-Centric UI/UX:</strong> Solutions that offer an outstanding user experience, combining aesthetics with functionality.</li>
</ul>
<h3>Why Work With Us</h3>
<ul>
<li><strong>Holistic Approach:</strong> Our expertise spans technical and business aspects, ensuring comprehensive solutions for your needs.</li>
<li><strong>Versatility:</strong> We offer a broad range of services, from development to design, adapting to your project requirements.</li>
<li><strong>Commitment to Excellence:</strong> We continuously learn and adapt to the latest industry trends to deliver high-quality results.</li>
</ul>
<h3>Let's Connect</h3>
<p>If you’re looking for a dedicated team to bring your digital vision to life, let’s connect! We are here to discuss your project, explore ideas, and provide expert solutions.</p>
</p>
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Counts ======= -->
<div class="counts container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="60" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="55" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-award"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p>Awards</p>
</div>
</div>
</div>
</div><!-- End Counts -->
<!-- ======= Skills ======= -->
<div class="skills container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">HTML <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">PHP <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Graphic design <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">UI/ UX Design <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div><!-- End Skills -->
<!-- ======= Testimonials ======= -->
<div class="testimonials container">
<div class="section-title">
<h2>Testimonials</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"Spencelabs developed an amazing website for our movie streaming service. The site is intuitive, fast, and visually appealing. Her expertise and dedication were evident throughout the project. Highly recommend his services!"
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Raymey France</h3>
<h4>Owner of Genfusion </h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"Spencelabs designed an excellent table ordering system for our restaurant. It's user-friendly and has improved our service speed. Her dedication to quality is impressive. Highly recommend!"
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilson</h3>
<h4>Restaurant owner</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Spencelabs created a beautiful and functional website for my cosmetic shop. It has boosted our online presence and attracted many new customers. Her creativity and professionalism are top-notch!"
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Fridah Awuor</h3>
<h4>Freeqan Glance owner</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Spencelabs delivered a high-quality, user-friendly app for our startup on a tight budget and timeline. Her understanding of our needs and execution was outstanding. Very satisfied!"
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Founder</h4>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
<div class="owl-carousel testimonials-carousel">
</div>
</div><!-- End Testimonials -->
</section><!-- End About Section -->
<!-- ======= Support Section ======= -->
<section id="resume" class="resume">
<div class="container">
<!-- ======= Support Title ======= -->
<div class="section-title">
<h2>Support</h2>
<p>How We Can Assist You</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="support-title">Our Services</h3>
<div class="support-item">
<h4>Technical Support</h4>
<p><em>We offer comprehensive technical support to help you troubleshoot and resolve issues with your web solutions. Our team is available to assist with any technical challenges you may encounter.</em></p>
<ul>
<li>24/7 Support Availability</li>
<li>Remote Troubleshooting</li>
<li>Software Updates & Maintenance</li>
</ul>
</div>
<h3 class="support-title">Customer Assistance</h3>
<div class="support-item">
<h4>Customer Support</h4>
<p><em>Our dedicated customer support team is here to address your inquiries and provide assistance with our services. We strive to ensure your experience with Spence Labs is seamless and satisfactory.</em></p>
<ul>
<li>Responsive Customer Service</li>
<li>Assistance with Service Setup</li>
<li>Account Management</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<h3 class="support-title">Contact Us</h3>
<div class="support-item">
<h4>Get in Touch</h4>
<p><em>For any support-related queries, please contact us through the following channels:</em></p>
<ul>
<li><strong>Phone:</strong> +254 741721636</li>
<li><strong>Email:</strong> spencelabs@gmail.com</li>
<li><strong>Address:</strong> Nairobi, Kenya</li>
</ul>
</div>
<h3 class="support-title">Support Hours</h3>
<div class="support-item">
<h4>Our Availability</h4>
<p><em>Our support team is available to assist you during the following hours:</em></p>
<ul>
<li>Monday - Friday: 9 AM - 10 PM</li>
<li>Saturday: 10 AM - 10 PM</li>
<li>Sunday: Closed</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Support Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<p>My Services</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4><a href="">Graphic Design Services</a></h4>
<p> Beyond logos and business cards, offering services such as brochure design, flyer design, poster design, and branding packages.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="">Responsive Web Design</a></h4>
<p> Designing websites that seamlessly adapt and function across various devices and screen sizes.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="">UI/UX Optimization</a></h4>
<p> Enhancing user interfaces and experiences through intuitive design and usability testing.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">Website Maintenance</a></h4>
<p> Providing ongoing support, updates, and troubleshooting services to ensure website functionality and security.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4><a href="">App Development:</a></h4>
<p> Designing and developing mobile applications for Android platforms to extend your digital presence and user engagement.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-arch"></i></div>
<h4><a href="">E-commerce Solutions</a></h4>
<p>Building online stores with secure payment gateways, product management, and shopping cart functionality.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
<p>My Works</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Logo</li>
<li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/nexuslogo3.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Logo 1</h4>
<p>Logo</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/nexuslogo3.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/S2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/S2.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/qenora2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Logo 2</h4>
<p>Logo</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/qenora2.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 2"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Benfriss logo.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 2</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/Benfriss logo.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 2"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/S9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/S9.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 2"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/log.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Logo 3</h4>
<p>Logo</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/log.jpeg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 3"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/qenora2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Business Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/qenora2.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 1"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/biz card.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/biz card.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/S12.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/S12.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
</div><!-- End Portfolio Container -->
<!-- ======= Other Projects Section ======= -->
<div class="other-projects">
<h3>Our Other Projects</h3>
<p>Explore some of the exciting projects we are currently working on:</p>
<ul>
<li><a href="https://genfusion.netlify.app" target="_blank">Genfusion - A movie series streaming site</a></li>
<li><a href="https://qenora.netlify.app" target="_blank">Qenora - An online school for life and the streets</a></li>
<li><a href="https://spence-portfolio-1.netlify.app" target="_blank">Spence Portfolio - My personal portfolio</a></li>
<li><a href="https://example.com/Kitchen" target="_blank">Kitchen - Order automation solution</a></li>
<li><a href="https://example.com/freeqan" target="_blank">Freeqan Glance - Cosmetic website</a></li>
</ul>
</div><!-- End Other Projects Section -->
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>Utawala, Nairobi, Kenya</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://facebook.com/spencelabs" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://linkedin.com/spencelabs" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="https://github.com/spencelabs" class="github" target="_blank"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>spencelabs@gmail.com</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-phone-call"></i>
<h3>Call Me</h3>
<p>0741721636</p>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<div class="credits">
Designed by <a href="#">Spence Labs</a>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>