-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacilities.html
More file actions
175 lines (147 loc) · 6.28 KB
/
Copy pathfacilities.html
File metadata and controls
175 lines (147 loc) · 6.28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asiri Hospital Colombo</title>
<link rel="icon" type="image/png" href="images/asiri_logo.png">
<script src="https://kit.fontawesome.com/c1df782baf.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-straight/css/uicons-regular-straight.css">
<!-- Main Styles -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="facilities.css">
</head>
<body>
<!-- Header -->
<header>
<div class="logo">
<img src="images/asiri_logo.png" alt="Asiri Hospital Logo">
</div>
<nav class="navbar">
<a href="index.html" >Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="facilities.html" class="active">Facilities</a>
<a href="contact.html">Contact</a>
</nav>
<div class="right-icons">
<i id="menu-bars" class="fas fa-bars"></i>
<div class="btn book-btn">Schedule Consultation</div>
</div>
</header>
<!-- End Header -->
<!-- Services Section -->
<section class="services-section">
<h1 class="section-title">Our <span>Healthcare Services</span></h1>
<div class="service-grid">
<div class="service-card">
<i class="fas fa-heart"></i>
<h3>Cardiology Unit</h3>
<p>Comprehensive cardiac screening, monitoring, and surgical treatment by expert cardiologists.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-brain"></i>
<h3>Neurology Center</h3>
<p>Specialized diagnosis and therapy for neurological disorders such as epilepsy and migraines.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-x-ray"></i>
<h3>Imaging & Diagnostics</h3>
<p>State-of-the-art imaging including X-ray, CT, and MRI for accurate medical evaluations.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-tooth"></i>
<h3>Dental Clinic</h3>
<p>Professional dental services from cleaning and whitening to cosmetic and oral surgery.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-lungs"></i>
<h3>Respiratory Care</h3>
<p>Advanced treatments for asthma, COPD, and other respiratory system conditions.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-vials"></i>
<h3>Laboratory Services</h3>
<p>Fast and reliable laboratory testing with same-day report availability for patients.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-baby-carriage"></i>
<h3>Maternity & Women’s Health</h3>
<p>Comprehensive prenatal, delivery, and postnatal care by experienced gynecologists.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-eye"></i>
<h3>Ophthalmology</h3>
<p>Eye care and vision correction services including cataract surgery and laser treatment.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-wheelchair"></i>
<h3>Physiotherapy & Rehab</h3>
<p>Customized physical therapy sessions to aid recovery from injury or surgery.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-syringe"></i>
<h3>Vaccination Clinic</h3>
<p>Child and adult immunization programs following global healthcare standards.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-laptop-medical"></i>
<h3>Telehealth Services</h3>
<p>Remote doctor consultations and health monitoring from the comfort of your home.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-hospital-user"></i>
<h3>Patient Care Support</h3>
<p>Personalized nursing and assistance services for inpatients and long-term care.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-capsules"></i>
<h3>In-House Pharmacy</h3>
<p>Authentic medicines and expert pharmaceutical advice available around the clock.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-hands-helping"></i>
<h3>Mental Health Support</h3>
<p>Professional counseling and therapy sessions promoting emotional well-being.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
<div class="service-card">
<i class="fas fa-ambulance"></i>
<h3>Emergency Services</h3>
<p>24/7 emergency response with advanced life-saving equipment and trained paramedics.</p>
<a href="#" class="btn">Learn More <span class="fas fa-chevron-right"></span></a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-box">
<h2>Follow Us</h2>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="credit">
© 2025 | Department of IT, Asiri Hospitals | All Rights Reserved
</div>
</footer>
</body>
</html>