-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholdhome.html
929 lines (625 loc) · 34.6 KB
/
oldhome.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
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="topnav" id="myTopnav">
<div class="logo">
<a href="index.html" >ConnectHealth</a>
</div>
<a href="contact.html">Contact</a>
<a href="blog.html">News Updates</a>
<a href="pricing.html">Pricing</a>
<div class="dropdown">
<button class="dropbtn">Solutions
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="video.html">Video Service</a>
<a href="schedule.html">Scheduling</a>
<a href="message.html">Automatic Messaging</a>
<a href="database.html">Medical Record Database</a>
<a href="chat.html">Direct Chat Line</a>
<a href="analytic.html">Access to Analytics</a>
</div>
</div>
<a style="color:#32b3a3;" href="about.html"> About </a>
<a href="index.html">Home</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>
</nav>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="custom-shape-divider-bottom-1609721473">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
<path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
<path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
</svg>
</div>
<div id="maintitle" class="container text-center position-relative">
<h1>Introducing <span>ConnectHealth</span></h1>
<h2>Premium medical telecommunication services</h2>
<a href="#services" class="main-btn">Get Started</a>
</div>
</section><!-- End Hero -->
<div class="test2-heading" id="services">
<div class="smallblurb1">
<p style="color: #ff9500;"> OUR SERVICES </p>
</div>
<h1>Our Services</h1>
<p > Due to recent global events, there have been a lot of changes to the way healthcare works. To help you adapt to these changes, ConnectHealth provides you with a variety of efficient and easy to use solutions to improve communication between you and your customers, organize your data in a centralized location, and more. </p>
<a class="test2-btn" href="video.html">More</a>
</div>
<!-- ======= Services Section ======= -->
<section class="services">
<!--heading---------------->
<!--services-box-container------------------->
<div class="s-box-container">
<!--service-box-1---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="1" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FDirect%20Chat%20Line%20Icon.png?v=1613690292779" />
<!--servies-name---------->
<h1>Direct Chat Line</h1>
<!--details------>
<p>Facilitate communication with your customers using our direct chat line feature that gives your customers a way to keep in contact with a staff member. </p> <!--btn---------->
<a class="s-btn" href="chat.html">More</a>
</div>
<!--service-box-1---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FAutomatic%20Messaging%20Icon.png?v=1613690274245" />
<!--servies-name---------->
<h1>Automatic Messaging</h1>
<!--details------>
<p>Use our automatic messaging feature to send updates and alerts to your patients to make scheduling and attending appointments an easier process.</p>
<!--btn---------->
<a class="s-btn" href="message.html">More</a>
</div>
<!--service-box-3---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="3" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FAccess%20to%20Analytics%20Icon.png?v=1613690328412" />
<!--servies-name---------->
<h1>Access to Analytics</h1>
<!--details------>
<p>To help you decide whats best for your practice, we offer access to analytics that let you see what services are most used by your patients and trends in usage. </p> <!--btn---------->
<a class="s-btn" href="analytic.html">More</a>
</div>
</div>
</section>
<!-- ======= Services Section ======= -->
<section class="services" id="services2nd">
<!--heading---------------->
<!--services-box-container------------------->
<div class="s-box-container">
<!--service-box-1---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="1" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScheduling%20Icon.png?v=1613690285544" />
<!--servies-name---------->
<h1>Online Scheduling</h1>
<!--details------>
<p>Make booking appointments easier for your patients with our online scheduling feature that lets them book and confirm appointments virtually. </p> <!--btn---------->
<a class="s-btn" href="schedule.html">More</a>
</div>
<!--service-box-1---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FVideo%20Serivces%20Icon.png?v=1613690277537" />
<!--servies-name---------->
<h1>Video Services</h1>
<!--details------>
<p>Our video service lets you hold online appointments online in order to safely communicate with your patients face to face. </p>
<!--btn---------->
<a class="s-btn" href="video.html">More</a>
</div>
<!--service-box-3---------------->
<div class="s-box">
<!--top-bar-------->
<div class="bar"></div>
<!--img---------->
<img alt="3" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FMedical%20Record%20Database%20Icon.png?v=1613690338131" />
<!--servies-name---------->
<h1>Medical Record Database</h1>
<!--details------>
<p>Store, transfer, and access all your patients' records in one, easy to use location with our efficient medical record database. </p> <!--btn---------->
<a class="s-btn" href="database.html">More</a>
</div>
</div>
</section>
<div class="demo">
<div class="test2-heading" id="services">
<h1>Demo</h1>
<p > Want to see how our services work? Or want to test how compatible and useful they'll be to your online platform without having to purchase anything first? Explore our demo to get a first-hand preview of how all our services function and work together to make sure you get the best of everything we can offer. </p>
<a class="test2-btn" href="video.html">More</a>
</div>
<iframe src="https://marvelapp.com/prototype/c190906?emb=1&iosapp=false&frameless=false" width="320" height="720" allowtransparency="false" style="-webkit-clip-path: inset(2px 2px); clip-path: inset(2px 2px);"></iframe>
</div>
<!--Services Details---------
<div class="test2-heading">
<div class="smallblurb1">
<p style="color: #ff9500;"> OUR SERVICES </p>
</div>
<h1>Our Services</h1>
<p>
</p>
<a class="test2-btn" href="blog.html">More</a>
</div>
<div class="row" id="servicedetails">
<div class="row" id="tables">
<table class="content-table2">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td> Our Video Services, communication at its best.</td>
</tr>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td>Online Scheduling; allowing you and your patients to book appointments with ease.</td>
</tr>
</tbody>
</table>
<table class="content-table2">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td>Your very own Automatic Messaging system, always keeping your patients updated.</td>
</tr>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td>A Medical Record Database-which will keep track of all your patient files and medical history and provide efficient transactions.</td>
</tr>
</tbody>
</table>
<table class="content-table2">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td>Get access to your very own chat line, and always stay connected to your customers.</td>
</tr>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-10%20at%206.32.13%20PM.png?v=1610325137601" /></td>
<td>Keep in touch with all the analytics concerning your digital practice, and keep your practice running efficiently with our Analytics Service.</td>
</tr>
</tbody>
</table>
</div>
</div> -->
<!--- blue part -
<div class="svgpart">
<div class="custom-shape-divider-top-1612919939">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M741,116.23C291,117.43,0,27.57,0,6V120H1200V6C1200,27.93,1186.4,119.83,741,116.23Z" class="shape-fill"></path>
</svg>
</div>
</div> -->
<!--Double Services Details----------
<div class="row">
<div id="doubleservices">
<div class="col-lg-7" id="authentictext2">
<div class="smallblurb">
<p style="color: #ff9500;"> OUR SERVICES </p>
</div>
<h2>Enjoy Our Cool Features Smth</h2>
<div id="tablesinfo">
<table class="content-table4">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FUntitled%209.PNG?v=1612454731354" /></td>
<td><h1>Mauris dignissim vive</h1>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna </td>
</tr>
</tbody>
</table>
<table class="content-table4">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-11%20at%208.18.45%20PM.png?v=1610417930431" /></td>
<td><h1>Mauris dignissim vive</h1>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna </td>
</tr>
</tbody>
</table>
<table class="content-table4">
<tbody>
<tr>
<td><img alt="2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScreen%20Shot%202021-01-11%20at%208.18.45%20PM.png?v=1610417930431" /></td>
<td><h1>Mauris dignissim vive</h1>Donec sollicitudin molestie malesuada. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna </td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-5" id="left2">
<img src="https://www.bourncreative.com/wp-content/uploads/2010/12/grey.jpg">
</div>
</div>
</div> -->
<!--- Testimonials ---->
<div class="testimonials">
<div class="test-heading">
<h1>Meet Our Top Practices</h1>
<a class="test-btn" href="about.html">More</a>
</div>
<div class="container">
<div class="carousel">
<div class="slider">
<section> <h2> Hear from MedHub, a cardiology practice in Virginia:
"We've seen a huge increase in patients who have joined us due to the easy accessibility of the services Connect Health has provided us with. There has been a significant increase in positive patient feedback."</h2>
</section>
<section>
<h2>TrueHealth, one of our top clinics from Beverly Hill, CA: "Connect Health has been a game changer, they handle your online presence, your booking, and scheduling - it’s what keeps everything running."
<br></h2>
</section>
<section> <h2>Meet MDoc, one of the many thriving dental practices in Dallas, Texas: "Our connection to our patients along with our ability to reach them even
in situations like now has been greatly improved thanks to Connect Health. Their ability to provide interaction and account for customers virtually has been phenomenal."</h2>
</section>
<section> <h2>UpCare, one of our most treasured practices in Seattle: "With ConnectHealth our business has seen an 80% increase in patient bookings. With this, I can safely say that patients have been
able to consult our doctors and request appointments a lot easier than before".</h2>
</section>
</div>
<div class="control">
<ul>
<li class="selected"></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
</div>
<!--- <div class="custom-shape-divider-top-1612921150">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" class="shape-fill"></path>
</svg>
</div> -->
<!--- SVG Header ----
<div class="svghead">
<h2> Check Out Our Services and Get Started Today!</h2>
<svg id="one" height="100%" width="100%" id="bg-svg" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150"><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdc88"></stop><stop offset="95%" stop-color="#32ded488"></stop></linearGradient></defs><path d="M 0,400 C 0,400 0,133 0,133 C 155.42857142857142,110.25 310.85714285714283,87.5 409,89 C 507.14285714285717,90.5 548,116.24999999999999 668,118 C 788,119.75000000000001 987.1428571428571,97.50000000000001 1129,96 C 1270.857142857143,94.49999999999999 1355.4285714285716,113.75 1440,133 C 1440,133 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdcff"></stop><stop offset="95%" stop-color="#32ded4ff"></stop></linearGradient></defs><path d="M 0,400 C 0,400 0,266 0,266 C 90,251.39285714285714 180,236.78571428571428 294,230 C 408,223.21428571428572 546,224.25 688,245 C 830,265.75 976,306.2142857142857 1102,313 C 1228,319.7857142857143 1334,292.8928571428571 1440,266 C 1440,266 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path></svg>
<svg id="two" height="100%" width="100%" id="bg-svg" viewBox="0 0 1440 500" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150"><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdc88"></stop><stop offset="95%" stop-color="#32ded488"></stop></linearGradient></defs><path d="M 0,500 C 0,500 0,166 0,166 C 102.43062200956936,199.4354066985646 204.86124401913872,232.8708133971292 282,225 C 359.1387559808613,217.1291866028708 410.9856459330143,167.95215311004782 524,148 C 637.0143540669857,128.04784688995218 811.1961722488037,137.32057416267943 911,156 C 1010.8038277511963,174.67942583732057 1036.2296650717703,202.76555023923447 1112,206 C 1187.7703349282297,209.23444976076553 1313.8851674641148,187.61722488038276 1440,166 C 1440,166 1440,500 1440,500 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdcff"></stop><stop offset="95%" stop-color="#32ded4ff"></stop></linearGradient></defs><path d="M 0,500 C 0,500 0,333 0,333 C 83.98086124401917,320.89473684210526 167.96172248803833,308.7894736842105 278,316 C 388.03827751196167,323.2105263157895 524.1339712918659,349.7368421052631 628,359 C 731.8660287081341,368.2631578947369 803.5023923444977,360.2631578947368 892,353 C 980.4976076555023,345.7368421052632 1085.8564593301433,339.2105263157895 1180,336 C 1274.1435406698567,332.7894736842105 1357.0717703349283,332.89473684210526 1440,333 C 1440,333 1440,500 1440,500 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path></svg>
</div> -->
<!--News Updates---------->
<div class="test2-heading">
<div class="smallblurb1">
<p style="color: #ff9500; padding-top: 80px;"> OUR NEWS </p>
</div>
<h1>Our Latest News and Updates</h1>
<a class="test-btn" href="blog.html">More</a>
</div>
<!-- <div class="blogcards">
<div class="blog-card">
<input type="radio" name="select" id="tap-1" checked>
<input type="radio" name="select" id="tap-2">
<input type="radio" name="select" id="tap-3">
<input type="checkbox" id="imgTap">
<div class="sliders">
<label for="tap-1" class="tap tap-1"></label>
<label for="tap-2" class="tap tap-2"></label>
<label for="tap-3" class="tap tap-3"></label>
</div>
<div class="inner-part">
<label for="imgTap" class="img">
<img class="img-1" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScheduling%20Icon.svg?v=1612769557560">
</label>
<div class="content content-1">
<span>Jan 1 2020 </span>
<div class="title">
Live updates on Vaccinations and their Avalibility </div>
<div class="text">
Pfizer, Moderna, and Johnson and Johnson- What are the diffrences? How effective are they? Is two shots more ideal or are one-dose vaccines more capable? According to studies...</div>
<button>Read more</button>
</div>
</div>
<div class="inner-part">
<label for="imgTap" class="img">
<img class="img-2" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScheduling%20Icon.svg?v=1612769557560">
</label>
<div class="content content-2">
<span>
Jan 2 2020</span>
<div class="title">
New Variants of the coronavirus and how they're spreading.</div>
<div class="text">
The coronavirus has thousands of strands that have been identified, and several of them first found in the U.K. and places such as Africa are highly transmissible and challange the potency of the developing vaccines....</div>
<button>Read more</button>
</div>
</div>
<div class="inner-part">
<label for="imgTap" class="img">
<img class="img-3" src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2FScheduling%20Icon.svg?v=1612769557560">
</label>
<div class="content content-3">
<span>Jan 3 2020</span>
<div class="title">
Variants Vs. Vaccines and How we protect Ourselves</div>
<div class="text">
The scattering availability of emerging vaccines and problems concerning where and to who vaccines are being administrated are causing a stir. Along with the concern of new variants...</div>
<button>Read more</button>
</div>
</div>
</div>
</div> -->
<div class="blogs">
<div class="blog-card">
<input type="radio" name="select" id="tap-1" checked>
<input type="radio" name="select" id="tap-2">
<input type="radio" name="select" id="tap-3">
<input type="checkbox" id="imgTap">
<div class="sliders">
<label for="tap-1" class="tap tap-1"></label>
<label for="tap-2" class="tap tap-2"></label>
<label for="tap-3" class="tap tap-3"></label>
</div>
<div class="inner-part">
<div class="content content-1">
<span>January 1, 2021 </span>
<div class="title">
Live Updates on Vaccinations </div>
<div class="text">
Pfizer, Moderna, and Johnson and Johnson - What are the differences? Are two shots more ideal than one-dose vaccines? <br>According to studies...</div>
<a href="blogpage1.html"> Read More</a>
</div>
</div>
<div class="inner-part">
<div class="content content-2">
<span>
January 7, 2021</span>
<div class="title">
New Variants of the Coronavirus</div>
<div class="text">
The coronavirus has thousands of strands that have been identified, and several of them were discovered in the UK...</div>
<a href="blogpage2.html" >Read More</a>
</div>
</div>
<div class="inner-part">
<div class="content content-3">
<span>January 15, 2021</span>
<div class="title">
Variants vs. Vaccines</div>
<div class="text">
The scattering availability of emerging vaccines and problems concerning safety are
prompting a dicussion on how distribution should work. What are these new consequences? And how do we...</div>
<a href="blogpage3.html" >Read More</a>
</div>
</div>
</div>
</div>
<div class="faqsvg">
<div class="custom-shape-divider-top-1612923488">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" class="shape-fill"></path>
</svg>
</div>
</div>
<!---- Accordion Info --->
<div class="accordion1">
<div class="test1-heading">
<div class="smallblurb1">
<p style="color: #ff9500;"> FAQ </p>
</div>
<h1 style="color: #fcfcfc;">Frequently Asked Questions</h1>
<div id="btn">
<a class="test1-btn" href="contact.html">Have more questions?</a>
</div> </div>
<div class="accordion">
<div class="accordion-item">
<div class="accordion-head">
Is telehealth safe?
</div>
<div class="accordion-body">
<div class="accordion-content">
Yes, telehealth is a safe and effective way to expand health care. Everything is held to the same standards as in-person visits, but in a safer and more convient way for both patients and practices by reducing the risk of exposure to infections. Your files and data are also kept in private and nothing will be shared or accessed by someone outside your organization absent your permission. Contact us if you have questions about how we're accomodating your health and security concerns.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-head">
Where can patients get access to telehealth service?
</div>
<div class="accordion-body">
<div class="accordion-content">
Paitents can ask their employers, health plan, doctors, hospitals, and their healthcare providers about telehealth services they may offer. Through ConnectHealth, we offer one centralized location for patients to access to telehealth information and resources.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-head">
Can ConnectHealth guarantee that their services will be effective for our practice?
</div>
<div class="accordion-body">
<div class="accordion-content">
Of course; we make sure to ourselves fix any issues and problems you might run into. All our services are carefully designed to be accomodated to your own online platform and expand as your practice sees fit. Our staff is available at any time to assist with using our services, and we are always working on ways to improve our services so let us know what we can do to help make your experience using ConnectHealth better.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-head">
Why should I use telehealth services?
</div>
<div class="accordion-body">
<div class="accordion-content">
It is not always easy or convenient for patients to get help for their health care needs. The purpose of telecommunication is to provide a safer, improved care for patients from the comforts of their home, especially during these times.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-head">
What is the difference between telemedicine and telehealth?
</div>
<div class="accordion-body">
<div class="accordion-content">
These two words are often used interchangeably; both terms refer to the use of tech to deliver health care in a way that's convenient for your paitents.
</div>
</div>
</div>
</div>
</div>
<!---Pricing----
<div class="pricing">
<div class="columns">
<ul class="price">
<div class="smallprice">
<li class="header">BASIC</li>
<li class="grey"><span class="mini">$</span>9.99 <span class="mini">/ year</span></li>
</div>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<button class="button"> GET STARTED </button>
</ul>
</div>
<div class="columns">
<ul class="price">
<div class="smallprice">
<li class="header">BASIC</li>
<li class="grey"><span class="mini">$</span>9.99 <span class="mini">/ year</span></li>
</div>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<button class="button"> GET STARTED </button>
</ul>
</div>
<div class="columns">
<ul class="price">
<div class="smallprice">
<li class="header">BASIC</li>
<li class="grey"><span class="mini">$</span>9.99 <span class="mini">/ year</span></li>
</div>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<li class="price-info"><i class="fa fa-check mr-2 text-primary"></i> information</li>
<button class="button"> GET STARTED </button>
</ul>
</div>
</div> --->
<!---Footer----
<h2> Check Out Our Services and Get Started Today!</h2>
<svg height="100%" width="100%" id="bg-svg" viewBox="0 0 1440 700" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150"><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdc88"></stop><stop offset="95%" stop-color="#32ded488"></stop></linearGradient></defs><path d="M 0,700 C 0,700 0,233 0,233 C 151.86666666666667,206.06666666666666 303.73333333333335,179.13333333333335 461,172 C 618.2666666666667,164.86666666666665 780.9333333333334,177.53333333333333 945,191 C 1109.0666666666666,204.46666666666667 1274.5333333333333,218.73333333333335 1440,233 C 1440,233 1440,700 1440,700 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path><defs><linearGradient id="gradient"><stop offset="5%" stop-color="#002bdcff"></stop><stop offset="95%" stop-color="#32ded4ff"></stop></linearGradient></defs><path d="M 0,700 C 0,700 0,466 0,466 C 154.13333333333333,468.5333333333333 308.26666666666665,471.06666666666666 485,474 C 661.7333333333333,476.93333333333334 861.0666666666666,480.2666666666667 1024,479 C 1186.9333333333334,477.7333333333333 1313.4666666666667,471.8666666666667 1440,466 C 1440,466 1440,700 1440,700 Z" stroke="none" stroke-width="0" fill="url(#gradient)" class="transition-all duration-300 ease-in-out delay-150"></path></svg>
>
<!---Footer---->
<div class="bottomfooter">
<svg height="100%" width="100%" id="bg-svg" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150"><path d="M 0,400 C 0,400 0,133 0,133 C 106.25,145.89285714285714 212.5,158.78571428571428 327,148 C 441.5,137.21428571428572 564.2500000000001,102.75 687,92 C 809.7499999999999,81.25 932.5,94.21428571428571 1058,105 C 1183.5,115.78571428571429 1311.75,124.39285714285714 1440,133 C 1440,133 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="#24262b88" class="transition-all duration-300 ease-in-out delay-150"></path><path d="M 0,400 C 0,400 0,266 0,266 C 93.17857142857142,281.17857142857144 186.35714285714283,296.35714285714283 294,295 C 401.64285714285717,293.64285714285717 523.7499999999999,275.75 667,261 C 810.2500000000001,246.24999999999997 974.6428571428573,234.64285714285717 1107,236 C 1239.3571428571427,237.35714285714283 1339.6785714285713,251.67857142857142 1440,266 C 1440,266 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="#24262bff" class="transition-all duration-300 ease-in-out delay-150"></path></svg>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>ConnectHealth</h4>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="blog.html">news updates</a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>our services</h4>
<ul>
<li><a href="video.html">Video Service</a></li>
<li><a href="schedule.html">Online Scheduling</a></li>
<li><a href="message.html">Automatic Messaging</a></li>
<li><a href="database.html">Medical Record Database</a></li>
<li><a href="chat.html">Direct Chat Line</a></li>
<li><a href="analytic.html">Access to Analytics</a></li>
</ul>
</div>
<div class="footer-col">
<h4>online shop</h4>
<ul>
<li><a href="pricing.html">pricing</a></li>
</ul>
</div>
<div class="footer-col">
<h4>More</h4>
<ul>
<li><a href="about.html">citations</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script>
const accordionItemHeaders = document.querySelectorAll(".accordion-head");
accordionItemHeaders.forEach(accordionItemHeader => {
accordionItemHeader.addEventListener("click", event => {
accordionItemHeader.classList.toggle("active");
const accordionItemBody = accordionItemHeader.nextElementSibling;
if(accordionItemHeader.classList.contains("active")) {
accordionItemBody.style.maxHeight = accordionItemBody.scrollHeight + "px";
}
else {
accordionItemBody.style.maxHeight = 0;
}
});
});
const left = document.querySelector('.left');
const right = document.querySelector('.right');
const slider = document.querySelector('.slider');
const indicatorParent = document.querySelector('.control ul');
const indicators = document.querySelectorAll('.control li');
index = 0;
indicators.forEach((indicator, i) => {
indicator.addEventListener('click', () => {
document.querySelector('.control .selected').classList.remove('selected');
indicator.classList.add('selected');
slider.style.transform = 'translateX(' + (i) * -25 + '%)';
index = i;
});
});
left.addEventListener('click', function() {
index = (index > 0) ? index -1 : 0;
document.querySelector('.control .selected').classList.remove('selected');
indicatorParent.children[index].classList.add('selected');
slider.style.transform = 'translateX(' + (index) * -25 + '%)';
});
right.addEventListener('click', function() {
index = (index < 4 - 1) ? index+1 : 3;
document.querySelector('.control .selected').classList.remove('selected');
indicatorParent.children[index].classList.add('selected');
slider.style.transform = 'translateX(' + (index) * -25 + '%)';
});
</script>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="main.js"></script>
</body>
</html>