Skip to content

Commit

Permalink
[fix] href 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nowaveosu committed Oct 20, 2023
1 parent 7623f63 commit 1569500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ <h1 class="big">About</h1>
<h2 class="mb-4">About Me</h2>
<p>항상 노호준입니다.</p>
<ul class="about-info mt-4 px-md-0 px-2">
<li class="d-flex"><span>Name:</span> <a>노호준</a></li>
<li class="d-flex"><span>Name:</span> <a href="tel://01073513804">노호준</a></li>
<li class="d-flex"><span>github:</span> <a href="https://github.com/nowaveosu">github.com/nowaveosu</a></li>
<li class="d-flex"><span>Email:</span> <a href="mailto:[email protected]">[email protected]</a></li>
<li class="d-flex"><span>Phone: </span> <a href="tel://01073513804">010-7351-3804</a></li>
<li class="d-flex"><span>blog: </span> <a href="https://velog.io/@nowaveosu">velog.io/@nowaveosu</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 1569500

Please sign in to comment.