diff options
Diffstat (limited to 'en')
| -rw-r--r-- | en/template.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/en/template.html b/en/template.html index 3f86915..3c95c55 100644 --- a/en/template.html +++ b/en/template.html @@ -25,13 +25,12 @@ <body> <header class="slidingmenu"> <input type="checkbox"> - <img class="button open" src="../images/menu{ICONCOLOR}.svg"> + <img class="button open" src="../images/menu{ICONCOLOR}.svg" alt="Open menu"> <div class="content"> - <img class="button close" src="../images/close.svg"> + <img class="button close" src="../images/close.svg" alt="Close menu"> <header class="banner"> <a href="index.html"> - <img src="../images/logo.svg" - alt="logo"> + <img src="../images/logo.svg" alt="Quartet logo"> <h1>Bellefeuille Quartet</h1> </a> </header> @@ -59,19 +58,19 @@ <li> <a href="https://www.facebook.com/quatuorbellefeuille/" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/facebook.svg"> + <img src="../images/social/facebook.svg" alt="Visit our Facebook page"> </a> </li> <li> <a href="https://www.instagram.com/quatuor.bellefeuille/" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/instagram.svg"> + <img src="../images/social/instagram.svg" alt="Visit our Instagram gallery"> </a> </li> <li> <a href="https://www.youtube.com/playlist?list=PLtRSY8N4Fwcmh7e5lVPzQIqTukRRwHfts" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/youtube.svg"> + <img src="../images/social/youtube.svg" alt="Visit our YouTube playlist"> </a> </li> </ul> @@ -81,8 +80,7 @@ <header class="banner"> <a href="index.html"> - <img src="../images/logo{ICONCOLOR}.svg" - alt="logo"> + <img src="../images/logo{ICONCOLOR}.svg" alt="Quartet logo"> <h1>Bellefeuille Quartet</h1> </a> </header> @@ -113,15 +111,15 @@ </a> <a href="https://www.facebook.com/quatuorbellefeuille/" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/facebook{ICONCOLOR}.svg"> + <img src="../images/social/facebook{ICONCOLOR}.svg" alt="Visit our Facebook page"> </a> <a href="https://www.instagram.com/quatuor.bellefeuille/" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/instagram{ICONCOLOR}.svg"> + <img src="../images/social/instagram{ICONCOLOR}.svg" alt="Visit our Instagram gallery"> </a> <a href="https://www.youtube.com/playlist?list=PLtRSY8N4Fwcmh7e5lVPzQIqTukRRwHfts" target="_blank" rel="noreferrer noopener"> - <img src="../images/social/youtube{ICONCOLOR}.svg"> + <img src="../images/social/youtube{ICONCOLOR}.svg" alt="Visit our YouTube playlist"> </a> <a class="contact" href="contact.html"> Contact |
