Skip to content

Commit

Permalink
Add accessibility link to footer (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Sep 21, 2020
1 parent 7b9e244 commit 30850a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions html_app/ui/homepage.soy
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@ Assignment display_experiment_design
<a class='scb_s_homepage_footer_support' href='http://star.mit.edu/CellBio/funding/index.html' target='_blank'>
Funding
</a>

<img class='scb_s_homepage_footer_divider' role='presentation' src='images/homepage/small_divider.png' alt=''>
<a href='https://accessibility.mit.edu/' role='link' aria-label='Accessibility' target='_blank'>
<span aria-hidden='true' class='scb_s_homepage_footer_support'>
Accessibility
</span>
</a>
</div>
{/template}

Expand Down

0 comments on commit 30850a9

Please sign in to comment.