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

21
views/pages/contact.ejs Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/include %>
</head>
<body>
<% include ../partials/nav %>
<div class="container center">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1>Contact me</h1>
<p>As a lonly explorer of the interwebs, I welcome the warm embrace of human contact. Please email me with the below address:</p>
<h2>contact@lenord.me</h2>
</div>
</div>
</div>
</body>
</html>