forked from Arya-Shidore/HMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
409 lines (346 loc) · 17.5 KB
/
services.html
File metadata and controls
409 lines (346 loc) · 17.5 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
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
<!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>  CareKonnect</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">CareKonnect</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>Government Funds Available</strong><br />All government services and funds (Plans) available</span></li>
<li><span class="fa fa-check-square-o fa-2x icon-success"></span> <span class="list"><strong>Choose Your Appointment</strong><br />Book flexible appointments</span></li>
<li><span class="fa fa-check-square-o fa-2x icon-success"></span> <span class="list"><strong>Remote Access Available</strong><br />Online services available</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 Appointment</h4>
<p>
Select doctors and select your own time for appointments
</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 own funds</h4>
<p>
All government funds, plans available
</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>
All specialist and departments, doctors available at one place.
</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>
Get PDF report and bill anytime.
</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>All Scans - X-ray | CT-SCAN | MRI available</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>Professional nursing available.</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>24X7 Pharmacy Store.</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>Gyn care and maternity home services</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>Special Neurology department equipped with new instruments and scans.</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>Meditation and physiotherapy center</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 CareKonnect</h5>
<p>
CareKonnect is a Hospital Management portal where patients and doctors have a hassle free treating experience with next-gen Technology.
</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>CareKonnect</h5>
<p>
Next-gen Portal for Hospital Management and services
</p>
<ul>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-calendar-o fa-stack-1x fa-inverse"></i>
</span> 24X7 available
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
</span> +91 7042913309
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span> admin@carekonnect.com
</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>CareKonnect, VIT University, Vellore, TN, 632014</p>
</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>