I'm proud to announce the launch of a new site I'm pretty happy about.
I'm more psyched about the artist, Greg is amazing, than the site itself though I think I did a pretty decent job with it. The design, layout, and functionality are all pretty simple, which is how I like to keep it. On the Drupal-end there was some custom work to get thickbox module to accept node info. Nothing to crazy but the first time I'd passed node info to jquery.
$settings['nodeInfo'][$node->title] = array(
'teaser' => $node->teaser,