mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: Update introduction text in home page
This commit is contained in:
parent
b9affbbb6d
commit
0c5bfff059
1 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue