Skip to content

Commit ae7f730

Browse files
committed
Add alt tags
1 parent 2742679 commit ae7f730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

landing-page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ <h2>Support The Coding Train</h2>
5656
{% capture patreonLogo %}{% include 4-vector-graphics/patreon.svg %}{% endcapture %}
5757
{% include 3-modules/hero-item.html image=patreonLogo title='Consider supporting?' content='Support The Coding Train on Patreon and get some awesome rewards!' url=site.links.patreon cta='Become a Patron' class='patreon' %}
5858

59-
{% capture merchStoreImage %}<img src="{{ '/assets/images/merch-store.png' | relative_url }}" />{% endcapture %}
59+
{% capture merchStoreImage %}<img alt='The Coding Train Merchandise Store' src="{{ '/assets/images/merch-store.png' | relative_url }}" />{% endcapture %}
6060
{% include 3-modules/hero-item.html image=merchStoreImage title='Want more of The Coding Train in your life?' content='Visit the merch store and get some shirts, mugs and more!' url=site.links.merch cta='Get some merch' class='merch-store' %}
6161

62-
{% capture amazonStoreImage %}<img src="{{ '/assets/images/amazon-store.png' | relative_url }}" />{% endcapture %}
62+
{% capture amazonStoreImage %}<img alt='The Coding Train Amazon Store' src="{{ '/assets/images/amazon-store.png' | relative_url }}" />{% endcapture %}
6363
{% include 3-modules/hero-item.html image=amazonStoreImage title="Haven't learned enough?" content='Read one of the books featured on The Coding Train!' url=site.links.amazon cta='Start reading' class='amazon-store' %}
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)