Skip to content

Commit

Permalink
updated social links in footer with alt text for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shannawalsh committed Jun 10, 2024
1 parent 2874935 commit d544b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ <h4 class="contact-title">Hire me</h4>
<div class="contact-info follow-section">
<h4 class="contact-title">Follow me</h4>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/shanna-walsh/" target="_blank" ><i class="fa-brands fa-linkedin-in"></i></a>
<li><a href="https://www.linkedin.com/in/shanna-walsh/" target="_blank" alt="LinkedIn account link"><i class="fa-brands fa-linkedin-in"></i></a>
</li>
<li><a href="https://github.com/shannawalsh" target="_blank" ><i class="fa-brands fa-github"></i></a>
<li><a href="https://github.com/shannawalsh" target="_blank" alt="GitHub account link" ><i class="fa-brands fa-github"></i></a>
</li>
</ul>
</div>
Expand Down

0 comments on commit d544b10

Please sign in to comment.