Skip to content

Commit

Permalink
add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
pehaa committed Jul 7, 2020
1 parent 42112f7 commit c471fb9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
9 changes: 5 additions & 4 deletions blog-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ <h1 class="h2 mb-0">How to Find the Video Games of Your Youth</h1>
></span>
<input
type="search"
aria-label="Search within AlyraMag"
class="form-control"
name="s"
placeholder="Search here..."
Expand All @@ -173,16 +174,16 @@ <h2 class="h5">David Craig</h2>
<a href="#" class="btn btn-dark btn-sm rounded">Read my bio</a>
</p>
<p class="social">
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="facebook profile" class="p-2 link-dark"
><span class="fa fa-facebook"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="twitter profile" class="p-2 link-dark"
><span class="fa fa-twitter"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="instagram profile" class="p-2 link-dark"
><span class="fa fa-instagram"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="yoututbe profile" class="p-2 link-dark"
><span class="fa fa-youtube-play"></span
></a>
</p>
Expand Down
9 changes: 5 additions & 4 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ <h2 class="h5 mb-0">
></span>
<input
type="search"
aria-label="Search within AlyraMag"
class="form-control"
name="s"
placeholder="Search here..."
Expand All @@ -254,16 +255,16 @@ <h2 class="h5">David Craig</h2>
<a href="#" class="btn btn-dark btn-sm rounded">Read my bio</a>
</p>
<p class="social">
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="facebook profile" class="p-2 link-dark"
><span class="fa fa-facebook"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="twitter profile" class="p-2 link-dark"
><span class="fa fa-twitter"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="instagram profile" class="p-2 link-dark"
><span class="fa fa-instagram"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="yoututbe profile" class="p-2 link-dark"
><span class="fa fa-youtube-play"></span
></a>
</p>
Expand Down
9 changes: 5 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ <h1 class="h2 text-center">Contact Us</h1>
></span>
<input
type="search"
aria-label="Search within AlyraMag"
class="form-control"
name="s"
placeholder="Search here..."
Expand All @@ -158,16 +159,16 @@ <h2 class="h5">David Craig</h2>
<a href="#" class="btn btn-dark btn-sm rounded">Read my bio</a>
</p>
<p class="social">
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="facebook profile" class="p-2 link-dark"
><span class="fa fa-facebook"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="twitter profile" class="p-2 link-dark"
><span class="fa fa-twitter"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="instagram profile" class="p-2 link-dark"
><span class="fa fa-instagram"></span
></a>
<a href="#" class="p-2 link-dark"
<a href="#" aria-label="yoututbe profile" class="p-2 link-dark"
><span class="fa fa-youtube-play"></span
></a>
</p>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ <h2 class="h6 lh-base">
><i class="icon fa fa-search"></i
></span>
<input
aria-label="Search within AlyraMag"
type="search"
class="form-control"
name="s"
Expand Down

0 comments on commit c471fb9

Please sign in to comment.