forked from AlphaFrederic94/Hospital-project-on-AWS-cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
431 lines (367 loc) · 16.8 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services</title>
<!-- css -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="vendor/fontawesome/css/font-awesome.min.css">
<link href="css/animate.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- boxed bg -->
<link id="bodybg" href="bodybg/bg1.css" rel="stylesheet" type="text/css" />
<!-- template skin -->
<link id="t-colors" href="color/default.css" rel="stylesheet">
<style >
.bg-skin {
background: #0062cc;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #251f1f00;
/* color: blue; */
}
.btn-skin {
background-color: #0062cc;
border-color: #0062cc;
}
.box h4 {
font-size: 24px;
color: white;
font-family: 'IBM Plex Sans', sans-serif;
}
.service-desc h5 {
margin-bottom: 10px;
color: white;
font-family: 'IBM Plex Sans', sans-serif;
}
.fa-stethoscope:before {
color: white;
}
.fa-h-square:before {
color: white;
}
.fa-wheelchair:before {
color: white;
}
.fa-filter:before {
color: white;
}
.fa-plus-square:before {
color: white;
}
.fa-user-md:before {
color: white;
background: #00ffff2b;
}
.fa-check:before {
background: #084dbe;
}
.fa-list-alt:before {
background: #005cd0;
}
.fa-hospital-o:before {
background: #0eacf0de
}
.fa-heartbeat:before {
color: white;
}
footer .widget h5 {
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
color: white;
}
.intro-content {
/*background: url(../img/dummy/bg1.jpg) no-repeat top center;*/
background:-webkit-linear-gradient(left, #3931af, #00c6ff);
padding: 200px 0 60px;
}
</style>
</head>
<body>
<div class="container navigation" style="background: -webkit-linear-gradient(left, #3931af, #00c6ff);width: 98.85vw;height: 70px;padding-top: 10px;">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand js-scroll-trigger" href="index.php" style="margin-top: 0px;font-family: 'IBM Plex Sans', sans-serif;"><h5 style="color: white;"><i class="fa fa-user-plus" aria-hidden="true"></i>  PulseCare</h5></a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="active" style="margin-right: 40px;font-family: 'IBM Plex Sans', sans-serif;"><a href="index.php" style="color: white">HOME</a></li>
<li class="active" style="margin-right: 40px;font-family: 'IBM Plex Sans', sans-serif;"><a href="services.html" style="color: white">ABOUT US</a></li>
<li><a href="contact.html" style="margin-right: 40px;font-family: 'IBM Plex Sans', sans-serif;color: white">CONTACT</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<section id="intro" class="intro" style="font-family: 'IBM Plex Sans', sans-serif;">
<div class="intro-content" style="padding-top: 75px;">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="wow fadeInDown" data-wow-offset="0" data-wow-delay="0.1s">
<h2 style="font-family: 'IBM Plex Sans', sans-serif;color: white">PulseCare</h2>
</div>
<div class="wow fadeInUp" data-wow-offset="0" data-wow-delay="0.1s">
<h4 class="h-light" style="font-family: 'IBM Plex Sans', sans-serif;color: #efe1e1">Provide best quality healthcare for you</h4>
</div>
<div class="well well-trans" style="background:#ffffff00;color: white">
<div class="wow fadeInRight" data-wow-delay="0.1s">
<ul class="lead-list">
<li><span class="fa fa-check-square-o fa-2x icon-success"></span>
<span class="list"><strong>Affordable Monthly Premium Packages</strong><br />
Choose from our range of budget-friendly premium packages designed to meet your healthcare needs without breaking the bank.
</span>
</li>
<li><span class="fa fa-check-square-o fa-2x icon-success"></span>
<span class="list"><strong>Choose Your Favorite Services</strong><br />
Customize your healthcare experience by selecting the services that best suit your preferences and medical requirements.
</span>
</li>
<li><span class="fa fa-check-square-o fa-2x icon-success"></span>
<span class="list"><strong>Enjoy a Patient-Friendly Environment</strong><br />
Experience care in a comfortable and welcoming environment, designed to make your visits as pleasant and stress-free as possible.
</span>
</li>
</ul>
<p class="text-right wow bounceIn" data-wow-delay="0.4s">
<a href="#" class="btn btn-skin btn-lg" style="background:white;color:#006ccf">Learn more <i class="fa fa-angle-right"></i></a>
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<img src="img/dummy/img-1.png" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
<section id="boxes" class="home-section paddingtop-80" style="background: -webkit-linear-gradient(left, #3931af, #00c6ff);color: white;font-family: 'IBM Plex Sans', sans-serif;">
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3">
<div class="wow fadeInUp" data-wow-delay="0.3s">
<div class="box text-center">
<i class="fa fa-check fa-3x bg-skin"></i>
<h4>Make an appoinment</h4>
<p>
Book a consultation with our specialists at your preferred time. Our easy-to-use system allows you to schedule appointments quickly and efficiently, ensuring you receive the care you need without the wait.
</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="wow fadeInUp" data-wow-delay="0.5s">
<div class="box text-center">
<i class="fa fa-list-alt fa-3x bg-skin"></i>
<h4>Choose your package</h4>
<p>
Select from a variety of healthcare packages tailored to meet your specific needs. Whether it’s a routine checkup or specialized treatment, we have options to suit every patient.
</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="wow fadeInUp" data-wow-delay="0.7s">
<div class="box text-center">
<i class="fa fa-user-md fa-3x bg-skin"></i>
<h4>Help by specialist</h4>
<p>
Get personalized advice and treatment from our team of experts. Our specialists are here to provide you with the highest level of care, addressing all your health concerns with precision and compassion.
</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="wow fadeInUp" data-wow-delay="0.9s">
<div class="box text-center">
<i class="fa fa-hospital-o fa-3x bg-skin"></i>
<h4>Get diagnostic report</h4>
<p>
Receive detailed diagnostic reports that provide clear insights into your health. Our state-of-the-art diagnostic tools ensure accurate results, helping you and your doctor make informed decisions about your treatment.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="service" class="home-section nopadding paddingtop-60" style="background: -webkit-linear-gradient(left, #3931af, #00c6ff);color: white" style="height: 80%;" >
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<div class="wow fadeInLeft" data-wow-delay="0.2s">
<img src="img/dummy/img-6.png" class="img-responsive" alt="" />
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="wow fadeInRight" data-wow-delay="0.1s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-stethoscope fa-3x" style="color:#0062cc"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Medical checkup</h5>
<p>Regular medical checkups are essential for maintaining good health. Our comprehensive checkup services include a range of tests and examinations to monitor your overall well-being and detect any potential health issues early.</p>
</div>
</div>
</div>
<div class="wow fadeInRight" data-wow-delay="0.2s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-wheelchair fa-3x" style="color:#0062cc"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Nursing Services</h5>
<p>Our skilled nursing staff provides round-the-clock care, ensuring that you receive the necessary medical attention and support during your stay. From administering medications to assisting with daily activities, our nurses are here to help.</p>
</div>
</div>
</div>
<div class="wow fadeInRight" data-wow-delay="0.3s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-plus-square fa-3x" style="color:#0062cc"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Pharmacy</h5>
<p>Our on-site pharmacy offers a wide range of prescription and over-the-counter medications. With our convenient location and knowledgeable staff, you can easily obtain the medications you need to support your treatment plan.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="wow fadeInRight" data-wow-delay="0.1s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-h-square fa-3x" style="color:#0062cc"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Gyn Care</h5>
<p>Our specialized gynecological care services cater to women’s health needs at every stage of life. From routine exams to advanced treatments, our experts provide compassionate and comprehensive care.</p>
</div>
</div>
</div>
<div class="wow fadeInRight" data-wow-delay="0.2s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-filter fa-3x" style="color:#0062cc"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Neurology</h5>
<p>Our neurology department offers expert care for a wide range of neurological conditions. Whether you’re dealing with chronic headaches, epilepsy, or other neurological disorders, our team is dedicated to improving your quality of life.</p>
</div>
</div>
</div>
<div class="wow fadeInRight" data-wow-delay="0.3s">
<div class="service-box">
<div class="service-icon">
<span class="fa fa-heartbeat fa-3x"></span>
</div>
<div class="service-desc">
<h5 class="h-light">Sleep Center</h5>
<p>Our sleep center specializes in diagnosing and treating sleep disorders. If you’re struggling with insomnia, sleep apnea, or other sleep-related issues, our specialists can help you achieve better sleep and overall health.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer style="background: -webkit-linear-gradient(left, #3931af, #00c6ff);color: #e4d6d6">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>About PulseCare</h5>
<p>
An App developed by us students at the ICT University durig the Summer2024 lvl4 for distributed Systems and Cloud Computing.
</p>
</div>
</div>
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>Information</h5>
<ul >
<li><a style="color: #e4d6d6" href="#">Home</a></li>
<li><a style="color: #e4d6d6" href="#">Laboratory</a></li>
<li><a style="color: #e4d6d6"href="#">Medical treatment</a></li>
<li><a style="color: #e4d6d6" href="#">Terms & conditions</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>PulseCare</h5>
<p>
Hospital Managemnt Application Designed to connect Patients and Doctors So as to ease medical interacTIONS BETWEEN THEM.
</p>
<ul>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-calendar-o fa-stack-1x fa-inverse"></i>
</span> Monday - Saturday, 8am to 10pm
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
</span> +237 676548087
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span> [email protected]
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>Our location</h5>
<p>Messassi,Yaounde, Cameroon</p>
</div>
</div>
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>Follow us</h5>
<ul class="company-social">
<li class="social-facebook"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="social-twitter"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="social-google"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="social-vimeo"><a href="#"><i class="fa fa-vimeo-square"></i></a></li>
<li class="social-dribble"><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/stellar.js"></script>
<script src="plugins/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>