<!doctype html>
<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Alfred Pang | A Blog on Hiatus</title>
    <link rel="stylesheet" href="css/foundation.css" />
    <link rel="stylesheet" href="css/app.css" />
    <script src="js/modernizr.js"></script>

    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-2716513-1']);
      _gaq.push(['_trackPageview']);
      (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>
  </head>
  <body>

    <!--
      A View of the Bay of Naples, Looking Southwest from the Pizzofalcone towards Capo di Posilippo
      Giovanni Battista Lusieri [Italian, about 1755 - 1821]
      http://search.getty.edu/museum/records/musobject?objectid=890
    -->

    <header></header>

    <div id="main" class="row">

        <div class="medium-6 large-4 columns">
          <div id="description" class="panel">
            <h1>Alfred Pang</h1>
            <p>Hacking code and hacking life. Currently living and working in NYC with his wife and baby boy. Enjoys reading, dancing, coding, and hanging out with the family. The blog previously here covered topics including personal development, software, bitcoins, relationships and book reviews.</p>
            </p>
            <p><a href="http://twitter.com/alfredpang">@alfredpang</a></p>


          </div>
          <p id="image-description"><small>
            <a href="http://search.getty.edu/museum/records/musobject?objectid=890"><em>A View of the Bay of Naples, Looking Southwest from the Pizzofalcone towards Capo di Posilippo</em> -
           Giovanni Battista Lusieri [Italian, about 1755 - 1821]</a>
          </small>
          </p>
        </div>

    </div>

    <footer></footer>

    <script src="js/jquery.js"></script>
    <script src="js/foundation.min.js"></script>
    <script>
      $(document).foundation();
      var doc = document.documentElement;
      doc.setAttribute('data-useragent', navigator.userAgent);
    </script>

  </body>
</html>
