Skip to content

Commit

Permalink
fix nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackinnon1 committed Dec 23, 2016
1 parent c8272cd commit d0628b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hidato.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<nav class="navbar navbar-default" style="margin-bottom:0px">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="..">
<img src="imgs/github_badge1.png" style="max-width:100%;max-height:100%" >
</a>
<p class="navbar-text navbar-right"><a href=".." class="navbar-link">Projects</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<nav class="navbar navbar-default" style="margin-bottom:0px">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="..">
<img src="imgs/github_badge1.png" style="max-width:100%;max-height:100%" >
</a>
<p class="navbar-text navbar-right"><a href=".." class="navbar-link">Projects</a>
Expand Down

0 comments on commit d0628b2

Please sign in to comment.