-
Notifications
You must be signed in to change notification settings - Fork 5
/
medicare.html
102 lines (75 loc) · 2.37 KB
/
medicare.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Where is my data?</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<script src="js/modernizr-2.5.3-respond-1.1.0.min.js"></script>
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="row-fluid">
<div class="span12 blue-header pagination-centered">
<a href="index.html"><img src="img/bluebutton-small.png"></a>
</div>
</div>
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span7">
<h4>Medicare</h4>
<p>Medicare is our country’s health insurance program for people age 65 or older.</p>
<div class="alert alert-success alert-block">
<strong>Blue Button Enabled.</strong><br /> Medicare has enabled Blue Button for its patients.
</div>
<a href="http://www.mymedicare.gov" class="btn btn-large btn-block btn-primary">Access My Health Data</a> <br />
</div>
<div class="span4 offset1">
<table class="table table-bordered data-facts">
<tr>
<td><span class="fact-label">Health Data Facts</span><br />
<small><strong>Source:</strong> Health Insurance</small><br />
<small><strong>Format:</strong> Text File</small></td>
</tr>
<tr>
<td><small><strong>Preventative Services</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Insurance Information</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Medical Insurance Claims</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
<tr>
<td><small><strong>Prescription Drug Claims</strong></small></td>
<td><center><i class="icon-ok"></i></center></td>
</tr>
</table>
</div>
</div>
<hr>
<footer>
<p><small><strong>Blue Button</strong> - This information has been compiled by HealthIT.gov</small></p>
</footer>
</div> <!-- /container -->
</body>
</html>