-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
117 lines (99 loc) · 5.26 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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="Horizons Occupational Health offers workplace medical clinics, employee wellness programs, DHP medical exams and health consultancy for workplaces in Kenya">
<title>Occupational Health and Wellness Consultants | Horizons</title>
<link rel="canonical" href="https://horizonshealthcare.co.ke/about/"/>
<link alt="Horizons Occupational Health icon" href="/horizons-occupational-health-icon.png" rel="icon" type="image/png" />
<link href="/style.css" rel="stylesheet" />
<meta name="google-site-verification" content="iK7VppEGKD7lQOlWkghIZUcA_BgRL0z7UCWwVyVW3bQ" />
</head>
<body>
<div class="overlay"></div>
<header>
<a href="/" title="Back to homepage">
<picture>
<source srcset="/assets/horizons-occupational-health-logo.webp" type="image/webp">
<img src= "/assets/horizons-occupational-health-logo.png" alt="Horizons Occupational Health Logo" width="35" height="35">
</picture>
</a>
<div class="header-content">
<h1>Horizons Occupational Health</h1>
<h4>For all your Occupational Health and Wellness Solutions</h4>
<button id="menu-button" aria-label="Toggle Menu">☰</button>
<!-- Navigation Menu -->
<nav id="nav-menu" class="hidden">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/services/">Services</a></li>
<li><a href="/about/" class="active">About Us</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="container" id="our-team">
<h2>About Us</h2>
<p>Horizons Occupational Health is a consultancy built on over a decade of experience in occupational health and dedicated to providing comprehensive occupational health solutions to organizations across Kenya. We specialize in providing statutory medical examinations in compliance with the Occupational Safety and Health Act (OSH Act 2007), developing workplace wellness programs, and managing workplace medical clinics to enhance employee well-being.</p>
<p>Our mission is to empower businesses by fostering healthier, more productive workplaces while helping them meet regulatory requirements. Through personalized care and expert guidance, we strive to be Your Occupational Health Partner for a Healthier, Safer Workplace.</p>
<h2>Meet the team...</h2>
<div class="profile-section">
<div class="profile">
<div class="profile-image">
<picture>
<source srcset="/assets/ign.webp" type="image/webp">
<img src="/assets/ign.png" alt="Dr. Gichuki">
</picture>
</div>
<div class="details">
<section>
<h3>Dr. Gichuki I.</h3>
<h4>Healthcare Leader and Manager, Designated Health Practitioner (DHP), Occupational Health Doctor <span class="more-link" id="gichuki-link" onclick="toggleMoreContent('gichuki')">more...</span></h4>
<div class="more-content" id="gichuki">
<p>Dr. Gichuki is a dedicated doctor with a vast experience in Occupational Safety and Health, managing workplace health risks, ensuring regulatory compliance, and conducting employee assessments across diverse industries. His client-centred approach and commitment to organizational well-being has contributed to healthier populations and safer work environments.</p>
</div>
</section>
</div>
</div>
<div class="profile">
<div class="profile-image">
<picture>
<source srcset="/assets/bnm.webp" type="image/webp">
<img src="/assets/bnm.png" alt="Beth M.">
</picture>
</div>
<div class="details">
<section>
<h3>Beth M.</h3>
<h4>Wellness Coordinator, Healthcare Administrator, Workplace Health Promoter <span class="more-link" id="beth-link" onclick="toggleMoreContent('beth')">more...</span></h4>
<div class="more-content" id="beth">
<p>Beth is a compassionate Wellness Coordinator with 15 years of experience helping individuals, families and communities to learn, thrive and achieve their health goals. She has extensive experience with improving health awareness and engagement through health program development and outreach strategies.</p>
</div>
</section>
</div>
</div>
<div class="profile">
<div class="profile-image">
<picture>
<source srcset="/assets/lmn.webp" type="image/webp">
<img src="/assets/lmn.png" alt="Lilian M.">
</picture>
</div>
<div class="details">
<section>
<h3>Lilian M.</h3>
<h4>Clinical Audiologist, Hearing rehabilitation, Occupational Medical assessor <span class="more-link" id="lilian-link" onclick="toggleMoreContent('lilian')">more...</span></h4>
<div class="more-content" id="lilian">
<p>Lilian M. Nyongesa is a skilled Clinical Audiologist and with extensive experience in audiology, occupational health assessment, and outpatient medical care. With a strong background in clinical medicine and a dedication to health promotion, she excels in delivering patient-centered care and improving healthcare outcomes.</p>
</div>
</section>
</div>
</div>
</div>
</div>
<footer>© 2024 Horizons Occupational Health
<div class="social-icons"><img alt="Facebook" src="/assets/facebook_icon.png" /> <img alt="LinkedIn" src="/assets/linkedin_icon.png" /> <img alt="Twitter(X)" src="/assets/twitter_icon.png" /></div>
</footer>
<p></p>
<script src="/script.js"></script>
</body>
</html>