<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>husk.org. for a while.</title>
<link href="/collected.css" media="screen" type="text/css" rel="stylesheet" />
<meta name="author" content="Paul Mison" />
<meta name="description" content="Paul Mison, elsewhere." />
<meta name="keywords" content="" />
<style type="text/css">
body { height: 100%; }
#big { color: #00f;
font-size: 76px;
font-weight:600;
line-height: 0.8em;
letter-spacing: -0.05em;
height: 100%; }
#big a:hover { color: #66f; background: none; }
</style>
<script type="text/javascript">
function grow() {
var big = document.getElementById("big");
var width = window.innerWidth-20;
var height = window.innerHeight - big.offsetTop;
var ratio = Math.min(width/big.offsetWidth, height/big.offsetHeight)
var fontsize = 76*ratio
big.style.fontSize = fontsize+"px";
}
</script>
</head>
<body onload="grow()" onresize="grow()">
<div id="wrap">
<div class="header">
<h1>husk.org. <span class="sub">until this gets fixed, my stuff elsewhere</span></h1>
</div>
<div id="content">
<span id="big">
<a href="http://flickr.com/photos/blech/" rel="me">Flickr</a> &<br>
<a href="http://twitter.com/blech" rel="me">Twitter</a> &<br>
<a href="http://ffffound.com/home/blech/" rel="me">ffffound</a> &<br>
<a href="http://notes.husk.org/" rel="me">Tumblr</a> &<br>
<a href="http://instagram.com/blech" rel="me">Instagram</a> &<br>
<a href="http://pinterest.com/blech/" rel="me">Pinterest</a><br>
</span>
</div>
</div>
</body>
</html>