Skip to content

Commit

Permalink
Fix: link directions
Browse files Browse the repository at this point in the history
  • Loading branch information
udontur committed Apr 7, 2024
1 parent 0d6766b commit 3c33280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@ <h1 class="WebsiteTitle">
</button>
</div>
<div class="container">
<button onclick="window.location='https://www.linkedin.com/in/hadrianlaucs';" class="MainButtonLeftBottom">
<button onclick="window.location='https://github.com/udontur/cp';" class="MainButtonLeftBottom">
Code Vault
</button>
<button onclick="window.location='https://github.com/udontur';" class="MainButtonMiddle">
<button onclick="window.location='https://udontur.github.io/page/clock.html';" class="MainButtonMiddle">
Clock
</button>
<button onclick="window.location='https://leetcode.com/udontur';" class="MainButtonRightBottom">
<button onclick="window.location='https://udontur.github.io/page/clock_nosec.html';" class="MainButtonRightBottom">
Clock no Sec
</button>
</div>
Expand Down

0 comments on commit 3c33280

Please sign in to comment.