Skip to content

Commit 97e39d7

Browse files
committed
added resume
1 parent 4a26fef commit 97e39d7

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

public/resume.pdf

40.4 KB
Binary file not shown.

src/pages/components/Information.astro

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<span
7575
class={`text-9xl font-extrabold font-sans hover:font-extralight transition-all duration-300`}
7676
>
77-
Bye.
77+
Hi.
7878
</span>
7979
</>
8080
))
@@ -117,4 +117,23 @@
117117
</>
118118
))
119119
}
120+
<a
121+
target="_blank"
122+
href="/resume.pdf"
123+
class="text-9xl font-extralight underline hover:font-extrabold transition-all duration-300"
124+
>Resume.</a
125+
>
126+
{
127+
Array(25)
128+
.fill(1)
129+
.map(() => (
130+
<>
131+
<span
132+
class={`text-9xl font-extrabold font-sans hover:font-extralight transition-all duration-300`}
133+
>
134+
Bye.
135+
</span>
136+
</>
137+
))
138+
}
120139
</div>

0 commit comments

Comments
 (0)