diff options
author | Raphael <mail@raphaelkabo.com> | 2023-09-28 15:07:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 15:07:39 +0100 |
commit | 30c02f481caf5a61275dde769e4721ba87030773 (patch) | |
tree | 2f37873dfeb051cbfe01c698d7ac1d192696aa7e | |
parent | d3f92b76a8a6261e450673b01d3af8cee776a79d (diff) | |
parent | 558329cd608e75a8b0417f0b3592609edc5ef907 (diff) |
Merge pull request #104 from dev-nicolaos/patch-1
Add alt text to homepage image
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 4db9bb4..e832607 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -5,7 +5,7 @@ <p>You don't need to sign up for an account. When you create an event, we generate a password which allows you to edit the event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password. A week after the event finishes, it's deleted from our servers for ever, and your email goes with it.</p> <div id="example-event" class="text-center w-100 mt-4 mb-5"> - <img src="images/example-event.png" class="img-fluid w-75 mx-auto shadow-lg rounded"> + <img alt ="An example event page for a picnic. The page shows the event's location, host, date and time, and description." src="images/example-event.png" class="img-fluid w-75 mx-auto shadow-lg rounded"> </div> <p>Also, we don't show you ads, don't sell your data, and never send you unnecessary emails.</p> |