Skip to content

Commit

Permalink
JFRA-02: Add last details Birdi page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Felipe Rada committed Jan 23, 2025
1 parent 9189433 commit 78b177e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/sections/Experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ const t = useTranslations(Astro.currentLocale as Lang);
})
}
</h3>
<span class="qualification__subtitle"> BirdiRx </span>
<a href="/birdi">
<span class="qualification__subtitle"> BirdiRx </span>
</a>

<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
Expand Down Expand Up @@ -343,9 +345,9 @@ const t = useTranslations(Astro.currentLocale as Lang);
<i class="uil uil-calendar-alt"></i>
{
t({
en: "May 2023 - Present",
es: "May 2023 - Presente",
"pt-br": "Mai 2023 - Presente",
en: "Jan 2023 - Present",
es: "Ene 2023 - Presente",
"pt-br": "Jan 2023 - Presente",
})
}
</div>
Expand Down Expand Up @@ -380,7 +382,7 @@ const t = useTranslations(Astro.currentLocale as Lang);
})
}
</h3>
<a href="#Contact">
<a href="#Contact">
{
t({
en: "Contact Me",
Expand Down Expand Up @@ -411,6 +413,7 @@ const t = useTranslations(Astro.currentLocale as Lang);
height: 35px;
filter: drop-shadow(0px 0px 0.5px gray);
}

</style>

<script is:inline>
Expand Down

0 comments on commit 78b177e

Please sign in to comment.