samhuri.net/public/index.html
2013-04-29 13:41:16 -07:00

55 lines
1.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>samhuri.net</title>
<link rel="icon" type="image/gif" href="images/s.gif">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" media="screen" href="css/mobile.min.css">
<!--[if lt IE 7]>
<link rel="stylesheet" href="css/ie6.min.css">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="css/ie7.min.css">
<![endif]-->
</head>
<body>
<header>
<h1>samhuri.net</h1>
</header>
<a href="https://github.com/samsonjs/samhuri.net"><img id="forkme" src="images/forkme@2x.png" width="140" height="140" alt="Fork me on GitHub"></a>
<nav>
<ul class="nav" id="main">
<li><a href="proj">projects</a></li>
<li><a href="blog">blog</a></li>
<li><a href="json-diff">json-diff</a></li>
</ul>
</nav>
<footer>
<p>You can find me on Twitter as <a href="https://twitter.com/_sjs">@_sjs</a> and on <a href="http://app.net">app.net</a> as <a href="https://alpha.app.net/sjs" rel="me">@sjs</a>.</p>
<p><a href="mailto:sami@samhuri.net">sami@samhuri.net</a></p>
</footer>
<script>
var _gaq = _gaq || []
_gaq.push( ['_setAccount', 'UA-214054-5']
, ['_trackPageview']
, ['_trackPageLoadTime']
)
;(function() {
var ga = document.createElement('script')
ga.type = 'text/javascript'
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(ga, s)
}())
</script>
</body>
</html>