-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>835 Claims Data Interpreter</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="heading">835 Claims Data Interpreter</h1>
</header>
<main>
<section id="home" class="futurepanel">
<div class="futurepanel__header">
<h2 class="futurepanel__title">Welcome</h2>
</div>
<div class="futurepanel__body">
<p>Welcome to the 835 Claims Data Interpreter, the premier solution for healthcare professionals seeking clarity
on EDI data. With the evolving landscape of healthcare, understanding your 835 claims data is more crucial
than ever. Our tool streamlines this process, providing instant insights into metrics like total charges,
payments, and denials. Born from a genuine need in the healthcare data management sector, our platform
guarantees accuracy, security, and simplicity. Dive right in to experience a revolution in EDI data
interpretation or read more about our mission and the professionals behind this innovation.</p>
</div>
</section>
<div id="app">
<!-- This is where your cljs/reagent tool will be attached -->
</div>
<section class="futurepanel">
<div class="futurepanel__header">
<h2 class="futurepanel__title">Data Privacy Assurance</h2>
</div>
<div class="futurepanel__body">
<p>Your data's privacy is our priority. We guarantee that no data you input is stored, saved, or transmitted
elsewhere. Use our tool with the confidence that your information remains secure and private.</p>
</div>
</section>
</main>
<!-- <footer>
<ul>
<li><a href="#privacy-policy">Privacy Policy</a></li>
<li><a href="#terms-of-use">Terms of Use</a></li>
</ul>
</footer> -->
<script src="js/compiled/claimr.js" type="text/javascript"></script>
</body>
</html>