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/timeline | |
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/timeline')
-rw-r--r-- | pydis_site/templates/timeline/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/timeline/timeline.html b/pydis_site/templates/timeline/timeline.html index 6bd85f31..92a229e9 100644 --- a/pydis_site/templates/timeline/timeline.html +++ b/pydis_site/templates/timeline/timeline.html @@ -17,7 +17,7 @@ <div class="timeline-icon-date"> <div class="timeline-icon {{ entry.icon_color }}"> {% if entry.icon == "pydis" %} - <img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="Logo"> + <img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt=""> {% else %} <span class="icon"><i class="{{ entry.icon }}"></i></span> {% endif %} |