간단 명료한 버그그
This commit is contained in:
parent
26fe4232d7
commit
c8b3b213cb
1 changed files with 10 additions and 9 deletions
|
|
@ -33,18 +33,19 @@ export default function About() {
|
||||||
<div className="w-full h-screen flex flex-col items-center justify-center">
|
<div className="w-full h-screen flex flex-col items-center justify-center">
|
||||||
<div className="w-full md:w-[50%] p-4">
|
<div className="w-full md:w-[50%] p-4">
|
||||||
<h1 className="text-2xl font-bold">🤔 About</h1>
|
<h1 className="text-2xl font-bold">🤔 About</h1>
|
||||||
</div>
|
<div className="flex items-start justify-center flex-col p-2 mt-2 w-full">
|
||||||
<div className="flex items-start justify-center flex-col px-6 w-full">
|
<div className="flex flex-col font-semibold text-xl">
|
||||||
<div className="flex flex-col font-semibold text-xl">
|
<h1>항상 <strong className="font-black">새로운 것</strong>을 찾는</h1>
|
||||||
<h1>항상 <strong className="font-black">새로운 것</strong>을 찾는</h1>
|
<h1>학생 개발자 남현석입니다.</h1>
|
||||||
<h1>학생 개발자 남현석입니다.</h1>
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<h1>In South Korea : <span className="tnum">{time}</span></h1>
|
||||||
|
<h1>최근 블로그 보기 : <a href={post.link}>{post.title}</a></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<h1>In South Korea : <span className="tnum">{time}</span></h1>
|
|
||||||
<h1>최근 블로그 보기 : <a href={post.link}>{post.title}</a></h1>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue