<!doctype html>

<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->

<head>
	<meta charset="utf-8">
	
	<title>Good Experience - projects by Mark Hurst</title>
	
	<meta name="description" content="">
	<meta name="author" content="Mark Hurst">
	
	<!-- http://t.co/dKP3o1e -->
	<meta name="HandheldFriendly" content="True">
	<meta name="MobileOptimized" content="320">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	
	<link rel="stylesheet" href="css/styles120524.css">
	
	<link rel="shortcut icon" href="/favicon.ico">
</head>

<body>

<div class="screen">

	<div role="banner" class="clearfix">
		<h4>Projects by <a href="http://goodexperience.com/mark/">Mark Hurst</a>:</h4>
	</div>
	
	<div class="content clearfix">
		
		<div class="primary clearfix">
			<div class="group">
				<a href="http://creativegood.com/" class="btn-primary btn-creative-good">
					<h2>Creative Good</h2>
					<p>Improving customer experience</p>
				</a>
				<a href="http://gelconference.com/" class="btn-primary btn-gel">
					<h2>Gel Conference</h2>
					<p>Annual conference in New York</p>
				</a>
			</div>
			<div class="group">
				<a href="http://goodtodo.com/" class="btn-primary btn-good-todo">
					<h2>Good Todo</h2>
					<p>The world's best todo list</p>
				</a>
				<a href="http://unclemark.org/" class="btn-primary btn-uncle-mark">
					<h2>Uncle Mark</h2>
					<p>The guide to technology and life</p>
				</a>
			</div>
		</div>

		<div class="secondary">
			<h4>Subscribe to Mark's email newsletter</h4>
<form action="http://goodexperience.createsend.com/t/y/s/ihlkj/" method="post" id="subForm">
<label for="ihlkj-ihlkj">Email:</label> <input type="text" name="cm-ihlkj-ihlkj" id="ihlkj-ihlkj" />
<input type="submit" value="Subscribe" />
</form>
		</div>
		
		<div class="secondary">
			<h4><a href="http://twitter.com/markhurst/" class="btn-twitter">@markhurst</a></h4>
		</div>
		
	</div><!-- .content -->
	
	<div class="screen-foot">
		<p>See also <a href="blog/">Good Experience Blog</a> and <a href="games/">Good Experience Games</a> archives</p>
	</div>
	
</div><!-- .screen -->

<script>
	// Disable scalability on load until gesturestart, then allow scalability again
	if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i)) {
	    var viewportmeta = document.querySelector('meta[name="viewport"]');
	    if (viewportmeta) {
	        viewportmeta.content = 'width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0';
	        document.body.addEventListener('gesturestart', function () {
	            viewportmeta.content = 'width=device-width, minimum-scale=0.25, maximum-scale=1.6';
	        }, false);
	    }
	}
</script>

<script>
var _gaq=[["_setAccount","UA-5587956-1"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
</body>
</html>