-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
670 lines (525 loc) · 25.4 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158048985-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158048985-1');
</script>
<meta charset="utf-8">
<title>Health App</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Place your favicon.ico and apple-touch-icon.png in the template root directory -->
<link href="favicon.ico" rel="shortcut icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="preloader"></div>
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="hero-container">
<div class="wow fadeIn">
<div class="hero-logo">
<!-- img class="" src="img/logo.png" alt="Health-AI" -->
</div>
<h1>Welcome to Health-AI</h1>
<h3>An Artificial Intelligence powered healthcare initiative</h3>
<h2>Our AI techniques cover <span class="rotating">Corona Virus, Kidney Disease, Pneumonia, Liver Disease, Diabetes, Heart Disease, Sepsis, Skin Cancer, Type of Skin Lesion, Retina OCT, Breast Cancer</span></h2>
<div class="actions">
<a href="https://protected-mesa-30039.herokuapp.com/" class="btn-services">Liver Disease</a>    
<a href="https://typeofskincancer.herokuapp.com/" class="btn-services">Type of Skin Lesion</a>    
<a href="https://skincancerdetection1.herokuapp.com/" class="btn-services">Skin Cancer</a>
<br>
<a href="https://fathomless-garden-10760.herokuapp.com/" class="btn-services">Heart Disease</a>  
<a href="https://gentle-reaches-55860.herokuapp.com/" class="btn-services">Diabetes</a>  
<a href="https://secure-ocean-13289.herokuapp.com/" class="btn-get-started">Corona Virus</a>  
<a href="https://morning-savannah-60115.herokuapp.com/" class="btn-services">Pneumonia</a>  
<a href="https://quiet-escarpment-11015.herokuapp.com/" class="btn-services">Retina OCT</a>  
<br>
<a href="https://glacial-journey-90196.herokuapp.com/" class="btn-services">Kidney Disease</a>  
<a href="https://nameless-ridge-65731.herokuapp.com/" class="btn-services">Sepsis Detection</a>  
<a href="https://salty-mesa-84728.herokuapp.com/" class="btn-services">Breast Cancer</a>
</div>
</div>
</div>
</section>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/logo.png" alt="" title="" /></img></a>
<!-- Uncomment below if you prefer to use a text image -->
<!--<h1><a href="#hero">Header 1</a></h1>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#diseaseDesc">Diseases</a></li>
<li class="menu-has-children"><a href="javascript:void(0);">Drop Down</a>
<ul>
<li><a href="#d1">Corona Virus</a></li>
<li><a href="#d2">Diabetes</a></li>
<li><a href="#d3">Liver Disease</a></li>
<li><a href="#d4">Chronic Kidney Disease</a></li>
<li><a href="#d5">Pneumonia</a></li>
<li><a href="#d6">Skin Lesions</a></li>
<li><a href="#d7">Heart Disease</a></li>
<li><a href="#d8">Breast Cancer</a></li>
<li><a href="#d9">Skin Cancer</a></li>
<li><a href="#d10">Sepsis</a></li>
<li><a href="#d11">Optic Nerve Disease</a></li>
</ul>
</li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
About Section
============================-->
<section id="about">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About</h3>
<div class="section-title-divider"></div>
<p class="section-description">Health-AI is a project which uses advanced techniques like AI to detect sudden health issues</p>
</div>
</div>
</div>
<div class="container about-container wow fadeInUp">
<div class="row">
<div class="col-lg-6 about-img">
<img src="img/about-img.jpg" alt="">
</div>
<div class="col-md-6 about-content">
<h2 class="about-title">A HEALTHY TOMORROW IS A BETTER TOMORROW</h2>
<p class="about-text">
The symptoms you are concerned about might be caused by a condition that is reversible.
</p>
<p class="about-text">
Detecting a disease before clinical detection can be extremely beneficial for the person as they can visit the doctor with prior knowledge.
</p>
<p class="about-text">
Our project aims on multiple diseases and detect them using Artificial Intelligence techniques.
</p>
</div>
</div>
</div>
</section>
<!--==========================
Diseases - image vs numeric
============================-->
<section id="services">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">We Cover the following Diseases</h3>
<div class="section-title-divider"></div>
<h1 class="section-description">Click the disease's link you want to test for</h1>
<p class="section-description">The following diseases require you to enter <b>NUMERIC</b> details</p>
</div>
</div>
<div class="row">
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://protected-mesa-30039.herokuapp.com/">Liver Disease</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://fathomless-garden-10760.herokuapp.com/">Heart Disease</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://gentle-reaches-55860.herokuapp.com/">Diabetes</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://secure-ocean-13289.herokuapp.com/">Corona Virus</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://glacial-journey-90196.herokuapp.com/">Kidney Disease</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://nameless-ridge-65731.herokuapp.com/">Sepsis</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item"></div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="https://salty-mesa-84728.herokuapp.com/">Breast Cancer</a></h4>
<p class="service-description">Numeric Data Required<br> Enter the details in the form that appears</p>
</div>
<div class="col-md-4 service-item"></div>
<div class="row">
<div class="col-md-12">
<div class="section-title-divider"></div>
<p class="section-description">The following diseases require you to enter <b>IMAGES</b></p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-photo"></i></i></div>
<h4 class="service-title"><a href="https://typeofskincancer.herokuapp.com/">Type of Skin Lesion</a></h4>
<p class="service-description">Image Required<br>Enter the image in the dropbox that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-photo"></i></i></div>
<h4 class="service-title"><a href="https://skincancerdetection1.herokuapp.com/">Skin Cancer</a></h4>
<p class="service-description">Image Required<br>Enter the image in the dropbox that appears</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-photo"></i></i></div>
<h4 class="service-title"><a href="https://morning-savannah-60115.herokuapp.com/">Pneumonia</a></h4>
<p class="service-description">Image Required<br>Enter the image in the dropbox that appears</p>
</div>
<div class="col-md-4 service-item"></div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-photo"></i></i></div>
<h4 class="service-title"><a href="https://quiet-escarpment-11015.herokuapp.com/">Retina OCT</a></h4>
<p class="service-description">Image Required<br>Enter the image in the dropbox that appears</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Underestimating disease section
============================-->
<section id="subscribe">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-8">
<h3 class="subscribe-title">Underestimating A Disease?<br>Maybe You Want To Reconsider</h3>
<p class="subscribe-text">The following section gives details about the Diseases</p>
</div>
</div>
</div>
</section>
<!--==========================
Description of disease
============================-->
<p id="diseaseDesc">
<section id="testimonials">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<div class="section-title-divider"></div>
</div>
</div>
</p>
<p id="d1">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/corona.jpg" alt=""></div>
<h4>Corona Virus</h4>
<span>Most Recent</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>CORONA VIRUS</b><br>
The novel coronavirus outbreak that began in December in Wuhan, China, has now spread to more than 25 countries and regions.<br><br>
Cases rise: There are a total of 28,273 confirmed cases and 565 deaths globally, the vast majority of which are in mainland China. Some countries have seen a surge in cases; Japan now has 45 cases, the highest number for a country outside China.<br><br>
Youngest patient: Two newborn infants are infected in Wuhan, according to China's state broadcaster. The youngest baby was diagnosed just 30 hours after being born to a mother who had also been infected. Experts warn it's unclear how the baby got infected, as there could be various ways it became exposed to the virus.<br><br>
Recoveries: There are reports of patients recovering; the first patient in the US was discharged from hospital earlier this week, in Washington state, and the first patient in Taiwan will also be discharged soon.<br><br>
Quarantined cruises: More than 7,300 people are quarantined on two cruise ships docked in Hong Kong and Japan, after former passengers were confirmed to have the virus. A total of 20 people were found to be infected on the ship in Japan, tests showed today.
</div>
</div>
</div>
</p>
<br>
<p id="d2">
<div class="row">
<div class="col-md-9">
<div class="quote">
<b>DIABETES</b><br>
Diabetes is a chronic disease that occurs either when the pancreas does not produce enough insulin or when the body cannot effectively use the insulin it produces.
Insulin is a hormone that regulates blood sugar.<br><br>
Hyperglycaemia, or raised blood sugar, is a common effect of uncontrolled diabetes and over time leads to serious damage to many of the body's systems, especially the nerves and blood vessels.
According to the World Health Organization (WHO), India had 69.2 million people living with diabetes in 2015.<br><br>
India actually has the highest number of diabetics of any one country in the entire world.
In 2016, diabetes was the direct cause of 1.6 million deaths and in 2012 high blood glucose was the cause of another 2.2 million deaths worldwide.
</div>
</div>
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/diabetes.jpg" alt=""></div>
<h4>Diabetes</h4>
<span>Most Common</span>
</div>
</div>
</div>
</p>
<br>
<p id="d3">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/liver.jpg" alt=""></div>
<h4>Liver Disease</h4>
<span>Very Common</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>LIVER DISEASE</b><br>
Liver disease can be inherited (genetic) or caused by a variety of factors that damage the liver, such as viruses and alcohol use. Obesity is also associated with liver damage.
Over time, damage to the liver results in scarring (cirrhosis), which can lead to liver failure, a life-threatening condition.<br><br>
According to the latest WHO data published in 2017 Liver Disease Deaths in India reached 259,749 or 2.95% of total deaths.
The age adjusted Death Rate is 22.93 per 100,000 of population ranks India #63 in the world.
</div>
</div>
</div>
<br>
</p>
<p id="d4">
<div class="row">
<div class="col-md-9">
<div class="quote">
<b>CHRONIC KIDNEY DISEASE</b><br>
Chronic kidney disease, also called chronic kidney failure, describes the gradual loss of kidney function.
Your kidneys filter wastes and excess fluids from your blood, which are then excreted in your urine. <br><br>
When chronic kidney disease reaches an advanced stage, dangerous levels of fluid, electrolytes and wastes can build up in your body.
Studies estimate that the number of new patients diagnosed with End Stage Kidney Disease (ESKD) who are started on dialysis or transplantation is over 100,000 per year in India
</div>
</div>
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/kidney.jpg" alt=""></div>
<h4>Kidney Disease</h4>
<span>Pernicious</span>
</div>
</div>
</div>
</p>
<br>
<p id="d5">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/pneumonia1.jpg" alt=""></div>
<h4>Pneumonia</h4>
<span>Pernicious</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>PNEUMONIA</b><br>
Pneumonia is an infection of the lungs with a range of possible causes. It can be a serious and life-threatening disease.
It normally starts with a bacterial, viral, or fungal infection.
Pneumonia can occur in young and healthy people, but it is most dangerous for older adults, infants, people with other diseases, and those with impaired immune systems.<br><br>
Fifty percent of the world’s pneumonia deaths occur in India which means approximately 3.7 lakh children die of pneumonia annually in India.
India’s under-five death toll is higher than the deaths in Nigeria, Congo and Pakistan put together.
</div>
</div>
</div>
</p>
<br>
<p id="d6">
<div class="row">
<div class="col-md-9">
<div class="quote">
<b>SKIN LESIONS</b><br>
A skin lesion is a part of the skin that has an abnormal growth or appearance compared to the skin around it.
Two categories of skin lesions exist: primary and secondary. Primary skin lesions are abnormal skin conditions present at birth or acquired over a person’s lifetime.<br><br>
Secondary skin lesions are the result of irritated or manipulated primary skin lesions.
The diagnosis and treatment of nonmelanoma skin cancers increased by 77 percent between 1994 and 2014, worldwide.
</div>
</div>
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/skin_lesions1.jpg" alt=""></div>
<h4>Skin Lesions</h4>
<span>Harmful</span>
</div>
</div>
</div>
<br>
</p>
<p id="d7">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/heart1.jpg" alt=""></div>
<h4>Heart Disease</h4>
<span>Most Pernicious</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>HEART DISEASE</b><br>
Heart disease describes a range of conditions that affect your heart.
Diseases under the heart disease umbrella include blood vessel diseases, such as coronary artery disease;
heart rhythm problems (arrhythmias); and heart defects you're born with (congenital heart defects), among others.<br><br>
Heart diseases are the number 1 cause of death globally, taking an estimated 17.9 million lives each year.
One third of these deaths occur prematurely in people under 70 years of age.
</div>
</div>
</div>
<br>
</p>
<p id="d8">
<div class="row">
<div class="col-md-9">
<div class="quote">
<b>BREAST CANCER</b><br>
Breast cancer is cancer that develops from breast tissue. Signs of breast cancer may include a lump in the breast, a change in breast shape,
dimpling of the skin, or a red or scaly patch of skin.
Breast cancer is the most frequent cancer among women, impacting 2.1 million women each year, and also causes the greatest number of cancer-related deaths among women.<br><br>
In 2018, it is estimated that 627,000 women died from breast cancer – that is approximately 15% of all cancer deaths among women.
While breast cancer rates are higher among women in more developed regions, rates are increasing in nearly every region globally.
</div>
</div>
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/breastcancer.jpg" alt=""></div>
<h4>Breast Cancer</h4>
<span>Very Common</span>
</div>
</div>
</div>
<br>
</p>
<p id="d9">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/skin.jpg" alt=""></div>
<h4>Skin Cancer</h4>
<span>Harmful</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>SKIN CANCER</b><br>
Skin cancer is an abnormal growth of skin cells. It generally develops in areas that are exposed to the sun, but it can also form in
places that don’t normally get sun exposure.
There are two main types of skin cancer: melanoma and non-melanoma. The most common non-melanoma tumours are basal cell carcinoma and squamous cell carcinoma.<br><br>
Melanoma of the skin is the 19th most commonly occurring cancer in men and women. There were nearly 300,000 new cases in 2018.
Benign skin cancer is the 5th most commonly occurring cancer in men and women, with over 1 million diagnoses worldwide in 2018, although this is likely to be an underestimate.
</div>
</div>
</div>
<br>
</p>
<p id="d10">
<div class="row">
<div class="col-md-9">
<div class="quote">
<b>SEPSIS</b><br>
Sepsis arises when the body’s response to an infection injures its own tissues and organs, potentially leading to death or significant morbidity.
The global epidemiological burden of sepsis is difficult to ascertain. It is estimated to affect more than 30 million people worldwide every year, potentially
leading to 6 million deaths. The burden of sepsis is most likely highest in low- and middle-income countries.
It is estimated that 3 million newborns and 1.2 million children suffer from sepsis globally every year.<br><br>
Three out of every ten deaths due to neonatal sepsis are thought to be caused by resistant pathogens.
One in ten deaths associated with pregnancy and childbirth is due to maternal sepsis with over 95% of deaths
due to maternal sepsis occurring in low- and middle-income countries. One million newborn deaths are associated with maternal infection, such as maternal sepsis, each year.
</div>
</div>
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/sepsis1.jpg" alt=""></div>
<h4>Sepsis</h4>
<span>Pernicious</span>
</div>
</div>
</div>
<br>
</p>
<p id="d11">
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="img/retina.jpg" alt=""></div>
<h4>Optic Nerve Disease</h4>
<span>Harmful</span>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b>OPTIC NERVE DISEASE</b><br>
The optic nerve is a bundle of more than 1 million nerve fibers that carry visual messages.
You have one connecting the back of each eye (your retina) to your brain. Damage to an optic nerve can cause vision loss. The type of vision loss and how severe it is depends on where the damage occurs. It may affect one or both eyes.
There are many different types of optic nerve disorders, including:
Glaucoma is a group of diseases that are the leading cause of blindness in the United States.
Glaucoma usually happens when the fluid pressure inside the eyes slowly rises and damages the optic nerve.<br><br>
Optic neuritis is an inflammation of the optic nerve. Causes include infections and immune-related illnesses such as multiple sclerosis. Sometimes the cause is unknown.
Optic nerve atrophy is damage to the optic nerve. Causes include poor blood flow to the eye, disease, trauma, or exposure to toxic substances.
Optic nerve head drusen are pockets of protein and calcium salts that build up in the optic nerve over time
</div>
</div>
</div>
</p>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
</div>
<div class="credits">
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>