File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,16 @@ export default function Home() {
77 < div className = "flex items-center justify-center mx-auto px-8 py-10 max-w-screen-lg min-h-full" >
88 < section >
99 < div className = "slide-enter-content flex flex-col items-center gap-6 mx-auto max-w-3xl text-center" >
10- < Image
11- className = "rounded-full"
12- src = "/avatar.png"
13- alt = "avatar"
14- width = { 100 }
15- height = { 100 }
16- />
10+ < Image className = "rounded-full" src = "/avatar.png" alt = "avatar" width = { 100 } height = { 100 } />
1711 < TypeAnimation
1812 className = "min-h-7 text-xl"
1913 wrapper = "p"
2014 cursor = { false }
2115 speed = { 20 }
2216 sequence = { [ '嗨,我是 Jee 👋🏻' ] }
2317 />
24- < p className = "text-4xl font-semibold" >
25- 一个 Web 开发者 · 终身学习者 · 游戏爱好者
26- </ p >
27- < p > 我喜欢学习新的技术和框架,目前正在寻找新的工作机会 👨💻。</ p >
18+ < p className = "text-4xl font-semibold" > 一个 Web 开发者 · 终身学习者 · 游戏爱好者</ p >
19+ < p > 我喜欢学习新的技术和框架,目前正在一家科技公司担任前端工程师 👨💻。</ p >
2820 </ div >
2921 </ section >
3022 </ div >
You can’t perform that action at this time.
0 commit comments