Spaces:
Running
Running
Update index.html
Browse files- index.html +21 -1
index.html
CHANGED
@@ -825,7 +825,27 @@
|
|
825 |
</div>
|
826 |
</div>
|
827 |
</section>
|
828 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
829 |
<section data-background-gradient="linear-gradient(45deg, #ffffff 30%, #f0f9ff 100%)">
|
830 |
<h2 class="animate__animated animate__fadeInDown">What is Glaucoma?</h2>
|
831 |
<div class="columns">
|
|
|
825 |
</div>
|
826 |
</div>
|
827 |
</section>
|
828 |
+
<section>
|
829 |
+
<h2>Symptoms of Glaucoma</h2>
|
830 |
+
<p>Often, there are no early symptoms in open-angle glaucoma. Vision loss is slow and gradual. Angle-closure glaucoma can present with sudden symptoms.</p>
|
831 |
+
<ul>
|
832 |
+
<li><strong>Gradual peripheral vision loss (Open-angle)</strong></li>
|
833 |
+
<li><strong>Tunnel vision in advanced stages</strong></li>
|
834 |
+
<li><strong>Severe eye pain (Angle-closure)</strong></li>
|
835 |
+
<li><strong>Nausea and vomiting (Angle-closure)</strong></li>
|
836 |
+
<li><strong>Blurred vision</strong></li>
|
837 |
+
<li><strong>Halos around lights</strong></li>
|
838 |
+
<li><strong>Redness of the eye</strong></li>
|
839 |
+
</ul>
|
840 |
+
|
841 |
+
<!-- Video from OpenCode CDN -->
|
842 |
+
<video controls style="max-width: 100%; height: auto;">
|
843 |
+
<source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" type="video/mp4">
|
844 |
+
Your browser does not support the video tag.
|
845 |
+
</video>
|
846 |
+
|
847 |
+
<p style="font-size: 0.7em; color: #777;">Video source: OpenCode CDN (MDN Example)</p>
|
848 |
+
</section>
|
849 |
<section data-background-gradient="linear-gradient(45deg, #ffffff 30%, #f0f9ff 100%)">
|
850 |
<h2 class="animate__animated animate__fadeInDown">What is Glaucoma?</h2>
|
851 |
<div class="columns">
|