Skip to content

Commit 70c3767

Browse files
committed
feat: about page 초안 작성
1 parent 51defd8 commit 70c3767

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

src/pages/about.astro

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,24 @@ import PageLayout from '@/layouts/PageLayout.astro';
33
---
44

55
<PageLayout title="About">
6-
<h1>About</h1>
6+
<article class="flex flex-col gap-10">
7+
<header>
8+
<h1 class="text-3xl font-bold py-3">정봉찬</h1>
9+
<p class="text-xl">프론트엔드 개발자</p>
10+
</header>
11+
<section>
12+
<h2 class="text-2xl py-2">교육</h2>
13+
<ul>
14+
<li>
15+
<p>
16+
코드잇 스프린트 (프론트엔드 부트캠프) <span class="text-slate-500">
17+
<time datetime="2023.12">2023.12</time> ~ <time datetime="2024.06"
18+
>2024.06</time
19+
>
20+
</span>
21+
</p>
22+
</li>
23+
</ul>
24+
</section>
25+
</article>
726
</PageLayout>

0 commit comments

Comments
 (0)