mat.services/index.htm

34 lines
1.5 KiB
HTML

<!DOCTYPE html />
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Matthew Ess</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href='https://fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79548115-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav id="navbar">
<p class="title">Matthew Ess</p>
<ul class="text">
<li><a class="active" href="index.htm">Home</a></li>
<li><a href="http://github.com/matthewess">Github</a></li>
<li><a href="resume.pdf">Resume</a></li>
</ul>
</nav>
<div id="content" class="text">
<p>Dedicated problem solver and developer, looking for interesting challenges to tackle.</p>
<p class="tiny">if you need to contact me, my email is</br>me [at] matthewess [dot] xyz</p>
</div>
</body>
</html>