mat.services/index.htm

19 lines
604 B
HTML
Raw Normal View History

<!DOCTYPE html />
2016-04-11 01:07:39 +00:00
<html>
<head>
<title>Matthew Ess</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
2016-04-11 01:07:39 +00:00
</head>
<body>
2016-04-11 04:22:39 +00:00
<nav class="text">
<a class="active" href="index.htm">Home</a>
<a href="http://github.com/matthewess">Github</a>
<a href="resume.pdf">Resume</a>
</nav>
<div class="content">
2016-04-11 01:46:56 +00:00
<h1 class="title">Matthew Ess</h1>
<hr />
2016-04-11 01:46:56 +00:00
<p class="text">Dedicated problem solver and developer, looking for interesting challenges to solve.</p>
</div>
2016-04-11 01:07:39 +00:00
</body>
</html>