Enhance About section with title and description
This commit is contained in:
parent
356c9e93f2
commit
2e1f6a7ec4
1 changed files with 4 additions and 3 deletions
|
|
@ -7,10 +7,11 @@ export default function Home() {
|
|||
style={{
|
||||
background: "linear-gradient(110deg, #FF8989 21.29%, rgba(85, 0, 255, 0.2) 100%)",
|
||||
}}
|
||||
></div>
|
||||
></div>
|
||||
</div>
|
||||
<div id="about" className="h-screen flex">
|
||||
About
|
||||
<div id="about" className="h-screen flex p-4">
|
||||
<h1 className="text-2xl">About</h1>
|
||||
<p>항상 새로운 것을 찾고 삶을 더 간단명료하게 만들고 있는 학생 개발자 남현석입니다.</p>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue