personal-website/views/pages/contact.ejs

26 lines
699 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/include %>
</head>
<body>
<% include ../partials/nav %>
2018-07-28 01:15:46 -04:00
<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>
2018-07-28 01:15:46 -04:00
</main>
2018-07-28 01:15:46 -04:00
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
</body>
</html>