diff options
author | dev-nicolaos <contact@nicolaos.dev> | 2023-07-14 08:33:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 08:33:15 -0700 |
commit | ce14c7897988176a00f9fa1530801378ad6db9f4 (patch) | |
tree | 13f8431300a111ae88950f626d71be7073a6492a /views/home.handlebars | |
parent | cd53861e2823ca692931894ba5a89d460bc326c8 (diff) |
Add alt text to homepage image
Diffstat (limited to 'views/home.handlebars')
-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> |