-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
579 lines (515 loc) · 22.5 KB
/
index.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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!doctype html>
<html lang="en">
<head>
<title>HealthUtopia —Website by College students</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- <script>
window.watsonAssistantChatOptions = {
integrationID: "82f6618e-9982-4370-9c02-2b409a4185db", // The ID of this integration.
region: "us-east", // The region your integration is hosted in.
serviceInstanceID: "07c4c2f6-fe61-4ab8-b440-c516411abc45", // The ID of your service instance.
onLoad: function(instance) { instance.render(); }
};
setTimeout(function(){
const t=document.createElement('script');
t.src="https://web-chat.global.assistant.watson.appdomain.cloud/versions/" + (window.watsonAssistantChatOptions.clientVersion || 'latest') + "/WatsonAssistantChatEntry.js"
document.head.appendChild(t);
});
</script> -->
</head>
<body>
<!-- -->
<button type="button" class="chatLauncher" style="display:none;">
<div>
<strong>Have questions?</strong> Talk with Ross our Virtual Assistant.
</div>
</button>
<script>
window.watsonAssistantChatOptions = {
integrationID: "82f6618e-9982-4370-9c02-2b409a4185db",
region: "us-east",
serviceInstanceID: "07c4c2f6-fe61-4ab8-b440-c516411abc45",
showLauncher: false,
onLoad: function (instance) {
// Select the button element from the page.
const button = document.querySelector('.chatLauncher');
// Add the event listener to open your web chat.
button.addEventListener('click', function clickListener() {
instance.openWindow();
});
// Render the web chat. Nothing appears on the page, because the launcher is
// hidden and the web chat window is closed by default.
instance.render().then(function () {
// Now that web chat has been rendered (but is still closed), we make the
// custom launcher button visible.
button.style.display = 'block';
button.classList.add('open');
});
}
};
setTimeout(function () { const t = document.createElement('script'); t.src = "https://web-chat.global.assistant.watson.appdomain.cloud/versions/" + (window.watsonAssistantChatOptions.clientVersion || 'latest') + "/WatsonAssistantChatEntry.js"; document.head.appendChild(t); });
</script>
<!-- -->
<div class="site-wrap" id="home-section">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center position-relative">
<div class="col-3">
<div class="site-logo">
<a href="index.html">HealthUtopia<span class="text-primary">.</span> </a>
</div>
</div>
<div class="col-9 text-right">
<span class="d-inline-block d-lg-none"><a href="#" class=" site-menu-toggle js-menu-toggle py-5 "><span
class="icon-menu h3 text-white"></span></a></span>
<nav class="site-navigation text-right ml-auto d-none d-lg-block" role="navigation">
<ul class="site-menu main-menu js-clone-nav ml-auto ">
<li class="active"><a href="index.html" class="nav-link">Home</a></li>
<li><a href="services.html" class="nav-link">Features/Tools</a></li>
<li><a href="testimonials.html" class="nav-link">Reviews</a></li>
<li><a href="blog.html" class="nav-link">News/blog</a></li>
<li><a href="about.html" class="nav-link">About us</a></li>
<!-- <li><a href="contact.html" class="nav-link">Contact us</a></li> -->
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="hero"
style="background-image: url('images/health-concept-stethoscope-on-black-260nw-1017037081_auto_x2.jpg');">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-8 intro text-center">
<h1 class="text-white"><strong class="text-primary">Health</strong> is wealth.</h1>
<div class="desc">Health is a state of complete physical, mental and social well being. For a healthy life
cycle, a person needs to have a balanced diet and has to regularly exercise. One must also live in a
proper shelter, take enough sleep and have good hygiene habits.</div>
<div class="col-lg-8 mx-auto">
<a href="images/Health Utopia Video.mp4" data-fancybox class=" play-now mx-auto">
<span class="icon">
<span class="icon-play"></span>
</span>
<span class="caption text-white">Watch Intro video</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="services">
<div class="container-fluid px-0">
<div class="row no-gutters align-items-stretch">
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#disease_identifier" class="service">
<div class="icon-wrap">
<span class="flaticon-acupuncture-2"></span>
</div>
<h3>Disease Identifier</h3>
</a>
</div>
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#medics_diet" class="service">
<div class="icon-wrap">
<span class="flaticon-herbal"></span>
</div>
<h3>Medics and diet</h3>
</a>
</div>
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#exercise_yoga" class="service">
<div class="icon-wrap">
<span class="flaticon-acupuncture-1"></span>
</div>
<h3>Exercise/Yoga</h3>
</a>
</div>
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#alarm_remind" class="service">
<div class="icon-wrap">
<span class="flaticon-therapy"></span>
</div>
<!-- <i class="fa fa-clock-o" style="font-size:85px;color:rgb(253, 253, 253)"></i> -->
<h3>Alarm/Remind Me!</h3>
</a>
</div>
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#medics_nearby" class="service">
<div class="icon-wrap">
<span class="flaticon-acupuncture"></span>
</div>
<h3>Medics nearby me</h3>
</a>
</div>
<div class="col-6 col-sm-6 col-md col-lg h-100">
<a href="services.html#find_doc" class="service">
<div class="icon-wrap">
<span href="https://www.flaticon.com/authors/becris" class="flaticon-acupuncture"></span>
</div>
<!-- <div class="icon-wrap">
<span href="https://www.flaticon.com/authors/becris" class="flaticon-acupunture"></span>
</div> -->
<h3>Find a Doc!</h3>
</a>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 text-center order-lg-2">
<div class="img-wrap-1 mb-5">
<img src="images/care-connection-device-diagnosis.jpg" alt="Image" class="img-fluid">
</div>
</div>
<div class="col-lg-4 ml-auto order-lg-1">
<h3 class="mb-4 section-heading"><strong>Why Choose Us</strong></h3>
<p class="mb-5">Years of clinical experience, Team of best Doctors and Care takers from around the world,
Personalized and
Dedicated health advice, Use of Advanced Technologies, Customized features and tools designed specially
for overall health monitoring, Pocket friendly, Unparalled patient experience!</p>
<p><a href="#" class="btn btn-primary">Contact us now</a></p>
</div>
</div>
</div>
</div>
<!-- <div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4">
<a href="#" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-acupuncture"></span>
</div>
<div class="contents">
<h3>Consectetur Adipisicing Elit</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro culpa, eveniet nostrum omnis aliquid
incidunt. Officia minus quae quasi earum!</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="#" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-acupuncture-1"></span>
</div>
<div class="contents">
<h3>Lorem Ipsum Dolor</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro culpa, eveniet nostrum omnis aliquid
incidunt. Officia minus quae quasi earum!</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="#" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-therapy"></span>
</div>
<div class="contents">
<h3>Eveniet Nostrum Omnis</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro culpa, eveniet nostrum omnis aliquid
incidunt. Officia minus quae quasi earum!</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="#" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-herbal"></span>
</div>
<div class="contents">
<h3>Lorem Ipsum Dolor</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro culpa, eveniet nostrum omnis aliquid
incidunt. Officia minus quae quasi earum!</p>
</div>
</a>
</div>
</div>
</div>
</div>
-->
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4">
<a href="services.html#disease_identifier" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-acupuncture"></span>
</div>
<div class="contents">
<h3>Disease Identifier</h3>
<p>This tool can be used to search any basic diseases by entering symptoms of that particular disease!
</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="services.html#medics_diet" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-acupuncture-1"></span>
</div>
<div class="contents">
<h3>Medics & Diet</h3>
<p>This tool can be used to search some basic medics and suitable diet for disease you have!</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="services.html#exercise_yoga" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-therapy"></span>
</div>
<div class="contents">
<h3>Exercise/Yoga</h3>
<p>This tool can be used to search suitable exercise and yoga for health and according to problem you
have!</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="services.html#alarm_remind" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-herbal"></span>
</div>
<div class="contents">
<h3>Alarm/Remind me!</h3>
<p>This tool is used to set a reminder which will be sent to your email/phone no. for medicine as well
as appointment you have with doctor</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="services.html#medics_nearby" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-lithotherapy"></span>
</div>
<div class="contents">
<h3>Medics nearby me</h3>
<p>This tool can be used to search medical store nearby your loaction</p>
</div>
</a>
</div>
<div class="col-lg-6 mb-4">
<a href="services.html#find_doc" class="d-flex service-2">
<div class="icon-wrap">
<span class="flaticon-acupuncture-2"></span>
</div>
<div class="contents">
<h3>Find a doc</h3>
<p>This tool can be used to search best doctors and treatment available by entering disease to given
search box!</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="site-section bg-light">
<div class="container">
<div class="row">
<div class="col-lg-7 text-center mx-auto">
<span class="text-primary d-block">Testimonials</span>
<h2 class="section-heading"><strong>Happy Customers</strong></h2>
<p class="mb-5">Inspiring stories of our Patients.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="testimonial-2">
<blockquote class="mb-4">
<p>"I had an amazing experience here and was so satisfied with the service provided. It feels like having a personal caretaker. I would recommend it to everyone around me."</p>
</blockquote>
<div class="d-flex v-card align-items-center">
<img src="images/person_1.jpg" alt="Image" class="img-fluid mr-3">
<div class="author-name">
<span class="d-block">Michael John</span>
<span>Teacher</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="testimonial-2">
<blockquote class="mb-4">
<p>"One of my colleagues recommended this website to me and I am so thankful for that. It helps me to take my medicines on time. HealthUtopia has now become an integral part of my life."</p>
</blockquote>
<div class="d-flex v-card align-items-center">
<img src="images/person_2.jpg" alt="Image" class="img-fluid mr-3">
<div class="author-name">
<span class="d-block">Rose Brad</span>
<span>HR Manager</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="testimonial-2">
<blockquote class="mb-4">
<p>"I love HealthUtopia. It's so good and convenient to use. I don't need to remember anything like my appointments with the doctor and all. It also helps me to stay active and fit."</p>
</blockquote>
<div class="d-flex v-card align-items-center">
<img src="images/person_3.jpg" alt="Image" class="img-fluid mr-3">
<div class="author-name">
<span class="d-block">Olivia Mason</span>
<span>Marketing Executive</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-7 text-center mx-auto">
<!-- <span class="text-primary d-block">Blog</span> -->
<h2 class="section-heading"><strong>Blog Posts</strong></h2>
<p class="mb-5">Read on to know more about being healthful!!</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="post-entry-1 h-100">
<a href="single.html" class="mb-3 d-block">
<img src="images/naturalhealing.jpg" alt="Image" class="img-fluid">
</a>
<div class="post-entry-1-contents">
<span class="meta d-inline-block">July 17, 2020 <span class="mx-2">by</span> <a
href="#">Admin</a></span>
<h2><a href="single.html">Natural Healing For The Body</a></h2>
<p>Healing involves the allowing and supporting of our different and multiple components to come back into alignment.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="post-entry-1 h-100">
<a href="single.html" class="mb-3 d-block">
<img src="images/home-remedies.jpg" alt="Image" class="img-fluid">
</a>
<div class="post-entry-1-contents">
<span class="meta d-inline-block">July 17, 2020 <span class="mx-2">by</span> <a
href="#">Admin</a></span>
<h2><a href="single.html">Home Remedies</a></h2>
<p>It is a traditional therapy often utilizing natural products, nutritional supplements, or physical measures.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="post-entry-1 h-100">
<a href="single.html" class="mb-3 d-block">
<img src="images/healthlife.jpg" alt="Image" class="img-fluid">
</a>
<div class="post-entry-1-contents">
<span class="meta d-inline-block">July 17, 2020 <span class="mx-2">by</span> <a
href="#">Admin</a></span>
<h2><a href="single.html">Keys to longer life</a></h2>
<p>A healthy living includes Good Nutrition, Daily Exercise, and Adequate Sleep. It keeps us fit, energetic and at a reduced risk for disease.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="site-section bg-primary py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 mb-4 mb-md-0">
<h2 class="mb-0 text-white">What are you waiting for?</h2>
<p class="mb-0 opa-7">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Obcaecati, laboriosam.</p>
</div>
<div class="col-lg-5 text-md-right">
<a href="#" class="btn btn-primary btn-white">Contact us now</a>
</div>
</div>
</div>
</div> -->
<footer class="site-footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="text-center quick-contact-info">
<div class="mb-3 icon-wrap">
<span class="icon-phone"></span>
</div>
<span class="caption">23456633****</span>
</div>
</div>
<div class="col-lg-4">
<div class="text-center quick-contact-info">
<div class="mb-3 icon-wrap">
<span class="icon-room"></span>
</div>
<span class="caption">Gujrat, India
</span>
</div>
</div>
<div class="col-lg-4">
<div class="text-center quick-contact-info">
<div class="mb-3 icon-wrap">
<span class="icon-envelope-o"></span>
</div>
<span class="caption">[email protected]</span>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-lg-7 text-lg-left">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved <i
aria-hidden="true"></i><a href="https://colorlib.com" target="_blank"></a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
<div class="col-lg-5 text-lg-right">
<a href="#" class="ml-3">Terms</a>
<a href="#" class="ml-3">Privacy</a>
</div>
<!-- <div class="col-md-12">
<div class="border-top pt-5">
</div>
</div> -->
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>