<!doctype html>
<html>
  <head>
    <title>Brandon Aaron</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
    <link href='http://fonts.googleapis.com/css?family=Noto+Serif' rel='stylesheet' type='text/css'>
    <style>
      html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        min-height: 240px;
        font-family: 'Noto Serif', serif;
      }
      body {
        position: relative;
        background: url(/img/6507873885_ec544deebf_b.jpg);
        background-size: cover;
      }
      #content {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 400px;
        margin: 20px;
        padding: 20px;
        color: #111;
        z-index: 2;
        background-color: rgba(255,255,255,.5);
      }
      #hostedby {
        position: absolute;
        bottom: 5px;
        left: 20px;
        font-size: 12px;
        z-index: 3;
        opacity: .75;
        color: #fff;
      }
      #hostedby a {
        color: #fff;
      }
      h1 {
        margin: 0;
        padding: 0;
        font-size: 30px;
      }
      p {
        margin: 20px 0;
      }
      ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      li {
        float: left;
        margin: 0 20px 0 0;
        padding: 0;
      }
      a {
        color: #111;
      }
    </style>
  </head>
  <body>
    <div id="content">
      <h1>Hello.</h1>
      <p>My name is Brandon Aaron and I'm a software consultant at&nbsp;<a href="http://freshcod.es">freshcod.es</a>.</p>
      <ul>
        <li><a href="https://github.com/brandonaaron">Github</a></li>
        <li><a href="https://twitter.com/brandonaaron">Twitter</a></li>
        <li><a href="https://linkedin.com/in/brandonaaron">LinkedIn</a></li>
      </ul>
    </div>
    <div id="hostedby">Hosting provided by <a href="http://mediatemple.net">Media Temple</a></div>
  </body>
</html>
