Skip to content

Commit

Permalink
Update community-cards.html
Browse files Browse the repository at this point in the history
add missing alt tags
  • Loading branch information
jnny authored Jun 7, 2024
1 parent 03a5023 commit 2204ef8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/community-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="community-title">{{ i18n "getInTouch" }}</h1>
<div class="community-card">
<div class="center">
<div class="community-overlap">
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160"/>
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160"alt="Solid background" />
<img class="community-card-icon community-overlap-item" src="/icons/code-blue.png" height="100" alt="Source Code Repositories">
</div>
<h2>{{i18n "sourceCodeTitle"}}</h2>
Expand Down Expand Up @@ -39,7 +39,7 @@ <h2>{{i18n "sourceCodeTitle"}}</h2>
<div class="community-card">
<div class="center">
<div class="community-overlap">
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160"/>
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160" alt="Solid background"/>
<img class="community-card-icon community-overlap-item" src="/icons/chat-blue.png" height="100" alt="Contact us">
</div>
<h2>{{i18n "contactUs"}}</h2>
Expand Down Expand Up @@ -71,12 +71,12 @@ <h2>{{i18n "contactUs"}}</h2>
<div class="card-height">
<div class="center">
<div class="community-overlap">
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160"/>
<img class="community-overlap-item" src="/icons/ouisync-bg-purple.png" height="160" alt="Solid background"/>
<img class="community-card-icon community-overlap-item" src="/icons/globe-blue.png" height="100" alt="Translate Ouisync">
</div>
<h2>{{i18n "translateTitle"}}</h2>
</div>
<p><img class="weblate" src="https://hosted.weblate.org/widgets/ouisync/-/svg-badge.svg" height="30"></p>
<p><img class="weblate" src="https://hosted.weblate.org/widgets/ouisync/-/svg-badge.svg" height="30" alt="Percent Translated"></p>
<p>{{i18n "translateP00"}}<a target="_blank" class="a-on-dark" href="https://weblate.org/en/">Weblate</a>{{i18n "translateP01"}}</p>
<p>{{i18n "translateP1"}}</p>
</div>
Expand Down

0 comments on commit 2204ef8

Please sign in to comment.