Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyunnam committed Nov 14, 2023
1 parent 9f7bd3f commit 85bd5d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ <h1 class="large-heading">Hi, I'm Ihyun</h1>
<tbody>
<tr style="padding:0px">
<!-- Profile photo cell -->
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/profile.png"><img class="profile-photo" alt="profile photo" src="images/profile.png"></a>
</td>
<td style="padding: 2.5%; width: 40%; max-width: 40%">
<a href="images/profile.png">
<img class="profile-photo" alt="profile photo" src="images/profile.png" style="border-radius: 50%; width: 100%;">
</a>
</td>
<!-- Content cell -->
<td style="padding:2.5%;width:63%;vertical-align:middle">
<br>
Expand Down

0 comments on commit 85bd5d4

Please sign in to comment.