Skip to content

Commit 6ed4d41

Browse files
committed
feat: update about info
1 parent 09188b7 commit 6ed4d41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/pages/about.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ function IndexPage() {
2121
<meta name='description' content='About' />
2222
</Helmet>
2323
<div>
24-
<a href='https://www.facebook.com/profile.php?id=100007085719197' target='_blank'>
25-
<img src='https://img.shields.io/badge/facebook-1877f2?style=flat-square&logo=facebook&logoColor=white' />
26-
</a>
24+
<h2>박용준</h2>
25+
<ul>
26+
<li>UI를 좋아합니다.</li>
27+
<li>Under the hood를 들여다보고 이해하는 걸 좋아합니다.</li>
28+
<li>새로운 기술을 접하는 걸 좋아합니다.</li>
29+
</ul>
2730
<a href='https://github.com/pyjun01' target='_blank'>
2831
<img src='https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white' />
2932
</a>
@@ -32,7 +35,6 @@ function IndexPage() {
3235
</a>
3336
<img src='https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fpyjun01.github.io/about&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false' />
3437
</div>
35-
준비중...
3638
</Layout>
3739
);
3840
}

0 commit comments

Comments
 (0)