<!DOCTYPE html>
<html lang="en">
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
		<link href='http://fonts.googleapis.com/css?family=Arapey:400,400italic|Cardo:400,400italic|Sanchez:400,400italic' rel='stylesheet' type='text/css'>
		<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
		<link href="favicon.ico" rel="icon" type="image/x-icon" />
		<title>Steve Gricci - Professional Geek</title>
		<meta name="author" content="Steve Gricci - Stephen Gricci">
	</head>
	<body>
		<div class="overlay">
			<div class="wrap">
				<h1>
					Hi! I'm Steve.
				</h1>
				<h2>
					I'm currently consulting.
				</h2>
				<p>
					Sometimes I write <a href="https://twitter.com/sgricci">short words</a>, 
					<a href="http://deepcode.net">longer words</a>, <a href="http://github.com/sgricci">code</a>,
					<a href="http://dewdrop.deepcode.net/">open-source software</a>, and more.
				</p>
				<p>
					Also, you've statistically interacted with software that I wrote. And I think that's pretty neat.
				</p>
				<p>
					Want to chat? steve (at) gricci . com
				</p>
			</div>
		</div>
	</body>
	<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','//www.google-analytics.com/analytics.js','ga');

	  ga('create', 'UA-776018-3', 'gricci.org');
	  ga('send', 'pageview');

	</script>
</html>
