fixed contact layout. add short bio to index

This commit is contained in:
len0rd 2018-07-28 15:10:46 -04:00
parent b4e2bf534f
commit 432e408a2c
4 changed files with 99 additions and 57 deletions

View file

@ -2,25 +2,24 @@
<html lang="en">
<head>
<% include ../partials/include %>
<% include ../partials/include %>
</head>
<body>
<header>
<% include ../partials/nav %>
</header>
<% include ../partials/nav %>
<div class="container-cenMain">
<div class="cenMain">
<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>
<main role="main">
<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>
</main>
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
</body>
</html>