diff options
author | 2025-09-24 15:29:43 -0400 | |
---|---|---|
committer | 2025-09-24 20:29:43 +0100 | |
commit | a69fb04278bd2e8c06b8c6aeb012f2870cdf7f6a (patch) | |
tree | 5ae75e833f6fbca2d97a9abc7cf01b580da657e5 /pydis_site/templates/home | |
parent | Update tarfile.extractall usage to be safer (diff) |
Address some issues from the accessibility milestone (#1562)
* show that welcome video is playable in alt-text
* Add the full form of AoC in the alt texts
* add alt-text to all images
* change alt-texts for timeline page
* Add correct date
* add alt text to clickable images
Diffstat (limited to 'pydis_site/templates/home')
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index cb2f71ad..7963cd3a 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -36,7 +36,7 @@ span{height:1.5em;text-align:center;font:68px/1.5 sans-serif;color:#FFFFFFEE;text-shadow:0 0 0.1em #00000020} </style> <a href=https://www.youtube.com/embed/ZH26PuX3re0?autoplay=1> - <img src='{% static "images/frontpage/welcome.jpg" %}' alt='Welcome to Python Discord'> + <img src='{% static "images/frontpage/welcome.jpg" %}' alt='Welcome to Python Discord, click to play'> <span>▶</span> </a>" allow="autoplay; accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |