feat: Update introduction text in home page

This commit is contained in:
Youwen Wu 2024-04-03 02:21:35 -07:00
parent b9affbbb6d
commit 0c5bfff059
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -17,20 +17,20 @@
<div class="container max-w-4xl 2xl:max-w-5xl mx-auto p-10"> <div class="container max-w-4xl 2xl:max-w-5xl mx-auto p-10">
<Typewriter mode="scramble" scrambleDuration={750}> <Typewriter mode="scramble" scrambleDuration={750}>
<h1 class="text-4xl md:text-6xl font-bold text-center tracking-tight mt-20"> <h1 class="text-4xl md:text-6xl font-bold text-center tracking-tight mt-20">
👋 Hi, I'm Youwen. 👋 Hi, I'm Youwen,
</h1> </h1>
</Typewriter> </Typewriter>
<div class="text-2xl md:text-3xl font-medium mt-10 text-center"> <div class="text-2xl md:text-3xl font-medium mt-10 text-center">
<Typewriter cursor mode="loop"> <Typewriter cursor mode="loop">
<p>Student.</p> <p>a student.</p>
<p>Programmer.</p> <p>a programmer.</p>
<p>Math enthusiast.</p> <p>a math enthusiast.</p>
<p>Musician.</p> <p>a musician.</p>
<p>Hacker.</p> <p>a hacker.</p>
</Typewriter> </Typewriter>
<br /> <br />
<Typewriter mode="scramble" scrambleDuration={1000}> <Typewriter mode="scramble" scrambleDuration={1000}>
Interested in systems programming, web design, data science, and statistics. I'm interested in systems programming, web design, data science, and statistics.
</Typewriter> </Typewriter>
</div> </div>
<span class="flex gap-2 justify-center my-8 flex-wrap"> <span class="flex gap-2 justify-center my-8 flex-wrap">