Updated the navigation

This commit is contained in:
JunkJumper
2019-02-26 13:19:50 +01:00
committed by GitHub
parent ec594dc668
commit fa40a1fb94
4 changed files with 69 additions and 42 deletions

View File

@ -20,7 +20,7 @@
<nav>
<ul>
<li>
<a href="" class="active">Homepage</a>
<a href="index.html" class="active">Homepage</a>
</li>
<li>
<a href="about.html">About</a>
@ -34,9 +34,12 @@
<li>
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
</li>
<li class="last">
<li>
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
</li>
<li class="last">
<a href="https://www.junkjumper-projects.com/#projects">Back to Projects List</a>
</li>
</ul>
</nav>
</header>