-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
94 lines (86 loc) · 4.33 KB
/
contact.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
<!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/contact/"/>
<link alt="Horizons Occupational Health icon" href="/horizons-occupational-health-icon.png" rel="icon" type="image/png" />
<link href="/style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" media="all" onload="this.media='all'">
<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/">About</a></li>
<li><a href="/contact/" class="active">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main class="contact-page">
<section class="contact-info">
<h2>Get in Touch</h2>
<p>Have questions or need more information? Reach out to us today.</p>
<div class="info-cards">
<!--div class="info-card">
<h3>Address</h3>
<p>123 Wellness Street, Naivasha, Kenya</p>
</div-->
<div class="info-card">
<h3><i class="fas fa-envelope"></i> Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="info-card">
<h3><i class="fas fa-phone"></i> Call</h3>
<p><a href="tel:+254790681772">+254 790 681772</a></p>
<p><a href="tel:+254723993876">+254 723 993876</a></p>
</div>
</div>
</section>
<section class="contact-form">
<h3>You may leave us a message below:</h3>
<form id="contact-form" action="https://docs.google.com/forms/d/e/1FAIpQLSeNkK9gTQJMbFCAYG_nqTBOSkH3gtrOOHaPrnZTSzOm6oT5tw/formResponse" method="post" target="hidden_iframe">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="entry.26897133" placeholder="Your Name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="entry.1361176121" placeholder="Your Email" required>
</div>
<div class="form-group">
<label for="phone">Phone</label>
<input type="text" id="phone" name="entry.715580485" placeholder="Your Phone Number">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="entry.645707382" placeholder="Your Message" rows="5" required></textarea>
</div>
<button type="submit" class="btn-submit">Send Message</button>
<p id="form-feedback" style="display: none;"></p> <!-- For error/success feedback -->
</form>
<iframe name="hidden_iframe" style="display: none;"></iframe>
</section>
</main>
<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>