Skip to content

Commit

Permalink
:fix: update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
doroudi committed Apr 24, 2024
1 parent e674acb commit e6fbf5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/AboutMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ const skills = [
<a class="round-link" href="https://stackoverflow.com/users/5292901/saeid-doroudi" target="_blank">
<span class="i-mdi:stack-overflow font-size-1.5em" />
</a>
<a class="round-link" href="https://www.linkedin.com/in/saeiddoroudi/" target="_blank">
<a class="round-link" href="https://www.linkedin.com/in/doroudi/" target="_blank">
<span class="i-mdi:linkedin font-size-1.5em" />
</a>
<a class="round-link" href="mailto:[email protected]" target="_blank">
<span class="i-mdi:email font-size-1.5em" />
</a>
<a class="round-link" href="tel:+989101003894" target="_blank">
<span class="i-mdi:phone font-size-1.5em" />
</a>
</div>

<section class="pb-3 pt-10">
Expand Down

0 comments on commit e6fbf5c

Please sign in to comment.