We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51defd8 commit 70c3767Copy full SHA for 70c3767
1 file changed
src/pages/about.astro
@@ -3,5 +3,24 @@ import PageLayout from '@/layouts/PageLayout.astro';
3
---
4
5
<PageLayout title="About">
6
- <h1>About</h1>
+ <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>
26
</PageLayout>
0 commit comments