Skip to content

Commit

Permalink
add user info
Browse files Browse the repository at this point in the history
  • Loading branch information
migmoroni committed Sep 2, 2024
1 parent 10df5b9 commit 2d07111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ <h2 class="text-xl font-semibold mt-4 text-center">Victor Hartung </h2>
<h2 class="text-xl font-semibold mt-4 text-center">Kundherlly Xavier</h2>
<p class="text-slate-800 dark:text-slate-300 text-center">Computação<br>Pesquisa e Roteiro</p>
<div class="flex justify-center mt-4">
<a href="mailto:email1@example.com" target="_blank" class="border-b-2 border-transparent text-purple-900 hover:border-purple-900 dark:text-purple-400 hover:dark:border-purple-400 mx-3 ease-linear duration-200 invisible">Email</a>
<a href="https://www.linkedin.com" target="_blank" class="border-b-2 border-transparent text-purple-900 hover:border-purple-900 dark:text-purple-400 hover:dark:border-purple-400 mx-3 ease-linear duration-200 invisible">LinkedIn</a>
<a href="mailto:liina.xavier@gmail.com" target="_blank" class="border-b-2 border-transparent text-purple-900 hover:border-purple-900 dark:text-purple-400 hover:dark:border-purple-400 mx-3 ease-linear duration-200">Email</a>
<a href="https://www.linkedin.com/in/kundherlly-xavier" target="_blank" class="border-b-2 border-transparent text-purple-900 hover:border-purple-900 dark:text-purple-400 hover:dark:border-purple-400 mx-3 ease-linear duration-200">LinkedIn</a>
</div>
</div>

Expand Down

0 comments on commit 2d07111

Please sign in to comment.