Skip to content

Commit d2cc9e4

Browse files
Add alt text to all images on the ball pages
1 parent dfd6887 commit d2cc9e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ball/2020/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 class="subsubtitle question">{{ qanda.title }}</h3>
3131
<p class="text-block answer">{{ qanda.paragraph }}</p>
3232
</div>
3333
{% assign url = ball.image_root | append: qanda.image %}
34-
<img class="image" src="{{ url }}">
34+
<img class="image" src="{{ url }}", alt="An image taken at the 2020 CSS Ball">
3535
<br>
3636
{% endfor %}
3737
</div>

ball/2021/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3 class="subsubtitle question">{{ qanda.title }}</h3>
2929
</div>
3030
{% for image in qanda.images %}
3131
{% assign url = ball.image_root | append: image.name %}
32-
<img class="image" src="{{ url }}">
32+
<img class="image" src="{{ url }}", alt="An image taken at the 2021 CSS Ball">
3333
<br>
3434
{% endfor %}
3535
{% endfor %}

ball/2023/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="subtitle">Live Music</h2>
4949
<hr class="bleed-top">
5050
<div class="section-tickets" id="tickets">
5151
<div class="icon">
52-
<img class="icon" src="/assets/images/css-ball-ticket.png"/>
52+
<img class="icon" src="/assets/images/css-ball-ticket.png", alt="A cartoon image of a ticket with the text 'CSS Ball, Fazeley Studios, 26 April, Admit One'"/>
5353
</div>
5454
<div class="text">
5555
<h2 class="subtitle">Tickets</h2>

ball/2024/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="subtitle">The Venue</h2>
3939
<hr class="bleed-top">
4040
<div class="section-tickets" id="tickets">
4141
<div class="icon">
42-
<img class="icon" src="/assets/images/ball-ticket-icon.png"/>
42+
<img class="icon" src="/assets/images/ball-ticket-icon.png", alt="A cartoon image of a ticket with the text 'CSS Ball, Fazeley Studios, 26 April, Admit One'"/>
4343
</div>
4444
<div class="text text-center-div">
4545
<h2 class="subtitle">Tickets</h2>

ball/2025/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="subtitle">The Venue</h2>
4040
<hr class="bleed-top">
4141
<div class="section-tickets" id="tickets">
4242
<div class="icon">
43-
<img class="icon" src="/assets/images/ball-2025-ticket-icon.png"/>
43+
<img class="icon" src="/assets/images/ball-2025-ticket-icon.png", alt="A cartoon image of a ticket with the text 'CSS Ball, Fazeley Studios, 26 April, Admit One'"/>
4444
</div>
4545
<div class="text text-center-div">
4646
<h2 class="subtitle">Tickets</h2>

0 commit comments

Comments
 (0)