forked from tanmaymodi/ML_diagnostic_project_sem3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
474 lines (446 loc) · 15 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
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- external css files -->
<link rel="stylesheet" href="css_files/card.css" />
<link rel="stylesheet" href="css_files/gallery.css" />
<!-- font-awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<title><b>i-Diagnostic-Kit</b></title>
<style>
.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
bottom: 0;
left: -50%;
opacity: 0.5;
position: fixed;
right: -50%;
top: 0;
z-index: -1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}
.bg3 {
animation-duration: 5s;
}
h1 {
font-family: monospace;
}
@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
}
</style>
</head>
<body
>
<!-- background -->
<div class="bg"></div>
<div class="bg bg2"></div>
<div class="bg bg3"></div>
<!-- background -->
<!-- navbar begins -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="./index.html">i-Diagnostic-Kit</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#corosol"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#test">Available Tests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#info">Developers' Info</a>
</li>
</ul>
</div>
</nav>
<!-- navbar ends -->
<br>
<br><br>
<!-- corousel begins -->
<div class="container-fluid" id="corosol">
<div
id="carouselExampleIndicators"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
class="d-block w-100"
src="images/slide1.webp"
alt="First slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="images/slide2.webp"
alt="Second slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="images/slide3.webp"
alt="Third slide"
/>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleIndicators"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- corsousal ends -->
<br><br><br>
<!-- project infro begins -->
<div class="container my-4" id="about">
<div
class="my-4 text-justify justify-content-center d-flex align-items-center"
>
<h2>About i-Diagnostic-Kit</h2>
</div>
<div
class="row featurette d-flex justify-content-center align-items-center"
>
<div class="col-md-7">
<h2 class="featurette-heading">
What
<span class="text-muted">we do?</span>
</h2>
<p class="lead">
Taking input from the patient(user) about his medical contitions and symptomps for various disease / health condition we can predict whether the patient is is tested positive / negative for that disease
</p>
</div>
<div class="col-md-5">
<img
class="featurette-image img-fluid mx-auto"
data-src="holder.js/500x500/auto"
alt="500x500"
style="width: 500px; height: 500px"
src="images/info1.webp"
data-holder-rendered="true"
/>
</div>
</div>
<div
class="row featurette d-flex justify-content-center align-items-center"
>
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">
Key
<span class="text-muted">features</span>
</h2>
<p class="lead">
<ul>
<li>Tests available for Chronic Kidney Test , Diabetes , Heart Disease</li>
<li>Instant prediction using ML model with 93% correct precision</li>
<li>Interactive UI</li>
<li>Predictions based on 5000+ tests</li>
<li><b>Corona virus test</b> comming soon!</li>
</ul>
</p>
</div>
<div class="col-md-5 order-md-1">
<img
class="featurette-image img-fluid mx-auto"
data-src="holder.js/500x500/auto"
alt="500x500"
style="width: 500px; height: 500px"
src="images/info2.webp"
data-holder-rendered="true"
/>
</div>
</div>
<div
class="row featurette d-flex justify-content-center align-items-center"
>
<div class="col-md-7">
<h2 class="featurette-heading">
Future
<span class="text-muted">scope</span>
</h2>
<p class="lead">
i-Diagnostic-Kit is a <b>HTA(Health Technology Assessment) tool</b><br>
Self-administered general health status evaluation designed to measure the impact of disease on an individual's perception of his or her health.
</p>
</div>
<div class="col-md-5">
<img
class="featurette-image img-fluid mx-auto"
data-src="holder.js/500x500/auto"
alt="500x500"
style="width: 500px; height: 500px"
src="images/info3.webp"
data-holder-rendered="true"
/>
</div>
</div>
</div>
<!-- project info ends -->
<br><br><br>
<!-- gallery begins -->
<div class="container" id="test">
<div
class="my-4 text-justify justify-content-center d-flex align-items-center"
>
<h2>Our Leading Tests</h2>
</div>
<div
<main class="page-content">
<a href="https://idktest1.herokuapp.com/">
<div class="cardxx">
<div class="contentxx">
<h2 class="titlexx">Chronic Kidney Test</h2>
<p class="copyxx">
Check your kidney functionaly at
just one click!
</p>
</div>
</div>
</a>
<a href="https://idktest2.herokuapp.com/">
<div class="cardxx">
<div class="contentxx">
<h2 class="titlexx">Heart CheckUp</h2>
<p class="copyxx">
Do a instant test of your heart!
</p>
</div>
</div>
</a>
<a href="https://idktest3.herokuapp.com/">
<div class="cardxx">
<div class="contentxx">
<h2 class="titlexx">Diabetes Test</h2>
<p class="copyxx">Check what your symptomps say about Diabetes</p>
</div>
</div>
</a>
<a href="https://idktest4.herokuapp.com/">
<div class="cardxx">
<div class="contentxx">
<h2 class="titlexx">Corona Virus Test</h2>
<p class="copyxx">
Comming Soom!
</p>
</div>
</div>
</a>
</main>
</div>
<!-- gallery ends -->
<br><br><br>
<!-- card -->
<div
class="my-4 text-justify justify-content-center d-flex align-items-center"
>
<h2>Developers' Team</h2>
</div>
<!--Profile Card 4-->
<div class="container my-4" id="info">
<div class="row">
<div class="col-md-6 mt-4">
<div class="card profile-card-4">
<div class="card-img-block">
<div class="info-box">
</div>
<img
class="img-fluid"
src="https://images.pexels.com/photos/965157/pexels-photo-965157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
alt=""
/>
</div>
<div class="card-body pt-5">
<img
src="images/team/vijay.jpeg"
alt="profile-image"
class="profile"
/>
<h5 class="card-title text-center">Vijay Joshi</h5>
<p class="card-text text-center">
Machine Learning and Model Training
</p>
<div class="icon-block text-center">
<a href="#"><i class="fa fa-facebook"></i></a
><a href="#"> <i class="fa fa-twitter"></i></a
><a href="#"> <i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="card profile-card-4">
<div class="card-img-block">
<div class="info-box">
</div>
<img
class="img-fluid"
src="https://images.pexels.com/photos/965157/pexels-photo-965157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
alt=""
/>
</div>
<div class="card-body pt-5">
<img
src="images/team/aryan.jpeg"
alt="profile-image"
class="profile"
/>
<h5 class="card-title text-center">Aryan</h5>
<p class="card-text text-center">
Web Development
</p>
<div class="icon-block text-center">
<a href="#"><i class="fa fa-facebook"></i></a
><a href="#"> <i class="fa fa-twitter"></i></a
><a href="#"> <i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="card profile-card-4">
<div class="card-img-block">
<div class="info-box">
</div>
<img
class="img-fluid"
src="https://images.pexels.com/photos/965157/pexels-photo-965157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
alt=""
/>
</div>
<div class="card-body pt-5">
<img
src="images/team/himanshu.jpeg"
alt="profile-image"
class="profile"
/>
<h5 class="card-title text-center">Himanshu Rane</h5>
<p class="card-text text-center">
Machine Learning and Model Training
</p>
<div class="icon-block text-center">
<a href="#"><i class="fa fa-facebook"></i></a
><a href="#"> <i class="fa fa-twitter"></i></a
><a href="#"> <i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="card profile-card-4">
<div class="card-img-block">
<div class="info-box">
</div>
<img
class="img-fluid"
src="https://images.pexels.com/photos/965157/pexels-photo-965157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
alt=""
/>
</div>
<div class="card-body pt-5">
<img
src="images/team/tanmay.jpg"
alt="profile-image"
class="profile"
/>
<h5 class="card-title text-center">Tanmay Modi</h5>
<p class="card-text text-center">
Web Development and Data Analysis
</p>
<div class="icon-block text-center">
<a href="#"><i class="fa fa-facebook"></i></a
><a href="#"> <i class="fa fa-twitter"></i></a
><a href="#"> <i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- card ends -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>