-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
470 lines (445 loc) · 24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Homepage </title>
<link rel="icon" href="img/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<!-- magnific popup CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- nice select CSS -->
<link rel="stylesheet" href="css/nice-select.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
<script src="https://account.snatchbot.me/script.js"> </script>
<script>window.sntchChat.Init(132997)</script>
</head>
<body>
<!--::header part start::-->
<header class="main_menu">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img src="https://i.ibb.co/m49w93y/Logo2.jpg" alt="NOvid-20 Logo" border="0"
align="left" height="100" width="250">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item active">
<a class="nav-link" href="index.html"> Home </a>
</li>
<div class="collapse navbar-collapse main-menu-item justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item active">
<a class="nav-link" href="index.html#about"> About </a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html#services"> Services </a>
<a class="dropdown-item" href="index.html#access"> Access our Services </a>
</div>
</li>
<div class="collapse navbar-collapse main-menu-item justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<!-- <li class="nav-item active">
<a class="nav-link" href="Blog.html"> Blogs </a>
</li> -->
<!-- <li class="nav-item active">
<a class="nav-link" href="contact.html"> Register </a>
</li> -->
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- banner part start-->
<section class="banner_part">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-xl-5">
<div class="banner_text">
<div class="banner_text_iner">
<h5>Let's fight against COVID-19 together!</h5>
<h1>NOVID-20</h1>
<p>
An online doctor and a health assistant,whenever and wherever you need.
An amazing PWA which is a solution to foretell the likelihood of being in vicinity of COVID-19
</p>
<!--<a href="#" class="btn_2">Make an appointment</a>-->
</div>
</div>
</div>
<div class="col-lg-7">
<div class="banner_img">
<img src="img/banner_img.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- banner part start-->
<!-- about us part start-->
<section class="about_us padding_top">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-lg-6">
<div class="about_us_img">
<img src="img/top_service.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-5">
<div class="about_us_text">
<h2><A name="about">About us</A></h2>
<h4>
These are unprecedented times that require unprecedented efforts.
- Niraj Ranjan, Hiver
</h4><br>
<p>
NOvid-20 means 'No COVID-19 in 2020'.It is an innovative solution to act like an online doctor whenever and wherever you need.
We collect details about your symptoms or medical issues and try to determine your health status.<br>
So, stop yourself from going out and visiting clinics when feeling anxious due to the common diseases brought about by seasonal changes.
We aim to simplify the process of testing people for COVID-19 to reduce stress and havoc amongst the citizens,
created due to seasonal changes and pollution triggering seasonal flu and allergies which can show symptoms similar to that of COVID-19.<br>
The fear of the global pandemic can instill a doubt of being infected and people frequently feel the urge to visit a hospital.
An online solution like this can reduce crowding at hospitals and clinics moreover assuring people about their health and well-being.
</p>
<a class="btn_2 " href="">learn more</a>
<div class="banner_item">
<div class="single_item">
<img src="img/icon/banner_1.svg" alt="">
<h5>Emergency</h5>
</div>
<div class="single_item">
<img src="img/icon/banner_2.svg" alt="">
<h5>Appointment</h5>
</div>
<div class="single_item">
<img src="img/icon/banner_3.svg" alt="">
<h5>Qualfied</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about us part end-->
<!-- feature_part start-->
<section class="feature_part">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<div class="section_tittle text-center">
<h2> <A name="services">Our services</A></h2>
</div>
</div>
</div>
<div class="row justify-content-between align-items-center">
<div class="col-lg-3 col-sm-12">
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_2.svg" alt=""></span>
<h4>COVID-19 Predictor</h4>
<p>
The predictor model based on machine learning approach analyzes the
likelihood of the disease based on various factors.
</p>
</div>
</div>
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_2.svg" alt=""></span>
<h4>Chatbot</h4>
<p>
The AI assistant will resolve all your queries related to the disease
and provide implementable solutions to them.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="single_feature_img">
<img src="img/service.png" alt="">
</div>
</div>
<div class="col-lg-3 col-sm-12">
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_2.svg" alt=""></span>
<h4>COVID-19 Detector</h4>
<p>
With the help of COVID-19 Detector, you can upload your Chest X-Ray image
and get a prior prediction of whether you are COVID-19 positive, negative or it's
a case of Pneumonia.
</p>
</div>
</div>
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_2.svg" alt=""></span>
<h4>Current situation Overview</h4>
<p>
We would also be giving the latest updates and overview of
the on-going situation to help you keep track of it.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature_part start-->
<!-- our depertment part start-->
<section class="our_depertment section_padding">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-xl-12">
<div class="depertment_content">
<div class="row justify-content-center">
<div class="col-xl-8">
<h2><A name="access">Access our services</A></h2>
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="single_our_depertment">
<span class="our_depertment_icon">
<img src="img/icon/feature_2.svg"
alt="">
</span>
<a href="https://novid-predict.herokuapp.com/">
<h4>COVID-19 Predictor</h4>
<p>
Predict your health in the times of pandemic.
Click now, Enter details and get your prediction.
</p>
</a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_our_depertment">
<span class="our_depertment_icon">
<img src="img/icon/feature_2.svg"
alt="">
</span>
<h4>Chatbot</h4>
<p>
Learn more about COVID-19 with our AI assistant.
Talk now with our chatbot in your service.
</p>
</div>
</div>
<center>
<div class="col-lg-6 col-sm-6">
<div class="single_our_depertment">
<span class="our_depertment_icon">
<img src="img/icon/feature_2.svg"
alt="">
</span>
<a href="https://test-covid.herokuapp.com/">
<h4>COVID-19 Detection Using Chest X-Ray </h4>
<p>
Upload your Chest X-Ray image to test whether it is
a case of COVID-19, Pneumonia or Normal.
</p>
</a>
</div>
</center>
</div>
<!--<div class="col-lg-6 col-sm-6">
<div class="single_our_depertment">
<span class="our_depertment_icon"><img src="img/icon/feature_2.svg"
alt=""></span>
<h4>Better Future</h4>
<p>Darkness multiply rule Which from without life creature blessed
give moveth moveth seas make day which divided our have.</p>
</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- our depertment part end-->
<!--::blog_part start::-->
<!--
<section class="blog_part section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<div class="section_tittle text-center">
<h2>Our Blog</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="single-home-blog">
<div class="card">
<img src="img/blog/blog_2.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">
<h5 class="card-title">First cattle which earth unto let health for
can get and see what you </h5>
</a>
<ul>
<li> <span class="ti-user"></span>Jhon mike</li>
<li> <span class="ti-bookmark"></span>Clinic, doctors</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="single-home-blog">
<div class="card">
<img src="img/blog/blog_3.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">
<h5 class="card-title">First cattle which earth unto let health for
can get and see what you </h5>
</a>
<ul>
<li> <span class="ti-user"></span>Jhon mike</li>
<li> <span class="ti-bookmark"></span>Clinic, doctors</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--::blog_part end::-->
<!-- footer part start-->
<footer class="footer-area">
<div class="footer section_padding">
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-2 col-md-4 col-sm-6 single-footer-widget">
<a href="#" class="footer_logo"> <img src="https://i.ibb.co/m49w93y/Logo2.jpg" alt="#" height="90" width="290"> </a>
<p> An online doctor and a health assistant,whenever and wherever you need.</p>
<div class="social_logo">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"> <i class="ti-twitter"></i> </a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
</div>
<div class="col-xl-2 col-sm-6 col-md-4 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="#about">About us</a></li>
<li><a href="#services">Our Services</a></li>
<li><a href="#access">Access our Services</a></li>
<!-- <li><a href="blog.html">Blogs</a></li> -->
</ul>
</div>
<div class="col-xl-2 col-sm-6 col-md-4 single-footer-widget">
<h4>Explore</h4>
<ul>
<li><a href="https://www.who.int/">World Health Organisation</a></li>
<li><a href="https://www.worldometers.info/coronavirus/">COVID-19 Worldwide</a></li>
<li><a href="https://www.coronatracker.com/country/india/">COVID-19 in India </a></li>
<li><a href="https://covid.icmr.org.in/#21.9564768/82.7403001/4">ICMR</a></li>
</ul>
</div>
<div class="col-xl-2 col-sm-6 col-md-6 single-footer-widget">
<h4>Technologies Used</h4>
<ul>
<li><a>Machine Learning</a></li>
<li><a>Python</a></li>
<li><a>HTML</a></li>
<li><a>CSS</a></li>
<li><a>Javascript</a></li>
</ul>
</div>
<div class="col-xl-3 col-sm-6 col-md-6 single-footer-widget">
<h4>Newsletter</h4>
<p>Join us and get regular notification, Please enter your E-mail Id</p>
<div class="form-wrap" id="mc_embed_signup">
<form target="_blank"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="form-inline">
<input class="form-control" name="EMAIL" placeholder="Your Email Address"
onfocus="this.placeholder = ''" onblur="this.placeholder = 'Your Email Address '"
required="" type="email">
<button class="click-btn btn btn-default text-uppercase">
<i class="ti-angle-right"></i>
</button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value=""
type="text">
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="copyright_part">
<div class="container">
<div class="row align-items-center">
<p class="footer-text m-0 col-lg-8 col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | Thank you <i class="ti-heart" aria-hidden="true"></i> for <a href="index.html" target="_blank">Visiting us</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<div class="col-lg-4 col-md-12 text-center text-lg-right footer-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"> <i class="ti-twitter"></i> </a>
<a href="#"><i class="ti-instagram"></i></a>
<a href="#"><i class="ti-skype"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end-->
<!-- jquery plugins here-->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- owl carousel js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<!-- contact js -->
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/contact.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>