Skip to content

Commit

Permalink
Add Aria labels to links
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Oct 23, 2023
1 parent d92f0ad commit bcbaf3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1 class="mt-0 text-center">Contact</h1>
<a
href="https://www.facebook.com/CatteryHamana"
target="_blank"
aria-label="Cattery Hamana Facebook"
class="text-stone-700"
>
{{- partial "facebook-logo" . -}}
Expand All @@ -27,6 +28,7 @@ <h1 class="mt-0 text-center">Contact</h1>
<a
href="https://instagram.com/attack.of.the.fluff"
target="_blank"
aria-label="Cattery Hamana Instagram"
class="text-stone-700"
>
{{- partial "instagram-logo" . -}}
Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<a
href="https://www.facebook.com/CatteryHamana"
target="_blank"
aria-label="Cattery Hamana Facebook"
class="text-stone-700"
>
{{- partial "facebook-logo" . -}}
Expand All @@ -13,6 +14,7 @@
<a
href="https://instagram.com/attack.of.the.fluff"
target="_blank"
aria-label="Cattery Hamana instagram"
class="text-stone-700"
>
{{- partial "instagram-logo" . -}}
Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<a
href="https://www.facebook.com/CatteryHamana"
target="_blank"
aria-label="Cattery Hamana Facebook"
class="mx-2 h-5 w-5 text-stone-800"
>{{- partial "facebook-logo" . -}}</a
>
Expand All @@ -18,6 +19,7 @@
href="https://instagram.com/attack.of.the.fluff"
target="_blank"
class="mx-2 h-5 w-5 text-stone-800"
aria-label="Cattery Hamana Instagram"
>{{- partial "instagram-logo" . -}}</a
>
</nav>
Expand Down

0 comments on commit bcbaf3b

Please sign in to comment.