Skip to content

Commit

Permalink
accessibility: Add aria-label attribute to learn more arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancis95 authored Dec 24, 2023
1 parent 2434b6f commit a390ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Hey, I'm Michael.</h1>
<h2>I make <span class="underline">cool stuff</span>.</h2>
<div class="container" id="learn-more">
<p>Caught your eye? Learn more about me.</p>
<a class="fa fa-angle-down smooth-scroll" data-duration="1000" data-ease="easeInOutQuad" data-interruptible="touchmove wheel" href="#whoami"></a>
<a aria-label="Learn More" class="fa fa-angle-down smooth-scroll" data-duration="1000" data-ease="easeInOutQuad" data-interruptible="touchmove wheel" href="#whoami"></a>
</div>
</div>
</header>
Expand Down

0 comments on commit a390ac5

Please sign in to comment.