Skip to content

Commit

Permalink
Fixed portfolio links
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktesh authored May 24, 2024
1 parent 84e6905 commit 33a24dd
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 @@ -320,7 +320,7 @@ <h3 class="sub-title element">Web Dev Showcase</h3>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-6 element">
<a href="portfolio-2021/projects/product-feedback">
<a href=/portfolio-2021/projects/product-feedback">
<div class="portfolio-item project-1">
<div class="portfolio-content">
<h3>Product Feedback</h3>
Expand All @@ -339,7 +339,7 @@ <h3>Product Feedback</h3>
</a>
</div>
<div class="col-lg-4 col-md-6 element">
<a href="portfolio-2021/projects/next-level-admin">
<a href="/portfolio-2021/projects/next-level-admin">
<div class="portfolio-item project-2">
<div class="portfolio-content">
<h3>Next Level Admin</h3>
Expand All @@ -359,7 +359,7 @@ <h3>Next Level Admin</h3>
</a>
</div>
<div class="col-lg-4 col-md-6 element">
<a href="portfolio-2021/projects/course-platform">
<a href="/portfolio-2021/projects/course-platform">
<div class="portfolio-item project-3">
<div class="portfolio-content">
<h3>Course Platform</h3>
Expand Down

0 comments on commit 33a24dd

Please sign in to comment.