-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathknee.html
122 lines (107 loc) · 5.82 KB
/
knee.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Knee</title>
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/1823/1823738.png" >
<link rel="stylesheet" href="selftest_style.css">
<!-- Google Fonts Link -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap" rel="stylesheet"/>
<!--Line Awesome CDN Link-->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"/>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="data_css.css" />
</head>
<body>
<h1 style="font-family:poppins;background-color:orange;text-align:center;font-size: 3.2em; margin-top: 0.20em;font-color:white;color:white">Analyze your knee</h1>
<section id="sec-1">
<div class="main-container">
<h2>Are you experiencing any of the following symptoms?</h2>
<div class="radio-buttons">
<label class="custom-radio">
<input type="radio" name="ques1.a" id="q1a">
<span class="radio-btn">
<i class="las la-check"></i>
<div class="amartya-icon">
<img width="140 px" height="140 px" src="https://media.hearstapps.com/hmg-prod/images/swollen-knees-1566317866.png?crop=1273.5"/>
<h3>Swollen Knee</h3>
</div>
</span>
</label>
<label class="custom-radio">
<input type="radio" name="ques1.b" id="q1b">
<span class="radio-btn">
<i class="las la-check"></i>
<div class="amartya-icon">
<img width="140 px" height="140 px" src="https://tse2.mm.bing.net/th?id=OIP.IrOxPu7ulBVWi0gF-BqQAwHaE8&pid=Api&P=0"/>
<h3>Knee instability</h3>
</div>
</span>
</label>
<label class="custom-radio">
<input type="radio" name="ques1.c" id="q1c">
<span class="radio-btn">
<i class="las la-check"></i>
<div class="amartya-icon">
<img width="130 px" height="135 px" src="https://tse3.mm.bing.net/th?id=OIP.k8ZUXjsb4fektYpHkO7gugHaLG&pid=Api&P=0"/>
<h3>Knee joint inflammation</h3>
</div>
</span>
</label>
</div>
</div>
</section>
<input type="submit" name="submit" value="SUBMIT" id="nav" onclick="result()" class="scroll-down5">
<input type="back" name="back" value="BACK" onclick="window.location.href ='lowerbody.html';" class="scroll-down6">
<section class="tips" id="sec-res">
<h1 class="heading"> Reults based on your symptoms are :</h1>
<div class="box-container">
<div class="box" id="res-a" style="display:none">
<img src="https://tse3.mm.bing.net/th?id=OIP._qmiMwWSMXNGE8mDqjhSuQAAAA&pid=Api&P=0" alt="">
<h3>Baker's Cyst </h3>
<p>Symptoms : Symptoms may include swelling behind the knee, knee stiffness, pain, and bruises on the knee or calf.
<br><br> How Common : About 1 out of every 4 adults with osteoarthritis has a Baker's cyst.
<br><br>Risk Factors : Knee injuries such as meniscal or ligament tears, osteoarthritis, rheumatoid arthritis, juvenile arthritis
<br><br>Diagnosed By : Your doctor will ask questions and examine you. You may need ultrasounds, X-rays, MRIs, and other tests.
</p>
<a href="https://www.webmd.com/pain-management/knee-pain/default.htm" target="_blank">Learn more ...</a>
</div>
<div class="box" id="res-b" style="display:none">
<img src="https://tse4.mm.bing.net/th?id=OIP.OeW1QYtJHl8gVWef7qn0UQHaFs&pid=Api&P=0" alt="">
<h3>ACL Injury</h3>
<p>Symptoms : Knee pain, swelling, tenderness, a loud popping sound at the time of injury, a feeling that your knee is not stable
<br><br>How Common : About 200,000 people in the U.S. have an ACL tear every year.
<br><br>Risk Factors : Being female; playing a sport that puts pressure on your knee or requires sudden changes of direction such as basketball, soccer, football, tennis, or skiing
<br><br>Diagnosed By : To diagnose ACL injury, your doctor will take a medical history and do a physical exam. Your doctor may also order X-rays, an ultrasound, MRI, or arthroscopy.
</p>
<a href="https://www.webmd.com/fitness-exercise/acl-injuries-directory" target="_blank">Learn more ...</a>
</div>
</div>
</section>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> <!-- Alert Box Link -->
<script type="text/javascript">
function result() {
window.location.href = "#sec-res";
var status= document.getElementById('res-n');
var resa = document.getElementById('res-a');
var resb = document.getElementById('res-b');
if(document.getElementById('q1a').checked == true)
{
resa.style.display = "block";
}
if(document.getElementById('q1b').checked == true)
{
resb.style.display = "block";
}
if(document.getElementById('q1c').checked == true)
{
resa.style.display = "block";
}
}
</script>
</body>
</html>