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