added basic contact page, fixed server and nav to handle it

This commit is contained in:
len0rd 2018-07-27 13:32:34 -04:00
parent 350d6a6714
commit 8bf1fe07ba
3 changed files with 34 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">lenordsNet</a>
<a class="navbar-brand" href="/#">lenordsNet</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -15,7 +15,7 @@
<a class="nav-link" href="http://www.blog.lenords.net">Blog</a>
</li>
</ul>
<a href="#" class="btn btn-outline-light my-2 my-sm-0">Contact</a>
<a href="/contact" class="btn btn-outline-light my-2 my-sm-0">Contact</a>
</div>
</div>
</nav>