-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update navigation links in about-me and projects pages
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
1 parent
d92b586
commit 7be6294
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|