We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d871f commit 001d694Copy full SHA for 001d694
1 file changed
src/pages/index.astro
@@ -14,7 +14,7 @@ export const prerender = true;
14
<h1 class="text-xl md:text-2xl lg:text-2xl text-left flex flex-col lg:flex-row items-center justify-center mb-5">
15
<span class="order-2 lg:order-1">Hello Humanling, I am...
16
<span style="text-shadow: 0px 0px 40px rgba(96, 165, 250, 0.35);" class="text-5xl md:text-6xl lg:text-7xl text-blue-400 font-bold">Blodroed</span>
17
- <span class="text-xl text-blue-500 block">> Data Engineering Student</span>
+ <span class="text-xl text-blue-500 block">> Computer Engineering Student</span>
18
</span>
19
<ProfileImage
20
size="responsive"
0 commit comments