-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
370 lines (357 loc) · 18.1 KB
/
index.html
File metadata and controls
370 lines (357 loc) · 18.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Covidplus</title>
<meta name="description" content="sknks">
<meta name="keywords" content="xx">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Candal">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<!--banner-->
<section id="banner" class="banner">
<div class="bg-color">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="col-md-12">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/covi3.png" class="img-responsive" style="width: 140px; margin-top: -33px;"></a>
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#banner">Home</a></li>
<li class=""><a href="#service">Covid-19 Data Report</a></li>
<li class=""><a href="#about">X-Ray Diagnosis</a></li>
<li class=""><a href="#testimonial">The Team</a></li>
<li class=""><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="banner-info">
<div class="banner-logo text-center">
<img src="img/covi3.png" class="img-responsive">
</div>
<div class="banner-text text-center">
<h1 class="white">Covid-19 Diagnosis at Your Desk!!</h1>
<p>An Artificial Intelligence product developed by Codebugged Organization. <br>To diagnose the percentage of Covid-19 symptoms in X ray of lungs</p>
<a href="http://35.202.70.45:4555/" class="btn btn-appoint">Start Diagnosis</a>
</div>
<div class="overlay-detail text-center">
<a href="#service"><i class="fa fa-angle-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ banner-->
<!--service-->
<section id="service" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<h2 class="ser-title">Data Analytics Report</h2>
<hr class="botm-line">
<p>These are the data analytics reported generated by us to gather the information about the increase in severity of pandemic. Our aim is to flatten the curve of death and cased arising in India.</p>
<p>Our aim is inspecting, cleansing, transforming and modeling data with the goal of discovering useful information, informing conclusion and supporting decision-making.</p>
</div>
<div class="col-12 col-sm-8">
<iframe title="Cases in India - Time Series" aria-label="Interactive line chart" id="datawrapper-chart-pt1Is" src="https://datawrapper.dwcdn.net/pt1Is/3/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="611"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"])for(var e in a.data["datawrapper-height"]){var t=document.getElementById("datawrapper-chart-"+e)||document.querySelector("iframe[src*='"+e+"']");t&&(t.style.height=a.data["datawrapper-height"][e]+"px")}}))}();
</script>
</div>
</div>
</div>
</div>
</section>
<!--/ service-->
<!--/ charts -->
<section>
<div class="container">
<div class="col-12 col-sm-6" id="chart2">
<iframe title="Covid Deaths in India" aria-label="Interactive line chart" id="datawrapper-chart-iOZgS" src="https://datawrapper.dwcdn.net/iOZgS/3/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="564"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"])for(var e in a.data["datawrapper-height"]){var t=document.getElementById("datawrapper-chart-"+e)||document.querySelector("iframe[src*='"+e+"']");t&&(t.style.height=a.data["datawrapper-height"][e]+"px")}}))}();
</script>
</div>
<div class="col-12 col-sm-6" id="chart3">
<iframe title="Recovered Cases in India - Time Series" aria-label="Interactive line chart" id="datawrapper-chart-4jA7D" src="https://datawrapper.dwcdn.net/4jA7D/3/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="400"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"])for(var e in a.data["datawrapper-height"]){var t=document.getElementById("datawrapper-chart-"+e)||document.querySelector("iframe[src*='"+e+"']");t&&(t.style.height=a.data["datawrapper-height"][e]+"px")}}))}();
</script>
</div>
</div>
</section>
<!--about-->
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title">
<h2 class="head-title lg-line">Diagnosis by <br>Chest X-ray and CT Scan images</h2>
<hr class="botm-line">
<p class="sec-para">The pandemic outbreak due to Covid-19 Novel Corona Virus has led to devastation of mankind.
As of now there hasn't been any concrete news regarding vaccine for its cure. Prevention by severing the chain is the immediate solution.
We at Codebugged Organization have devloped an AI system which could supplement the diagnosis of Covid-19 patients just by testing their X ray images</p>
PS: This does not gurantee 100 percent accuracy and the AI model is still under improvement and testing.
</div>
</div>
<br><br>
<div class="col-12">
<div style="visibility: visible;" class="col-sm-9 more-features-box">
<div class="more-features-box-text">
<div class="more-features-box-text-description">
<h3 style="padding-left: 40%;">⇉ Click here to start Diagnosis</h3>
</div>
<div class="more-features-box-text">
<a id="clickhere" href="http://35.202.70.45:4555/" class="btn btn-appoint" style="margin-left: 55%;">Click Here</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ about-->
<!--doctor team-->
<section id="doctor-team" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">Meet Our Team!</h2>
<hr class="botm-line">
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<div class="thumbnail">
<img src="img/doctor1.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Gaurav Singh</h3>
<p>Data Scientist</p>
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/gaurav-singh-9a523918b/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/gaurav82692"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/gaurav.singh.71619533"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<div class="thumbnail">
<img src="img/s4.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Sarthak Srivastava</h3>
<p>Artificial Intelligence Engineer</p>
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/sarthak-srivastava-93ab14172/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/codebugged"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/sarthak.srivastava.54"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<div id="ekansh" class="thumbnail">
<img src="img/ekansh9.png" alt="..." class="team-img img-fluid">
<div class="caption">
<h3>Ekansh Saxena</h3>
<p>Full-Stack Developer</p>
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/ekansh-saxena-a9b163197/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/ekanshsaxena"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100007122465449"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ doctor team-->
<!--testimonial-->
<section id="testimonial" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">see what doctors are saying?</h2>
<hr class="botm-line">
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>This is a phenomenal effort by the young brains of the country. The accuracy which they attained on limited amount of data is remarkable. We wish this system to be more interactive and responsive with time. Good luck to the team!</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/dr2.jpeg" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Dr Krishna Kr Singh</h3><h5 style="margin-top: -3px;"><span>MBBS, MD (AIIMS, DELHI)</span></h5>
<h5 style="padding-left: 60px;margin-top: -10px;">MRCS (EDINBURGH, UK)</h5>
<h5 style="padding-left: 60px;margin-top: -10px;">PCPNDCC (KGMC)</h5>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>It's an amazing application, based on data analysis and is very useful for doctors working in covid ward to get a quick support to reach diagnosis . Good wishes to the team, Keep working on such projects!</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/drs4.jpeg" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Dr. A.K Pandey</h3><h5 style="margin-top: -3px;"><span>Medical Officer</span></h5><h5 style="padding-left: 60px;margin-top: -10px;"> MMMUT Gkp</h5>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/thumb.png" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Dr. Pragat<span>Texas</span></h3>
</div>
</div>
</div>
</div>
</section>
<!--/ testimonial-->
<!--cta 2-->
<section id="cta-2" class="section-padding">
<div class="container">
<div class=" row">
<div class="col-md-2"></div>
<div class="text-right-md col-md-4 col-sm-4">
<h2 class="section-title white lg-line">« A few words<br> about us »</h2>
</div>
<div class="col-md-4 col-sm-5">
Codebugged Organization has helped Enterprises, Hospitals, Research Labs and Schools by implementing AI products, IoT tactics and Data Analytics
<p class="text-right text-primary"><i>— Hindustan Times</i></p>
</div>
<div class="col-md-2"></div>
</div>
</div>
</section>
<!--cta-->
<!--contact-->
<section id="contact" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">Contact us</h2>
<hr class="botm-line">
</div>
<div class="col-md-4 col-sm-4">
<h3>Contact Info</h3>
<div class="space"></div>
<p><i class="fa fa-map-marker fa-fw pull-left fa-2x"></i>Codebugged AI Labs<br> MMM University of Technology</p>
<div class="space"></div>
<p><i class="fa fa-envelope-o fa-fw pull-left fa-2x"></i>thecodebugged@gmail.com</p>
<div class="space"></div>
<p><i class="fa fa-phone fa-fw pull-left fa-2x"></i>+91 8004006979</p>
</div>
<div class="col-md-8 col-sm-8 marb20">
<div class="contact-info">
<h3 class="cnt-ttl">Having Any Query! Or Book an appointment</h3>
<div class="space"></div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control br-radius-zero" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control br-radius-zero" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control br-radius-zero" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control br-radius-zero" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="form-action">
<button type="submit" class="btn btn-form">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--/ contact-->
<!--footer-->
<footer id="footer">
<div class="top-footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">About Us</h4>
</div>
<div class="info-sec">
<p>Codebugged is an organization or group of programmers who aim at AI product development using data science tactics and optimization.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">Quick Links</h4>
</div>
<div class="info-sec">
<ul class="quick-info">
<li><a href="index.html"><i class="fa fa-circle"></i>Home</a></li>
<li><a href="#service"><i class="fa fa-circle"></i>Service</a></li>
<li><a href="#contact"><i class="fa fa-circle"></i>Appointment</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">Follow us</h4>
</div>
<div class="info-sec">
<ul class="social-icon">
<li class="bglight-blue">
<a href="https://www.facebook.com/codebugged"><i class="fa fa-facebook" style="color:white;"></i></a></li>
<li class="bgred"><a href="https://github.com/Codebugged-Researcher"><i class="fa fa-github" style="color: white;"></i></a></li>
<li class="bgdark-blue"><a href="https://www.linkedin.com/company/codebugged/"><i class="fa fa-linkedin" style="color: white;"></i></a></li>
<li class="bglight-blue"><a href="https://www.instagram.com/codebugged/?hl=en"><i class="fa fa-instagram" style="color: white;"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-line">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<center><img src="img/c3.png" height="50" width="250"></center>
© Copyright Codebugged Organization. All Rights Reserved
<div class="credits">
Developed by <a href="https://www.linkedin.com/company/codebugged/">Team Fight Covid</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--/ footer-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>