mat.services/index.htm

36 lines
1.7 KiB
HTML
Raw Normal View History

<!DOCTYPE html />
2016-04-11 01:07:39 +00:00
<html>
<head>
2016-06-14 02:07:57 +00:00
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-06-28 14:38:25 +00:00
<title>matthew ess</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
2016-09-13 15:33:01 +00:00
<link href='https://fonts.googleapis.com/css?family=Raleway:600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
2016-06-17 21:00:48 +00:00
<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>
2016-04-11 01:07:39 +00:00
</head>
<body>
2016-06-14 02:07:57 +00:00
<nav id="navbar">
2016-06-28 14:38:25 +00:00
<p class="title">matthew ess</p>
2016-06-14 02:07:57 +00:00
<ul class="text">
2016-06-28 14:38:25 +00:00
<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>
2016-06-14 02:07:57 +00:00
</ul>
2016-04-11 04:22:39 +00:00
</nav>
2016-06-14 02:07:57 +00:00
<div id="content" class="text">
2017-02-25 21:36:51 +00:00
<p>developer with a passion for social justice, ethics, and helping people. ☭</p>
2017-08-15 17:39:39 +00:00
<p>currently a software engineer @ yelp</p>
<p class="tiny">if you need to contact me, my email is</br>mess [at] yelp [dot] com</p>
</div>
2016-04-11 01:07:39 +00:00
</body>
2016-06-17 21:00:48 +00:00
</html>