Skip to content

Commit

Permalink
Update email in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphkb committed Mar 1, 2024
1 parent 9abd49c commit 4036dff
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 @@ -103,7 +103,7 @@ <h2>About Me</h2>
<a href="#" class="tooltip" data-tooltip="Back to top" aria-label="Back to top"><i class="fa-solid fa-arrow-up"></i></a>
<a href="#" target="_blank" class="tooltip" data-tooltip="LinkedIn" aria-label="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/ralphkb" target="_blank" class="tooltip" data-tooltip="Github" aria-label="Github"><i class="fa-brands fa-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="tooltip" data-tooltip="Email" aria-label="Email"><i class="fa-regular fa-envelope"></i></a>
<a href="mailto:[email protected]" target="_blank" class="tooltip" data-tooltip="Email" aria-label="Email"><i class="fa-regular fa-envelope"></i></a>
</div>
<p class="source-org copyright">© 2024 Ralph 💻</p>
</div>
Expand Down

0 comments on commit 4036dff

Please sign in to comment.