mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 18:28:46 -04:00
bio static
This commit is contained in:
@@ -500,13 +500,10 @@
|
|||||||
{typedRole}
|
{typedRole}
|
||||||
</h2>
|
</h2>
|
||||||
<!-- Fade in the bio after typewriting is complete -->
|
<!-- Fade in the bio after typewriting is complete -->
|
||||||
<p
|
<p class="text-gray-300 leading-relaxed mb-8">
|
||||||
class="text-gray-300 leading-relaxed mb-8 transition-opacity duration-1500 delay-300 {bioVisible
|
|
||||||
? 'opacity-100'
|
|
||||||
: 'opacity-0'}"
|
|
||||||
>
|
|
||||||
{profile.bio}
|
{profile.bio}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="flex flex-wrap gap-4">
|
<div class="flex flex-wrap gap-4">
|
||||||
<a
|
<a
|
||||||
href="/Josh_Patra_Resume.pdf"
|
href="/Josh_Patra_Resume.pdf"
|
||||||
|
Reference in New Issue
Block a user