Skip to content

Commit 4a61f2b

Browse files
committed
Add a bunch of alt to images
1 parent 910dd99 commit 4a61f2b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/html-proofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: bundle exec jekyll build
2828

2929
- name: Run HTMLProofer
30-
run: htmlproofer ./_site --allow-hash-href
30+
run: bundle exec htmlproofer ./_site --allow-hash-href

download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
---
55
<h2 class="editable">You can download <strong>AnySoftKeyboard</strong> from Play Store or F-Droid.</h2>
66
<div class="center-text">
7-
<a href="https://play.google.com/store/apps/details?id=com.menny.android.anysoftkeyboard" target="_blank" rel="noopener"><img class="not-full" src="/images/en-play-badge.png" width="250px" height="74px"/></a>
8-
<a href="https://f-droid.org/repository/browse/?fdid=com.menny.android.anysoftkeyboard" target="_blank" rel="noopener"><img class="not-full" src="/images/f-droid.png" width="212px" height="74px"/></a>
7+
<a href="https://play.google.com/store/apps/details?id=com.menny.android.anysoftkeyboard" target="_blank" rel="noopener"><img class="not-full" src="/images/en-play-badge.png" alt="Play Store" width="250px" height="74px"/></a>
8+
<a href="https://f-droid.org/repository/browse/?fdid=com.menny.android.anysoftkeyboard" target="_blank" rel="noopener"><img class="not-full" src="/images/f-droid.png" alt="F-Droid" width="212px" height="74px"/></a>
99
</div>
1010
<div class="center-text">
1111
<p>Feeling adventurous? Sign up for the Beta channel <a href="https://play.google.com/apps/testing/com.menny.android.anysoftkeyboard" target="_blank" rel="noopener"><i class="fab fa-google-play"></i> here</a> (Served via Google Play Store).</p>
12-
<p>Feeling <i>very</i> adventurous? opt-in to the Alpha channel by also joining the <a href="https://groups.google.com/forum/#!forum/anysoftkeyboard-alpha-testers" target="_blank" rel="noopener">Testers Google group</a>.</p>
12+
<p>Feeling <i>very</i> adventurous? opt-in to the Alpha channel by also joining the <a href="https://groups.google.com/g/anysoftkeyboard-alpha-testers" target="_blank" rel="noopener">Testers Google group</a>.</p>
1313
</div>
1414

languages.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
{% if language.github == nil %}
1212
<img class="no-link-found not-full-icon" src="/images/github.png" width="32px" height="32px"/></a>
1313
{% else %}
14-
<a href="{{ language.github }}"><img class="not-full-icon" src="/images/github.png" width="32px" height="32px"/></a>
14+
<a href="{{ language.github }}"><img class="not-full-icon" src="/images/github.png" alt="{{ language.name }} on github" width="32px" height="32px"/></a>
1515
{% endif %}
1616

1717
{% if language.f-droid == nil %}
1818
<img class="no-link-found not-full-icon" src="/images/fdroid.png" width="32px" height="32px"/></a>
1919
{% else %}
20-
<a href="{{ language.f-droid }}"><img class="not-full-icon" src="/images/fdroid.png" width="32px" height="32px"/></a>
20+
<a href="{{ language.f-droid }}"><img class="not-full-icon" src="/images/fdroid.png" alt="{{ language.name }} on f-droid" width="32px" height="32px"/></a>
2121
{% endif %}
2222

2323
{% if language.play == nil %}
2424
<img class="no-link-found not-full-icon" src="/images/play.png" width="32px" height="32px"/></a>
2525
{% else %}
26-
<a href="{{ language.play }}"><img class="not-full-icon" src="/images/play.png" width="32px" height="32px"/></a>
26+
<a href="{{ language.play }}"><img class="not-full-icon" src="/images/play.png" alt="{{ language.name }} on Google Play Store" width="32px" height="32px"/></a>
2727
{% endif %}
2828
</p>
2929
</div>

0 commit comments

Comments
 (0)