Skip to content

Commit 6826f5e

Browse files
Add the full form of AoC in the alt texts
1 parent 5d497ac commit 6826f5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pydis_site/templates/events/main_events.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2 class="title is-4"><a href="{% url "events:page" path="pyweek" %}">PyWeek</a
3838
</div>
3939
<div class="card">
4040
<div class="card-image">
41-
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for AoC">
41+
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for Advent of Code">
4242
</div>
4343
<div class="card-content">
4444
<h2 class="title is-4"><a href="{% url "events:page" path="adventofcode" %}">Advent of code</a></h2>
@@ -53,7 +53,7 @@ <h2 class="title is-4"><a href="{% url "events:page" path="adventofcode" %}">Adv
5353
</div>
5454
<div class="card">
5555
<div class="card-image">
56-
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for AoC">
56+
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for Advent of Code">
5757
</div>
5858
<div class="card-content">
5959
<h2 class="title is-4"><a href="{% url "events:page" path="revivalofcode" %}">Revival of Code</a></h2>

pydis_site/templates/events/sidebar/adventofcode/useful-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="box">
22
<div class="has-text-centered">
3-
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for AoC">
3+
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for Advent of Code">
44
</div>
55
<p class="menu-label">Quick links</p>
66
<ul class="menu-list">

pydis_site/templates/events/sidebar/revivalofcode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="box">
22
<div class="has-text-centered">
3-
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for AoC">
3+
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for Advent of Code">
44
</div>
55
<p class="menu-label">Quick links</p>
66
<ul class="menu-list">

0 commit comments

Comments
 (0)