-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
670 lines (504 loc) · 39.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>GREEN CODE TITANS</title>
<!-- CSS FILES -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/templatemo-topic-listing.css" rel="stylesheet">
</head>
<body id="top">
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/LogoSample_ByTailorBrands (1).jpg" alt="Topic" class="bi-back" width="70" height="70">
</a>
<div class="d-lg-none ms-auto me-4">
<a href="#top" class="navbar-icon bi-person smoothscroll"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-lg-5 me-lg-auto">
<li class="nav-item">
<a class="nav-link click-scroll active" href="#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="#section_2">Browse Topics</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="#section_3">How it works</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="#section_4">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="#section_5">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="resources.html">Resources</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarLightDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="contact.html">Contact Form</a></li>
<li><a class="dropdown-item" href="communityforums.html">Community</a></li>
<li><a class="dropdown-item" href="events.html">Events</a></li>
<li><a class="dropdown-item" href="feedback.html">Feedback</a></li>
<li><a class="dropdown-item" href="https://greenjob.vercel.app/">Jobs</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-block">
<a href="#top" class="navbar-icon bi-person smoothscroll"></a>
</div>
</div>
</div>
</nav>
<section class="hero-section d-flex justify-content-center align-items-center" id="section_1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 mx-auto">
<h1 class="text-white text-center">Accessibility, Empowerment, Community Engagement</h1>
<form method="get" class="custom-form mt-4 pt-2 mb-lg-0 mb-5" role="search" action="#section_2">
<div class="input-group input-group-lg">
<span class="input-group-text bi-search" id="basic-addon1">
</span>
<input name="keyword" type="search" class="form-control" id="keyword" placeholder="Design, Code, Marketing, Finance ..." aria-label="Search">
<button type="submit" class="form-control">Search</button>
</div>
</form>
</div>
</div>
</div>
</section>
<section class="featured-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-12 mb-4 mb-lg-0">
<div class="custom-block bg-white shadow-lg">
<a href="about-us.html">
<div class="d-flex">
<div>
<h5 class="mb-2">Our Mission</h5>
<p class="mb-0">We strive to make the world more accessible for persons with disabilities (PWD) through technology, partnerships, and community engagement.</p>
</div>
<span class="badge bg-mission rounded-pill ms-auto">10</span>
</div>
</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Our Team</h5>
<p class="text-white">Meet the dedicated individuals behind our website and hackathon initiative, committed to driving change in accessibility.</p>
<a href="team.html" class="btn custom-btn mt-2 mt-lg-3">Meet the Team</a>
</div>
<span class="badge bg-team rounded-pill ms-auto">15</span>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="explore-section section-padding" id="section_2">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="mb-4">Success Stories of People with Disabilities</h2>
<p>Explore inspiring stories of individuals who have thrived in various sectors despite their challenges.</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="design-tab" data-bs-toggle="tab" data-bs-target="#design-tab-pane" type="button" role="tab" aria-controls="design-tab-pane" aria-selected="true">Design</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="marketing-tab" data-bs-toggle="tab" data-bs-target="#marketing-tab-pane" type="button" role="tab" aria-controls="marketing-tab-pane" aria-selected="false">Marketing</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="music-tab" data-bs-toggle="tab" data-bs-target="#music-tab-pane" type="button" role="tab" aria-controls="music-tab-pane" aria-selected="false">Music</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="education-tab" data-bs-toggle="tab" data-bs-target="#education-tab-pane" type="button" role="tab" aria-controls="education-tab-pane" aria-selected="false">Education</button>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="tab-content" id="myTabContent">
<!-- Design Sector -->
<div class="tab-pane fade show active" id="design-tab-pane" role="tabpanel" aria-labelledby="design-tab" tabindex="0">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block bg-white shadow-lg">
<a href="https://edition.cnn.com/2015/02/13/africa/farida-bedwei-ghanaian-software-genius/index.html" target="_blank">
<div class="d-flex">
<div>
<h5 class="mb-2">Inclusive software design</h5>
<p class="mb-0">Farida Nana Efua Bedwei is a Ghanaian software engineer and co-founder of Logiciel, a fin-tech company in Ghana. Farida Bedwei has built mobile and enterprise applications, and is also known for her knowledge of software architecture, and deploying mobile services, particularly for banking applications</p>
</div>
<span class="badge bg-design rounded-pill ms-auto">14</span>
</div>
</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<img src="images/businesswoman-using-tablet-analysis.jpg" class="custom-block-image img-fluid" alt="">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Graphic Design Innovation</h5>
<p class="text-white">Jessica Oddi is a disabled graphic designer in Canada with versatility to spare. She specializes in crafting pieces tailored to exceed the desires of her clients. Freelancing since 2012, she undertakes projects on every scale — her work has even been featured in the New York Stock Exchange! She delivers quality designs with prompt turnarounds for clients in every industry, with a limitless and adaptable style.</p>
<a href="https://www.jessicaoddi.com/" target="_blank" class="btn custom-btn mt-2 mt-lg-3">Learn More</a>
</div>
<span class="badge bg-finance rounded-pill ms-auto">25</span>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Marketing Sector -->
<div class="tab-pane fade" id="marketing-tab-pane" role="tabpanel" aria-labelledby="marketing-tab" tabindex="0">
<div class="row">
<div class="col-lg-6 col-12">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<img src="images/businesswoman-using-tablet-analysis.jpg" class="custom-block-image img-fluid" alt="">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Business strategist</h5>
<p class="text-white">Martyn Sibley is a business strategist helping organisations design accessible and inclusive goods, services and workplaces for the 1.3 billion person disability market.
</p>
<a href="https://www.linkedin.com/in/martyn-sibley-1227b411/" target="_blank" class="btn custom-btn mt-2 mt-lg-3">Learn More</a>
</div>
<span class="badge bg-finance rounded-pill ms-auto">25</span>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-3">
<div class="custom-block bg-white shadow-lg">
<a href="https://www.linkedin.com/in/kelsey-lindell-265a26184/" target="_blank">
<div class="d-flex">
<div>
<h5 class="mb-2">Adaptive Marketing Strategies</h5>
<p class="mb-0">Kelsey Lindell is a disability inclusion advisor to marketing executives and creative teams who shape buying behavior through advertising. As the founder and CEO of Misfit Media, Kelsey has advised teams on their creative process to develop coherent narratives and integrative inclusion strategies which drive intended results with the disabled community, a sector that boasts $13 trillion in spending power.</p>
</div>
<span class="badge bg-marketing rounded-pill ms-auto">30</span>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Music Sector -->
<div class="tab-pane fade" id="music-tab-pane" role="tabpanel" aria-labelledby="music-tab" tabindex="0">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-3">
<div class="custom-block bg-white shadow-lg">
<a href="https://en.wikipedia.org/wiki/Stevie_Wonder" target="_blank">
<div class="d-flex">
<div>
<h5 class="mb-2">Music Production</h5>
<p class="mb-0">Stevland Hardaway Morris, known professionally as Stevie Wonder, is an American singer-songwriter, musician, and record producer.</p>
</div>
<span class="badge bg-music rounded-pill ms-auto">45</span>
</div>
</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<img src="images/businesswoman-using-tablet-analysis.jpg" class="custom-block-image img-fluid" alt="">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Musicians</h5>
<p class="text-white">Andrea Bocelli OMRI OMDSM is an Italian tenor. After performing evenings in piano bars and competing in local singing contests, Bocelli signed his first recording contract with Sugar Music.
</p>
<a href="https://en.wikipedia.org/wiki/Andrea_Bocelli" target="_blank" class="btn custom-btn mt-2 mt-lg-3">Learn More</a>
</div>
<span class="badge bg-finance rounded-pill ms-auto">25</span>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Education Sector -->
<div class="tab-pane fade" id="education-tab-pane" role="tabpanel" aria-labelledby="education-tab" tabindex="0">
<div class="row">
<div class="col-lg-6 col-12">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<img src="images/businesswoman-using-tablet-analysis.jpg" class="custom-block-image img-fluid" alt="">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Educator</h5>
<p class="text-white">John Forbes Nash, Jr., known and published as John Nash, was an American mathematician who made fundamental contributions to game theory, real algebraic geometry, differential geometry, and partial differential equations.
</p>
<a href="https://en.wikipedia.org/wiki/John_Forbes_Nash_Jr." target="_blank" class="btn custom-btn mt-2 mt-lg-3">Learn More</a>
</div>
<span class="badge bg-finance rounded-pill ms-auto">25</span>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-3">
<div class="custom-block bg-white shadow-lg">
<a href="https://en.wikipedia.org/wiki/Stephen_Hawking" target="_blank">
<div class="d-flex">
<div>
<h5 class="mb-2">Education Advocacy</h5>
<p class="mb-0">Stephen William Hawking was an English theoretical physicist, cosmologist, and author who was director of research at the Centre for Theoretical Cosmology at the University of Cambridge.</p>
</div>
<span class="badge bg-education rounded-pill ms-auto">20</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section section-padding" id="section_3">
<div class="section-overlay"></div>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="text-white mb-4">How does it work?</h2>
</div>
<div class="col-lg-10 col-12 mx-auto">
<div class="timeline-container">
<ul class="vertical-scrollable-timeline" id="vertical-scrollable-timeline">
<div class="list-progress">
<div class="inner"></div>
</div>
<li>
<h4 class="text-white mb-3">Explore Success Stories & Resources</h4>
<p class="text-white">Browse inspiring stories of people with disabilities (PWD) excelling in fields like design, marketing, finance, music, and education. Learn how they’ve overcome challenges and turned their disabilities into strengths. You can also access categorized resources tailored to different types of disabilities.</p>
<div class="icon-holder">
<i class="bi-search"></i>
</div>
</li>
<li>
<h4 class="text-white mb-3">Bookmark & Save Useful Information</h4>
<p class="text-white">Save stories, resources, or job postings that are relevant to you. Create a personal collection of success stories, learning materials, and job opportunities for easy access anytime. This feature allows you to keep important resources close at hand for ongoing reference.</p>
<div class="icon-holder">
<i class="bi-bookmark"></i>
</div>
</li>
<li>
<h4 class="text-white mb-3">Join the Community & Share Experiences</h4>
<p class="text-white">Engage with the platform's community. Share your journey, connect with others, and participate in forums where PWD and caregivers offer tips and advice. Be part of a support network and share your own success stories to inspire others.</p>
<div class="icon-holder">
<i class="bi-people"></i>
</div>
</li>
<li>
<h4 class="text-white mb-3">Provide Feedback & Help Improve the Platform</h4>
<p class="text-white">We are committed to continuous improvement. Share your feedback or suggestions through our user feedback loop. Help shape a platform that meets your evolving needs by reporting issues or recommending features you'd like to see.</p>
<div class="icon-holder">
<i class="bi-chat"></i>
</div>
</li>
</ul>
</div>
</div>
<div class="col-12 text-center mt-5">
<p class="text-white">
Want to learn more?
<a href="#" class="btn custom-btn custom-border-btn ms-3">Check out YouTube</a>
</p>
</div>
</div>
</div>
</section>
<section class="faq-section section-padding" id="section_4">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="mb-4">Frequently Asked Questions</h2>
</div>
<div class="clearfix"></div>
<div class="col-lg-5 col-12">
<img src="images/faq_graphic.jpg" class="img-fluid" alt="FAQs">
</div>
<div class="col-lg-6 col-12 m-auto">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
How have disabled individuals impacted the marketing industry?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
Disabled individuals like <strong>Kelsey Lindell</strong> and <strong>Reid Olson</strong> have revolutionized marketing by bringing inclusivity to the forefront. Their adaptive marketing strategies help brands engage with the $13 trillion spending power of the disabled community, proving that inclusivity is both ethical and financially sound.
<a href="https://www.linkedin.com/in/kelsey-lindell-265a26184/" target="_blank">Learn more about Kelsey’s journey here.</a>
<a href="https://www.theadvertist.com/news/reid-olson-never-giving-up/" target="_blank">Read Reid Olson’s success story here.</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What sectors have seen success stories from disabled individuals?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
The sectors where disabled individuals have made significant impacts include <strong>Design, Marketing, Music, and Education</strong>. Each sector has unique success stories showcasing innovation and resilience, breaking barriers and proving the value of inclusivity.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
How can I learn from their success?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
You can explore detailed stories about their journeys by visiting the success stories section on our website. Additionally, links to their profiles and businesses are available for those interested in learning directly from their strategies. These stories serve as examples of how adaptive thinking and perseverance can redefine industries.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section section-padding section-bg" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center">
<h2 class="mb-5">Get in touch</h2>
</div>
<div class="col-lg-5 col-12 mb-4 mb-lg-0">
<iframe class="google-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3975.3447364809697!2d36.821946!3d-1.286389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f101b5d61b5f9%3A0x1c69a62a4888f60c!2sNairobi%2C%20Kenya!5e1!3m2!1sen!2sus!4v1697650228734!5m2!1sen!2sus" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-3 mb-lg- mb-md-0 ms-auto">
<h4 class="mb-3">Head office</h4>
<p>Nairobi &, KENYA</p>
<hr>
<p class="d-flex align-items-center mb-1">
<span class="me-2">Phone</span>
<a href="tel: +254733959357" class="site-footer-link">
+254733959357
</a>
</p>
<p class="d-flex align-items-center">
<span class="me-2">Email</span>
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 col-12 mx-auto">
<h4 class="mb-3">LAIKIPIA OFFICE</h4>
<p>Laikipia, KENYA</p>
<hr>
<p class="d-flex align-items-center mb-1">
<span class="me-2">Phone</span>
<a href="tel: +254 795 715469" class="site-footer-link">
+254 795 715469
</a>
</p>
<p class="d-flex align-items-center">
<span class="me-2">Email</span>
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4 pb-2">
<a class="navbar-brand" href="index.html">
<img src="images/LogoSample_ByTailorBrands (1).jpg" alt="Topic" class="bi-back" width="150" height="150">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<h6 class="site-footer-title mb-3">Resources</h6>
<ul class="site-footer-links">
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">Home</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">How it works</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">FAQs</a>
</li>
<li class="site-footer-link-item">
<a href="contact.html" class="site-footer-link">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-6 mb-4 mb-lg-0">
<h6 class="site-footer-title mb-3">Information</h6>
<p class="text-white d-flex mb-1">
<a href="tel: +254796769964" class="site-footer-link">
+254796769964
</a>
</p>
<p class="text-white d-flex">
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-3 col-md-4 col-12 mt-4 mt-lg-0 ms-auto">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
English</button>
</div>
<p class="copyright-text mt-lg-5 mt-4">Copyright © 2024 GREENCODETITANS. All rights reserved.
<br><br>Design: <a rel="nofollow" href="https://www.linkedin.com/in/emmanuel-ndua" target="_blank">EMMANUEL</a></p>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>