Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alt text to maintenance page images #2500

Merged
merged 4 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions files/dashboard/maintenance-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class='nav-bar'>
<div class='nav-bar__header'>
<div class='nav-bar__logo'>
<img src='img/header-logo.png' class='nav-bar__logo-img' />
<img src='img/header-logo.png' class='nav-bar__logo-img' alt='Gen3 Data Commons'/>
</div>
</div>
</div>
Expand All @@ -27,12 +27,12 @@ <h1>This site is under maintenance...</h1>
Please check back later.
</p>
</div>
<img src='img/error.svg' class='error-img' />
<img src='img/error.svg' class='error-img' alt='A shiba dog looking into the distance'/>
</div>
<div class='footer'>
<div class="footer__logo-area">
<img class='footer__img' src='img/gen3.png' />
<img class='footer__img' src='img/createdby.png' />
<img class='footer__img' src='img/gen3.png' alt='Gen3 Data Commons'/>
<img class='footer__img' src='img/createdby.png' alt='Center for Translational Data Science at the University of Chicago'/>
</div>
</div>
</div>
Expand Down
Loading