-
Notifications
You must be signed in to change notification settings - Fork 0
/
heart-checkup.html
382 lines (345 loc) · 19.9 KB
/
heart-checkup.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" href="./assets/images/favicon.png" type="image/gif" sizes="64x64">
<link rel="shortcut icon" href="./assets/images/favicon.png" type="image/gif" sizes="64x64">
<link rel="apple-touch-icon" href="./assets/images/favicon.png" type="image/gif">
<title>Heart Checkup | E-Health Care</title>
<!-- Google Font CDN -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- Main CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- Navbar-Start -->
<div class="navbar-shadow">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="./assets/images/logo.svg" alt="" width="75%" height="auto">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 mx-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="heart-checkup.html">Heart Checkup</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="covid.html"> <span
class="text-danger">Covid-19</span></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#aboutUs">About Us</a>
</li>
</ul>
<!-- Login-Button -->
<!-- <a href="./signup.html"><button class="btn signup-btn px-4">Sign Up</button></a> -->
<!-- User-Profile -->
<div class="d-flex align-items-center btn-group">
<button type="button" class="btn dropdown-toggle" data-bs-toggle="dropdown"
aria-expanded="false">
<img class="user-img" src="./assets/images/user.png" alt="user">
<span class="user-first-name">Shahriar</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="PublicProfile.html">profile</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li>
<a type="button" class="btn dropdown-item" data-bs-toggle="modal"
data-bs-target="#staticBackdrop">
Log Out
</a>
</li>
</ul>
<!-- Log out Popup -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static"
data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-wrapper border-0">
<div class="modal-top">
<i class="danger-icon fas fa-exclamation-triangle"></i>
<div>
<h5 class="modal-heading">Log out from this session</h5>
<p class="modal-description">Are you sure you want to log out? All of
your data
will be temporary
removed. You have to sign in again.</p>
</div>
</div>
<div class="modal-bottom">
<button type="button" class="btn btn-outline-primary mx-3"
data-bs-dismiss="modal">Cancel</button>
<a href="http://">
<button type="button" class="btn btn-custom-danger">
Log out
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar-End -->
<section class="heart-page-section bg-light">
<div class="container">
<div>
<div class="d-flex justify-content-center align-items-center">
<h2 class="mx-5">Heart</h2>
<lottie-player src="https://assets3.lottiefiles.com/packages/lf20_S0psCs.json"
background="transparent" speed="1" style="width: 200px; height: 150px;" loop autoplay>
</lottie-player>
<h2 class="mx-5">Checkup</h2>
</div>
<div class="row">
<div class="col-8 mx-auto border border-primary">
<form class="row g-3 my-3">
<div class="col-md-6">
<label class="form-label">Gender</label>
<select class="form-select">
<option selected disabled>Select gender</option>
<option value="1">Male</option>
<option value="2">Female</option>
<option value="3">Other</option>
</select>
</div>
<div class="col-md-6">
<label class="form-label">Age</label>
<input type="number" placeholder="Insert age" class="form-control">
</div>
<div class="col-6">
<label class="form-label">Fasting blood sugar</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="fbs">
<label class="form-check-label">
Gratter than 120 mg/dl
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="fbs" checked>
<label class="form-check-label">
Less than 120 mg/dl
</label>
</div>
</div>
<div class="col-6">
<label class="form-label">Exercise induced angina</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="exang" checked>
<label class="form-check-label">
Yes
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exang">
<label class="form-check-label">
No
</label>
</div>
</div>
<div class="col-12">
<label class="form-label">Resting electrocardiographic results
</label>
<select class="form-select">
<option selected disabled>Choose...</option>
<option value="1">Probable or definite left ventricular
hypertrophy by Estes’ criteria
</option>
<option value="2">Normal
</option>
<option value="3">having ST-T wave abnormality (T wave inversions and/or ST
elevation or
depression of > 0.05 mV)
</option>
</select>
</div>
<div class="col-md-5">
<label class="form-label">Resting blood pressure</label>
<input type="number" placeholder="mm Hg on admission to the hospital"
class="form-control">
</div>
<div class="col-md-3">
<label class="form-label">Chest pain type</label>
<select class="form-select">
<option value="1">Asymptomatic
</option>
<option value="2">Atypical angina
</option>
<option value="3">Non-anginal pain
</option>
<option value="4">Typical angina
</option>
</select>
</div>
<div class="col-md-4">
<label class="form-label">Heart rate achieved</label>
<input type="number" placeholder="Insert maximum value" class="form-control">
</div>
<div class="col-12">
<label class="form-label">Blood disorder (Thalassemia)
</label>
<select class="form-select">
<option selected disabled>Choose...</option>
<option value="1">Fixed defect (no blood flow in some part of the heart)
</option>
<option value="2">Normal blood flow
</option>
<option value="3">Reversible defect (a blood flow is observed but it is not normal)
</option>
</select>
</div>
<div class="col-md-6">
<label class="form-label">Slope of peak exercise ST segment</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="slope" value="1">
<label class="form-check-label">Downsloping</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="slope" value="2" checked>
<label class="form-check-label">Flat</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="slope" value="3">
<label class="form-check-label">Upsloping</label>
</div>
</div>
<div class="col-md-6">
<label class="form-label">Major vessels (0-3) colored by fluoroscopy</label><br>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="ca" value="1">
<label class="form-check-label">0</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="ca" value="2" checked>
<label class="form-check-label">1</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="ca" value="3">
<label class="form-check-label">2</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="ca" value="3">
<label class="form-check-label">3</label>
</div>
</div>
<div class="col-md-6">
<label class="form-label">Cholesterol measurement</label>
<input type="number" placeholder="mg/dl" class="form-control">
</div>
<div class="col-md-6">
<label class="form-label">ST depression induced by exercise relative to rest </label>
<input type="number" placeholder="‘ST’ relates to positions on the ECG plot."
class="form-control">
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="footer-about">
<div class="footer-logo">
<a href="index.html"><img src="./assets/images/logo-white.svg" alt=""></a>
</div>
<p>E-Health Care is a dream that turned into a tech based startup, a business with a great
purpose to create positive impacts in peoples' lives.</p>
<!-- Add Social Icon -->
<div>
<a href="example.com" target="_blank"><span class="social-icons"><i class="fab fa-facebook"
style="color:#30629d;"></i></span></a>
<a href="example.com" target="_blank"><span class="social-icons"><i class="fab fa-twitter"
style="color:#00A7E6;"></i></span></a>
<a href="example.com" target="_blank"><span class="social-icons"><i class="fab fa-linkedin"
style="color:#0073B1;"></i></span></a>
<a href="example.com" target="_blank"><span class="social-icons"><i class="fab fa-instagram"
style="color:#D32C86;"></i></span></a>
</div>
</div>
</div>
<div class="col-lg-3 offset-lg-1 col-md-3 col-6">
<div class="footer-widget">
<h6>Information</h6>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">E-Sheba</a></li>
<li><a href="#">Doctor Protal</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-6">
<div class="footer-widget">
<h6>Quick Link</h6>
<ul>
<li><a href="#">FAQs</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Notice</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-12 col">
<div class="footer-widget">
<h6>Important</h6>
<ul>
<li><a href="#">e-Sastho Premium</a></li>
<li><a href="#">e-Sastho Plus</a></li>
<li><a href="#">Senior Citizen Care</a></li>
<li><a href="#">Personal & Family Care</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<div class="footer-copyright-text">
<p>© Copyright <script>
document.write(new Date().getFullYear());
</script> | <a href="index.html"> E-Health Care </a> | All Rights Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js">
</script>
</body>
</html>