Skip to content

Commit 507f90c

Browse files
author
Bart Koelman
committed
document site: alt text on img
1 parent de386a9 commit 507f90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/home/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>A framework for building <a href="https://jsonapi.org/" target="_blank">json
2828
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/" target="_blank" class="btn-get-started">Contribute on GitHub</a>
2929
</div>
3030
<div class="col-lg-5 order-1 order-lg-2 hero-img">
31-
<img src="styles/img/logo.png" class="img-fluid animated" alt="">
31+
<img src="styles/img/logo.png" class="img-fluid animated" alt="project logo">
3232
</div>
3333
</div>
3434
</div>
@@ -38,7 +38,7 @@ <h2>A framework for building <a href="https://jsonapi.org/" target="_blank">json
3838
<div class="container">
3939
<div class="row justify-content-between">
4040
<div class="col-lg-5 d-flex align-items-center justify-content-center about-img">
41-
<img src="styles/img/about-img.svg" class="img-fluid" alt="" data-aos="zoom-in">
41+
<img src="styles/img/about-img.svg" class="img-fluid" alt="people working at desk" data-aos="zoom-in">
4242
</div>
4343
<div class="col-lg-6 pt-5 pt-lg-0">
4444
<h3 data-aos="fade-up">Objectives</h3>

0 commit comments

Comments
 (0)