-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (205 loc) · 9.07 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Showcase: Cardiac Risk</title>
<!-- Bootstrap core CSS -->
<link href="static/bootstrap-3.3.2-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="static/custom/css/navbar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
.badge {
background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
background-color: orange;
border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
/*box-shadow: 1px 1px 1px black;*/
color: white;
font: bold 14px/13px Helvetica, Verdana, Tahoma;
height: 18px;
min-width: 18px;
padding: 4px 3px 0 3px;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Cardiac Risk</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Patient Home</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="#">Contact</a></li> -->
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- <li class="active"><a href="./">Default <span class="sr-only">(current)</span></a></li>
<li><a href="../navbar-static-top/">Static top</a></li>
<li><a href="../navbar-fixed-top/">Fixed top</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Patient: Carl Lee<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="active"><a href="#">Carl Lee</a></li>
<li><a href="carol_allen.html">Carol Allen</a></li>
<li><a href="frank_taylor.html">Frank Taylor</a></li>
<!-- <li class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li> -->
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<!-- Panel that displays Patient Info -->
<div class="panel panel-default">
<div class="panel-body">
<h2>Bloodwork Cardiology Result</h2>
<div class="row">
<div class="col-lg-5">
<h5>Patient info</h5>
<p><span class="text-muted" style="font-size:smaller;">NAME:</span> Carl U. Lee<br>
<span class="text-muted" style="font-size:smaller;">GENDER:</span> <strong>M</strong>
<span class="text-muted" style="font-size:smaller;">AGE:</span> <strong>75</strong>
<span class="text-muted" style="font-size:smaller;">DOB:</span> <strong>1939-08-30</strong></p>
</div>
<div class="col-lg-3">
<br>
<br>
<br>
<br>
<span class="text-muted" style="font-size:smaller;">................................</span>
<div class="badge">120</div/>
<span class="text-muted" style="font-size:smaller;">................................</span>
</div>
<div class="col-lg-4">
<span class="text-muted" style="font-size:smaller;">Note: these results are valid for non-diabetes only!</span>
<div class="input-group">
<input type="radio" aria-label="..."> Current smoker?<br>
<input type="radio" aria-label="..."> Family history of heart attack?<br><br>
Systolic blood pressure
</div><!-- /input-group -->
</div>
</div>
</div>
</div>
<!-- Section 1: About this test -->
<div class="row">
<div class="col-lg-12">
<div class="badge">1</div> <strong>About this test</strong>
<br>
<span class="text-muted" style="font-size:small;">This report evaluates your potential risk of heart disease, heart attack, and stroke.</span>
</div>
</div>
<hr>
<!-- Section 2: Your Results -->
<div class="row">
<div class="col-lg-12">
<div class="badge">2</div> <strong>Your Results</strong>
<IFRAME src="/bullet_carl_lee.html" width="100%" height="270px" id="iframe_bullet" marginheight="0" frameborder="0"></IFRAME>
</div>
</div>
<hr>
<!-- Section 3: Your risk -->
<div class="row">
<div class="col-lg-2">
<div class="badge">3</div> <strong>Your risk</strong>
</div>
<div class="col-lg-10">
<span class="text-muted">You show an elevated risk of cardiovascular disease</span>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4">
<span class="text-muted" style="font-size:small;">
If you're a smoker with normal blood pressure, (130 mm/Hg) but family history of heart attack before the age of 60 (one or both parents) your risk over 10 years is:
</span>
</div>
<div class="col-lg-2">
<span class="text-muted text-center text-success" style="font-size:50px;">15%</span>
</div>
<div class="col-lg-6">
<span class="text-muted" style="font-size:small;">
<strong>Your risk would be lowered to:</strong><br>
<strong>15%</strong> if your blood pressure were 120mm/Hg<br>
<strong>10%</strong> if you didn't smoke and all levels were optimal<br>
<strong>15%</strong> if you quit smoking<br>
</span>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<span class="text-muted" style="font-size:small;">
Use your test results to calculate your risk of a cardiovascular event at ReynoldsRisk.org
</span>
</div>
</div>
<hr>
<!-- Section 4: What now? -->
<div class="row">
<div class="col-lg-12">
<div class="badge">4</div> <strong> What now?</strong>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-3">
<span class="text-muted glyphicon glyphicon-road" aria-hidden="true"></span>
<span class="text-muted">
<strong>Diet and exercise</strong><br>
can improve yourcholesterol levels
</span>
</div>
<div class="col-lg-3">
<span class="text-muted glyphicon glyphicon-remove-circle" aria-hidden="true"></span>
<span class="text-muted">
<strong>Staying smoke-free</strong><br>
is one of the bestways to improve yourheart disease risk
</span>
</div>
<div class="col-lg-3">
<span class="text-muted glyphicon glyphicon-phone-alt" aria-hidden="true"></span>
<span class="text-muted">
<strong>Ask your doctor</strong><br>
about statins or othermedications that canlower cholesterol
</span>
</div>
<div class="col-lg-3">
<span class="text-muted glyphicon glyphicon-tint" aria-hidden="true"></span>
<span class="text-muted">
<strong>Consider retesting</strong><br>
in 1 or 2 weeks toexclude a temporaryspike in blood levels
</span>
</div>
</div>
<hr>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="static/bootstrap-3.3.2-dist/js/bootstrap.min.js"></script>
</body>
</html>