Skip to content

Commit

Permalink
fix: add web portfolio link
Browse files Browse the repository at this point in the history
  • Loading branch information
WooDaeHyun committed Jul 27, 2023
1 parent 188d599 commit a12ca91
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ function About() {
<div className="post-content">
<MyInfo>
<div className="myInfoWrapper">
<div className="myInfoTitle">☎️ CONTACT</div>
<div className="myInfoTitle">MY CHANNEL</div>
<ul className="myInfoContent">
<li>po668312@naver.com</li>
<li>
<a href="https://github.com/WooDaeHyun">Github Repo</a>
<a href="https://woodaefolio.com">Web portfolio</a>
</li>
<li>
<a href="https://github.com/WooDaeHyun">Github repo</a>
</li>
<li>
<a href="https://pinetree93.tistory.com">Tistory Dev Blog</a>
<a href="https://pinetree93.tistory.com">Tistory blog</a>
</li>
<li>po668312@naver.com</li>
</ul>
</div>
</MyInfo>
Expand Down

0 comments on commit a12ca91

Please sign in to comment.