Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
austinluk authored Jul 28, 2024
1 parent b5b1d3f commit 66866bd
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 @@ -21,7 +21,7 @@ <h2>AL</h2>
<nav>
<a class="darkerText" href="https://github.com/austinluk" target="_blank">GitHub</a>
<a class="darkerText" href="https://www.linkedin.com/in/austinluk/" target="_blank">LinkedIn</a>
<a class="darkerText" href="/Users/austinluk/Downloads/austinlukResume.pdf" target="_blank"> Resume </a>
<a class="darkerText" href="/public/austinlukResume.pdf" target="_blank"> Resume </a>
</nav>
</header>
<main>
Expand Down Expand Up @@ -67,7 +67,7 @@ <h1>Austin Luk</h1>
<i class="fa-solid fa-arrow-right"></i>
<span>Email Me!</span>
</a>
<a href="/Users/austinluk/Downloads/austinlukResume.pdf" class="outreach darkerText">
<a href="/public/austinlukResume.pdf" class="outreach darkerText">
<i class="fa-solid fa-arrow-right"></i>
<span>Check out my Resume!</span>
</a>
Expand Down Expand Up @@ -153,4 +153,4 @@ <h1>Austin Luk</h1>
</section>
</main>
</body>
</html>
</html>

0 comments on commit 66866bd

Please sign in to comment.