-
Notifications
You must be signed in to change notification settings - Fork 0
/
next.html
86 lines (78 loc) · 2.81 KB
/
next.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
<!DOCTYPE html>
<html>
<body style="width:1000px;margin-left:auto;margin-right:auto; border-style: solid; border-width: 1px; padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 20px;">
<img src="images.png" alt="images" align="right">
<h1><font color="#17a8c1">HEART RISK CALCULATER</font></h1>
<h2><font color="#22cc36">DEMOGRAPHICS</font></h2>
<form><hr size="5" color="#22cc36"><hr style="border: 3px solid transparent;">
<div style=" height:80px;
width: 100%;">
<div style=" float:left;
width: 20%;"
>
<img src="blood presure 400x400.png" width="100%" height="100%"/>
</div>
<div style=" float:right;
width: 75%;"
>
<p style="font-size:20px; ">Do you have any of these conditions?</p>
<p style="font-size:17px; ">If you have any these risk factors, your risk may be higher than what is shown in this tool.</P>
<p>Please select all of the conditions you have.</p>
</div>
<div style=" float:left;
width: 50%;"
>
<hr style="border: 3px solid transparent;">
<input type="radio" id="1"> Heart attack </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="2"> Stroke </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="3"> Heart failure </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="4"> Kidney disease </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="5"> Diabetes </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="6"> Smoking </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="7"> High cholesterol </input>
</div>
<div style=" float:right;
width: 50%;"
>
<hr style="border: 3px solid transparent;">
<input type="radio" id="8"> Coronary artery disease </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="9"> Peripheral vascular disease </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="10"> Family history of heart disease </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="11"> None </input>
<hr style="border: 3px solid transparent;">
<input type="radio" id="12"> I do not know </input>
<hr style="border: 3px solid transparent;">
<hr style="border: 3px solid transparent;">
<p></P><p id="a"></P>
</div>
</div>
<div style="width: 100%; height=20px;">
<button type="button" onclick="validation()" style="background-color:#d61111;
-moz-border-radius:21px;
-webkit-border-radius:21px;
border-radius:21px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Courier New;
font-size:23px;
font-weight:bold;
padding:21px 46px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;" >CALCULATE</button>
</div>
<script type="text/javascript" src="nextjs.js"></script>
</body>
</html>