-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathother.html
95 lines (68 loc) · 2.29 KB
/
other.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
<!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.png"></a>
</div>
</div>
<div class="row-fluid">
<div class="span12 pagination-centered">
<p class="call-to-action">Get your health records now.</p>
</div>
</div>
<div class="row-fluid">
<div class="span12 pagination-centered">
<p>Who is your health insurance provider?</p>
<p>
<a href="index.html" class="btn btn-large disabled">Veterans Affairs (VA)</a>
<a href="index.html" class="btn btn-large disabled">Medicare</a>
<a href="other.html" class="btn btn-large btn-primary">Other Insurance</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span12 pagination-centered">
<p>Please select yours from the list:</p>
</div>
</div>
<div class="row-fluid">
<div class="span4 offset4">
<p><a href="aetna.html" class="btn btn-large btn-block">Aetna</a></p>
<p><a href="bcbs.html" class="btn btn-large btn-block">Federal Employees BCBS</a></p>
<p><a href="tricare.html" class="btn btn-large btn-block">Tricare</a></p>
<p><a href="unitedhealth.html" class="btn btn-large btn-block">UnitedHealth</a></p>
<center><p class="alert alert-info">Don't see yours? Send us a tweet <a href="http://twitter.com/projectbluebtn">@ProjectBlueBtn</a></p></center>
</div>
</div>
<hr>
<footer class="page-footer">
<p><small><strong>Blue Button</strong> - This information has been compiled by HealthIT.gov</small></p>
</footer>
</div> <!-- /container -->
</body>
</html>