<!DOCTYPE html>
<html lang=en>
<head>
{{ template "html/_head.html" }}
<title>Skipper CMS | Contact</title>
</head>
<body class='page bg-light'>
<style>{{ template "css/main.css" }}</style>
<main>
{{ template "html/_header.html" $ }}
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4">Contact</h1>
</div>
<div class='container'>
<div class='row'>
<div class="col-12 offset-0 col-lg-8 offset-lg-2">
Hi. My name is Evan. I'm the only soul currently working on Skipper
CMS. If you need someone to contact I'm that someone. You can reach me
at me AT evanjon DOT es or via Twitter,
<a href='https://twitter.com/minieggs40'>@minieggs40</a>. Caoi!
</div>
</div>
</div>
{{ template "html/_footer.html" $ }}
</main>
{{ template "html/_scripts.html" }}
</body>
</html>