mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
added basic contact page, fixed server and nav to handle it
This commit is contained in:
parent
350d6a6714
commit
8bf1fe07ba
3 changed files with 34 additions and 8 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue