-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
110 lines (93 loc) · 3.96 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
<!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/services/"/>
<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/" class="active">Services</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<section id="what-we-do">
<h2>What We Do</h2>
<h4>We provide a wide range of occupational health and wellness services, tailored to meet your business and employee needs.</h4>
<div class="services">
<div class="service-item" onclick="toggleContent('service2')">Occupational Health Services <span>→</span></div>
<div class="service-content" id="service2">
<ul class="custom-bullets">
<li>Pre-employment and exit medical exams</li>
<li>Statutory medical examinations by DHPs</li>
<li>Health surveillance for occupational illness</li>
<li>Ergonomics assessment</li>
<li>First Aid training and compliance</li>
<li>Management of workplace injuries</li>
</ul>
</div>
<div class="service-item" onclick="toggleContent('service3')">Employee Health and Wellness <span>→</span></div>
<div class="service-content" id="service3">
<ul class="custom-bullets">
<li>Voluntary medical health screenings</li>
<li>Health promotion education</li>
<li>General fitness programs</li>
<li>Employee Assistance Programs (EAP)</li>
<li>Organize periodic group wellness challenges</li>
<li>Women's/ Men's health programs</li>
<li>Mental health awareness programs</li>
<li>Substance abuse education and support</li>
</ul>
</div>
<div class="service-item" onclick="toggleContent('service1')">Establishment of Workplace Clinics <span>→</span></div>
<div class="service-content" id="service1">
<ul class="custom-bullets">
<li>Health Operations Management</li>
<li>General outpatient medical treatment</li>
<li>Emergency and First Aid services</li>
<li>General and Travel Vaccinations</li>
<li>Health and wellness programs</li>
<li>Health education and promotion</li>
</ul>
</div>
<!--div class="service-item" onclick="toggleContent('service4')">General H&S Consultancy <span>→</span></div>
<div class="service-content" id="service4">
<ul>
<li>Health and safety policy development</li>
<li>Workplace wellness program design</li>
<li>Training for health and safety personnel</li>
<li>Health risk assessments and management plans</li>
<li>Regulatory compliance consulting</li>
</ul>
</div>
</div-->
</section>
</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>