Skip to content

Commit

Permalink
Merge pull request #903 from nwanduka/patch-5
Browse files Browse the repository at this point in the history
Added Aria Labels to Image Links
  • Loading branch information
birm authored Mar 28, 2024
2 parents cbcb4aa + 1dd2082 commit 358d220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ <h2>caMicroscope</h2>

<div class="content">
<p>caMicroscope is a tool to view, annotate, and analyze biomedical images.</p>
<a href="#" class="image fit"><img src="./banner1.jpg" alt="" /></a>
<a href="#" class="image fit" aria-label="Reload Home Page"><img src="./banner1.jpg" alt="" /></a>

</div>

<div class="posts" style="margin-top: 5em;">
<section class="post">
<a href="../table.html" class="image"><img src="./camic.jpg" alt=""/></a>
<a href="../table.html" class="image" aria-label="Visit Slides Page"><img src="./camic.jpg" alt=""/></a>
<div class="content">
<h3>caMicroscope</h3>
<p>Use camicroscope to explore and mark slides uploaded. If this is a restricted access deployment, you will be prompted to log in here.</p>
<a href="../table.html" class="button">More</a>
</div>
</section>
<section class="post">
<a target="_blank" href="https://camicroscope.github.io/docs/" class="image"><img src="./code.jpg" alt=""/></a>
<a target="_blank" href="https://camicroscope.github.io/docs/" class="image" aria-label="Visit Documentation Page"><img src="./code.jpg" alt=""/></a>
<div class="content">
<h3>Documentation</h3>
<p>Read documentation for using and developing caMicroscope.</p>
Expand Down

0 comments on commit 358d220

Please sign in to comment.