We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a26fef commit 97e39d7Copy full SHA for 97e39d7
2 files changed
public/resume.pdf
40.4 KB
src/pages/components/Information.astro
@@ -74,7 +74,7 @@
74
<span
75
class={`text-9xl font-extrabold font-sans hover:font-extralight transition-all duration-300`}
76
>
77
- Bye.
+ Hi.
78
</span>
79
</>
80
))
@@ -117,4 +117,23 @@
117
118
119
}
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
+ }
139
</div>
0 commit comments