-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
109 lines (93 loc) · 4.22 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
<!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.html"/>
<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>
<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">
</picture>
<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="index.html">Home</a></li>
<li><a href="services.html" class="active">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">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>
<li>Pre-employment, periodic, and exit medical examinations</li>
<li>Workplace risk assessments and audits</li>
<li>Ergonomics assessments and recommendations</li>
<li>Health and safety training and compliance</li>
<li>Management of occupational injuries and illnesses</li>
</ul>
</div>
<div class="service-item" onclick="toggleContent('service3')">Employee Health and Wellness Programs <span>→</span></div>
<div class="service-content" id="service3">
<ul>
<li>Periodic voluntary medical health screenings for cancer and chronic diseases</li>
<li>Health promotion sessions on lifestyle diseases and prevention</li>
<li>Diet and nutrition education</li>
<li>General fitness programs</li>
<li>Establish an Employee Assistance Program (EAP) for mental health and addiction issues</li>
<li>Organize periodic group wellness challenges</li>
<li>Smoking cessation programs</li>
<li>Women's health programs, including maternity support</li>
<li>Men's health programs, focusing on specific male health issues</li>
<li>Mental health awareness and stress management 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>
<li>Health Operations Management</li>
<li>General outpatient medical treatment</li>
<li>Emergency response 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 and development 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>
<script src="script.js"></script>
<p></p>
</body>
</html>