Skip to content

Commit

Permalink
Swapping social icons and click-thrus
Browse files Browse the repository at this point in the history
  • Loading branch information
MRTIBBETS committed Aug 7, 2024
1 parent 8ec1a1b commit 67e9075
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>👋</h1>
<div class="social-media">
<a href="mailto:[email protected]?subject=%F0%9F%91%8B%20Let's%20connect%20and%20talk%20shop" target="_blank" title="Email Alexander Tibbets"><i class="fa-solid fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/mrtibbets" target="_blank" title="Connect on LinkedIn"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://twitter.com/mrtibbets" target="_blank" title="Connect on Twitter"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://github.com/MRTIBBETS" target="_blank" title="Follow on GitHub"><i class="fa-brands fa-github"></i></a>
<a href="https://www.youtube.com/@mrtibbets" target="_blank" title="Follow on YouTube"><i class="fa-brands fa-youtube"></i></a>
</div>
</footer>
Expand All @@ -85,8 +85,10 @@ <h1>👋</h1>
"url": "https://www.alexandertibbets.com",
"sameAs": [
"https://www.linkedin.com/in/mrtibbets",
"https://github.com/MRTIBBETS",
"https://twitter.com/mrtibbets",
"https://www.youtube.com/@mrtibbets"
"https://www.youtube.com/@mrtibbets",
"https://www.instagram.com/mrtibbets"
],
"jobTitle": "Co-founder",
"worksFor": {
Expand Down

0 comments on commit 67e9075

Please sign in to comment.