-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvision.html
693 lines (634 loc) · 28.5 KB
/
vision.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vision & Mission | Green Health Africa</title>
<!--== Favicon ==-->
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon" />
<!--== Google Fonts ==-->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,400i,500,600,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,600,700" rel="stylesheet" />
<!-- UPDATED FONT -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Baskervville:regular,italic%7CLexend:300,regular,500" media="all" />
<!--== Bootstrap CSS ==-->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<!--== Headroom CSS ==-->
<link href="assets/css/headroom.css" rel="stylesheet" />
<!--== Animate CSS ==-->
<link href="assets/css/animate.css" rel="stylesheet" />
<!--== Icofont Icon CSS ==-->
<link href="assets/css/icofont.css" rel="stylesheet" />
<!--== Swiper CSS ==-->
<link href="assets/css/swiper.min.css" rel="stylesheet" />
<!--== Fancybox Min CSS ==-->
<link href="assets/css/fancybox.min.css" rel="stylesheet" />
<!--== Slicknav Min CSS ==-->
<link href="assets/css/slicknav.css" rel="stylesheet" />
<!--== Aos Min CSS ==-->
<link href="assets/css/aos.min.css" rel="stylesheet" />
<!--== Spacing CSS ==-->
<link href="assets/css/spacing.css" rel="stylesheet" />
<!--== Main Style CSS ==-->
<link href="assets/css/style.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--wrapper start-->
<div class="wrapper">
<!--== Start Preloader Content ==-->
<!--== End Preloader Content ==-->
<!--== Start Header Wrapper ==-->
<!-- Linkedin header -->
<section class="header-area header-default linkedin">
<div class="container-fluid">
<div class="row">
<div class="col col-12">
<div class="linkedin-btn text-end">
<a target="_blank" href="https://www.linkedin.com/company/greenhealth-africa-consulting/">in</a>
</div>
</div>
</div>
</div>
</section>
<!-- Main nav -->
<header class="header-area header-default sticky-header">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col col-12">
<div class="header-align align-default">
<div class="align-left">
<div class="header-logo-area">
<a href="index.html">
<img class="logo-main" src="assets/img/greenafrica-logo-copy.png" alt="Logo" />
</a>
</div>
</div>
<div class="align-center">
<div class="header-navigation-area">
<ul class="main-menu nav position-relative">
<li class="has-submenu"><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li class="has-submenu">
<a href="vision.html">Vision & Mission</a>
</li>
<li class="has-submenu">
<a href="whatwedo.html">What We Do</a>
</li>
<li class="has-submenu">
<a href="services.html">Services</a>
<!-- <ul class="submenu-nav">
<li>
<a href="Organizational.html">Organizational Strengthening</a>
</li>
<li>
<a href="HealthProgram.html">Health Program Technical Support</a>
</li>
<li>
<a href="WomenandGirls.html">Women and Girls’ Empowerment and Social Inclusion
</a>
</li>
<li>
<a href="SocialandBehavior.html">Social and Behavior Change Communications and
Social Marketing
</a>
</li>
<li>
<a href="CommunityHealth.html">Community Health Systems Strengthening and
Self-Care
</a>
</li>
<li>
<a href="PrivateSector.html">Private Sector Engagement
</a>
</li>
</ul> -->
</li>
<li><a href="wherewework.html">Where We Work</a></li>
<li class="has-submenu">
<a href="team.html">Team</a>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!--== End Header Wrapper ==-->
<!--== Start Responsive Header ==-->
<!-- linkedin -->
<div class="responsive-header linkedin">
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="linkedin-btn text-end">
<a target="_blank" href="https://www.linkedin.com/company/greenhealth-africa-consulting/">in</a>
</div>
</div>
</div>
</div>
</div>
<div class="responsive-header">
<div class="container-fluid">
<div class="row">
<div class="col-6 pl--0">
<div class="responsive-header-item">
<div class="responsive-header-logo-area">
<a href="index.html">
<img class="logo-main" src="assets/img/greenafrica-logo-copy.png" alt="Logo" />
</a>
</div>
</div>
</div>
<div class="col-6 pr--0">
<div class="responsive-header-item justify-content-end">
<button class="btn-menu" type="button">
<i class="icofont-listine-dots"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<!--== End Responsive Header ==-->
<main class="main-content">
<!--== Start Page Header Area Wrapper ==-->
<!-- <div class="page-header-area bg-img" data-bg-img="assets/img/photos/vision.jpg">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="page-header-content">
<h2 class="title" data-aos="fade-down" data-aos-duration="1000">
Our Vision & Mission
</h2>
</div>
</div>
</div>
</div>
<div class="page-header-layer-style">
<div class="layer-style mousemove-layer" data-speed="3"></div>
<div class="layer-style2 mousemove-layer" data-speed=".8"></div>
<div class="layer-style3 mousemove-layer" data-speed="2.8"></div>
<div class="layer-style4 mousemove-layer" data-speed="1.5"></div>
<div class="layer-style5 mousemove-layer" data-speed="2"></div>
<div class="layer-style6 mousemove-layer" data-speed="3"></div>
</div>
</div> -->
<!--== End Page Header Area Wrapper ==-->
<!--== Start About Area Wrapper ==-->
<!--== Start Team Area Wrapper ==-->
<section class="testimonial-area vision-mission bg-theme-color4 z-index-1 position-relative"
style="background-color: white !important">
<div class="container mt--0">
<!-- Row no. 1 -->
<div class="testi-row-1">
<div class="row align-items-lg-center">
<div class="col-lg-3 col-md-4 col-sm-5 col-12">
<div>
<img class="testi-img1 animated-p1 fadeInDown" style="width: 300px;"
src="assets/img/about/vision.png" />
</div>
</div>
<div class="col-lg-3 col-md-8 col-sm-7 col-12">
<div class="testimonial-item testi-item-1">
<div class="testi-inner-content animated-p1 fadeInDown">
<div class="testi-author">
<div class="testi-info">
<span class="name">Our Vision</span>
</div>
</div>
<div class="">
<p class="aboutp1">
<strong>“We
envision empowered local African organizations that transform their communities
by developing sustainable, home-grown solutions.”</strong>
</p>
<p class="aboutp1">Our vision is to share our expertise and
empower local African organizations to transform
their communities by developing sustainable
home-grown solutions.
</p>
<span class="testi-quote"></span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-5 col-12">
<div>
<img class="testi-img2 animated-p2 fadeInDown" style="width: 300px;"
src="assets/img/photos/mission.jpg" />
</div>
</div>
<div class="col-lg-3 col-md-8 col-sm-7 col-12">
<div class="testimonial-item testi-item-2 animated-p2 fadeInDown">
<div class="testi-inner-content">
<div class="testi-author">
<div class="testi-info">
<br>
<span class="name">Our Mission</span>
<br>
</div>
</div>
<div class="">
<p class="aboutp1">
<strong>
“Support local organizations to develop technical
expertise and effective organizational structures
that enable them to achieve their health and
social goals.” </strong>
</p>
<span class="testi-quote"></span>
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Row no. 1 -->
<!-- <div class="testi-row-1">
<div class="row align-items-lg-center">
<div class="col-lg-6 col-md-6 col-sm-6">
<div>
<img class="testi-img1 animated-p1 fadeInDown" style="width: 300px; height: 382px;"
src="assets/img/about/vision.png" />
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="testimonial-item testi-item-1">
<div class="testi-inner-content animated-p1 fadeInDown">
<div class="testi-author">
<div class="testi-info">
<span class="name">Our Vision</span>
</div>
</div>
<div class="">
<p class="aboutp1">
<strong>“We
envision empowered local African organisations that transform their communities
by developing sustainable, home-grown solutions”</strong>
</p>
<p class="aboutp1">Our vision is to share our expertise and
empower local African organizations to transform
their communities by developing sustainable
home-grown solutions.
</p>
<span class="testi-quote"></span>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Row no. 2 -->
<!-- <div class="testi-row-2">
<div class="row align-items-lg-center">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="testimonial-item testi-item-2 animated-p2 fadeInDown">
<div class="testi-inner-content">
<div class="testi-author">
<div class="testi-info">
<span class="name">Our Mission</span>
</div>
</div>
<div class="">
<p class="aboutp1">
“Support local organizations to develop technical
expertise and effective organizational structures
that enable them to achieve their health and
social goals.”
</p>
<span class="testi-quote"></span>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div>
<img class="testi-img2 animated-p2 fadeInDown" style="width: 300px;"
src="assets/img/photos/mission.jpg" />
</div>
</div>
</div>
</div> -->
</div>
</section>
<!-- <section class="testimonial-area vision-mission bg-theme-color4 z-index-1 position-relative"
style="background-color: #F6F6F6 !important">
<div class="container pt-lg-90" data-padding-top="164">
<div class="row">
<div class="col-12">
<div class="" style="display: flex;position: relative;border-radius: 5px;">
<div class="" style="width: 700px !important;position: absolute;
top: 5em;">
== Start Testimonial Item ==
<div class="testimonial-item testi-item-1">
<div class="testi-inner-content">
<div class="testi-author">
<div class="testi-info">
<span class="name">Our Vision</span>
</div>
</div>
<div class="">
<p class="aboutp1">
<strong>“We
envision empowered local African organisations that transform their communities
by developing sustainable, home-grown solutions”</strong>
</p>
<p class="aboutp1">Our vision is to share our expertise and
empower local African organizations to transform
their communities by developing sustainable
home-grown solutions.
</p>
<span class="testi-quote"></span>
</div>
</div>
</div>
== End Testimonial Item ==
</div>
<div class="testi-img1" style="margin-left: 31em;">
<img src="assets/img/about/v1.png" />
</div>
</div>
== Swiper Scrollbar Wrapper ==
</div>
</div>
<br><br>
<div class="row">
<div class="col-12">
<div style="display: flex;position: relative;border-radius: 5px;">
<div class="testi-img2">
<img src="assets/img/about/v4.jpg" />
</div>
<div class="" style="width: 700px !important;position: absolute;
top: 13em;
left:30em">
== Start Testimonial Item ==
<div class="testimonial-item testi-item-2">
<div class="testi-inner-content">
<div class="testi-author">
<div class="testi-info">
<span class="name">Our Mission</span>
</div>
</div>
<div class="">
<p class="aboutp1">
“Support local organizations to develop technical
expertise and effective organizational structures
that enable them to achieve their health and
social goals.”
</p>
<span class="testi-quote"></span>
</div>
</div>
</div>
== End Testimonial Item ==
</div>
</div>
== Swiper Scrollbar Wrapper ==
</div>
</div>
</div>
</div>
</section> -->
<!--== End Team Area Wrapper ==-->
<section class="our-values position-relative z-index-1" style="background-color: white;">
<div class="container-fluid p--0">
<div class="row no-gutter values divider-style2-wrap">
<div class="col-lg-8 col-md-8">
<div class="divider-content-">
<div class="section-title section-title-light mb--0">
<section class="service-details-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="testi-author">
<div class="testi-info">
<h2 class="name">Our Values</h2>
<br>
</div>
</div>
<p class="aboutp2">
The following overarching principles guide our
approach to our clients, partners and our work:
</p>
<div class="accordion faq-accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="heading1">
<button class="accordion-button" type="button" data-bs-target="#collapse1"
aria-expanded="true" aria-controls="collapse1">
Technical Expertise
</button>
</h2>
<div id="collapse1" class="accordion-collapse collapse show" aria-labelledby="heading1"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
Our people are specialists in their
respective fields with proven track
records in delivering impact.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="heading2">
<button class="accordion-button" type="button" data-bs-target="#collapse2"
aria-expanded="true" aria-controls="collapse2">
Teamwork
</button>
</h2>
<div id="collapse2" class="accordion-collapse collapse show" aria-labelledby="heading2"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
We are committed to working with our
clients as a team to meet client
objectives.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="heading3">
<button class="accordion-button" type="button" data-bs-target="#collapse3"
aria-expanded="true" aria-controls="collapse3">
Integrity and Accountability
</button>
</h2>
<div id="collapse3" class="accordion-collapse collapse show" aria-labelledby="heading3"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
Our people and our organization adhere to
the highest standards of integrity and are
held accountable by our clients and the
communities we serve.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="heading4">
<button class="accordion-button" type="button" data-bs-target="#collapse4"
aria-expanded="true" aria-controls="collapse4">
Insight
</button>
</h2>
<div id="collapse4" class="accordion-collapse collapse show" aria-labelledby="heading4"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
We fuse international-level expertise with
a strong understanding of the local
context in Africa to build relevant
sustainable solutions with our clients.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="heading4">
<button class="accordion-button" type="button" data-bs-target="#collapse5"
aria-expanded="true" aria-controls="collapse5">
Sustainable Impact
</button>
</h2>
<div id="collapse5" class="accordion-collapse collapse show" aria-labelledby="heading4"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
Impact that is measurable and enduring is
our bottom line.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="heading4">
<button class="accordion-button" type="button" data-bs-target="#collapse6"
aria-expanded="true" aria-controls="collapse6">
Value for money
</button>
</h2>
<div id="collapse6" class="accordion-collapse collapse show" aria-labelledby="heading4"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>
Our driving modus operandi is to provide
our client with the highest value for
money; that is to deliver the greatest
impact in the most cost-effective manner.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<!-- <div class="divider-thumb" data-bg-img="assets/img/icons/1.png"> -->
<div class="value-container">
<img class="value_img" src="assets/img/icons/values.jpg" />
</div>
<!-- </div> -->
</div>
</div>
</div>
<!-- <div class="bg-layer-style z-index--1" data-bg-img="assets/img/shape/1.png"></div> -->
</section>
</main>
<!--== Start Footer Area Wrapper ==-->
<footer class="footer-area" style="background-color: #1b1b1b">
<div class="container pt-md--0"></div>
<!--== Start Footer Bottom ==-->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-xl-7">
<p class="copyright">© 2022 GreenHealth Africa</p>
</div>
</div>
</div>
</div>
<!--== End Footer Bottom ==-->
</footer>
<!--== End Footer Area Wrapper ==-->
<!--== Scroll Top Button ==-->
<div id="scroll-to-top" class="scroll-to-top">
<span class="icofont-long-arrow-up"></span>
</div>
<!--== Start Side Menu ==-->
<aside class="off-canvas-wrapper">
<div class="off-canvas-inner">
<div class="off-canvas-overlay"></div>
<!-- Start Off Canvas Content Wrapper -->
<div class="off-canvas-content">
<!-- Off Canvas Header -->
<div class="off-canvas-header">
<div class="close-action">
<button class="btn-menu-close">
menu <i class="icofont-rounded-left"></i>
</button>
</div>
</div>
<div class="off-canvas-item">
<!-- Start Mobile Menu Wrapper -->
<div class="res-mobile-menu menu-active-one">
<!-- Note Content Auto Generate By Jquery From Main Menu -->
</div>
<!-- End Mobile Menu Wrapper -->
</div>
</div>
<!-- End Off Canvas Content Wrapper -->
</div>
</aside>
<!--== End Side Menu ==-->
</div>
<!--=======================Javascript============================-->
<!--=== jQuery Modernizr Min Js ===-->
<script src="assets/js/modernizr.js"></script>
<!--=== jQuery Min Js ===-->
<script src="assets/js/jquery-main.js"></script>
<!--=== jQuery Migration Min Js ===-->
<script src="assets/js/jquery-migrate.js"></script>
<!--=== jQuery Popper Min Js ===-->
<script src="assets/js/popper.min.js"></script>
<!--=== jQuery Bootstrap Min Js ===-->
<script src="assets/js/bootstrap.min.js"></script>
<!--=== jQuery Appear Js ===-->
<script src="assets/js/jquery.appear.js"></script>
<!--=== jQuery Headroom Min Js ===-->
<script src="assets/js/headroom.min.js"></script>
<!--=== jQuery Swiper Min Js ===-->
<script src="assets/js/swiper.min.js"></script>
<!--=== jQuery Fancybox Min Js ===-->
<script src="assets/js/fancybox.min.js"></script>
<!--=== jQuery Slick Nav Js ===-->
<script src="assets/js/slicknav.js"></script>
<!--=== jQuery Counterup Js ===-->
<script src="assets/js/counterup.js"></script>
<!--=== jQuery Waypoint Js ===-->
<script src="assets/js/waypoint.js"></script>
<!--=== jQuery Parallax Min Js ===-->
<script src="assets/js/parallax.min.js"></script>
<!--=== jQuery Aos Min Js ===-->
<script src="assets/js/aos.min.js"></script>
<!--=== jQuery Custom Js ===-->
<script src="assets/js/custom.js"></script>
<script></script>
</body>
</html>