Skip to content

Commit

Permalink
update: allow following of social links for page ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
coderste committed Jul 4, 2024
1 parent 0628f97 commit 37adc9c
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 @@ -36,10 +36,10 @@ <h3>Software Developer</h2>
reliable.</p>

<div class="social-links">
<a href="https://www.linkedin.com/in/stephenhinett/" class="social-link linkedin" rel="nofollow">
<a href="https://www.linkedin.com/in/stephenhinett/" class="social-link linkedin">
<i class="fab fa-linkedin"></i>
</a>
<a href="http://github.com/coderste" class="social-link github" rel="nofollow">
<a href="http://github.com/coderste" class="social-link github">
<i class="fab fa-github"></i>
</a>
</div>
Expand Down

0 comments on commit 37adc9c

Please sign in to comment.