35 lines
1.6 KiB
HTML
35 lines
1.6 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' rel='stylesheet' type='text/css'>
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans: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>developer with a passion for social justice, ethics, and helping people. ☭</p>
|
|
<p class="tiny">if you need to contact me, my email is</br>me [at] matthewess [dot] xyz</p>
|
|
</div>
|
|
</body>
|
|
</html>
|