Skip to content

Commit

Permalink
Update navigation links in about-me and projects pages
Browse files Browse the repository at this point in the history
The navigation links have been swapped between the "about-me" and "projects" HTML pages. The "About Me" link is now in the "projects" page and the "Projects" link has been moved to "about-me" page.
  • Loading branch information
MatejMa2ur committed May 6, 2024
1 parent d92b586 commit 7be6294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions about-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1 class="nordic">Matej Mazur</h1>
<div class="links nordic">
<a href="index.html"
class="b" style="margin-right: 8%;">Home</a>
<a href="about-me.html"
class="b">About Me</a>
<a href="projects.html"
class="b">Projects</a>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1 class="nordic">Work in progress</h1>
<div class="links nordic">
<a href="index.html"
class="b" style="margin-right: 8%;">Home</a>
<a href="projects.html"
class="b">Projects</a>
<a href="about-me.html"
class="b">About Me</a>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 7be6294

Please sign in to comment.