rauhryan
10/6/2011 - 8:38 PM

default.html

---
layout: default
title: Ryan Rauh
---

<p>
Awesome content thats gonna go where you put the content block
</p>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <title>{{ page.title }}</title>
     <meta name="author" content="Ryan Rauh" />
     <link href="http://rauhryan.github.com" rel="alternate" title="Ryan Rauh - Nerdin' it up" type="application/atom+xml" />

     <!-- syntax highlighting CSS -->
     <link rel="stylesheet" href="/css/syntax.css" type="text/css" />

     <!-- Homepage CSS -->
	 <link rel="stylesheet" href="/css/core/libraries.css" type="text/css" media="screen, projection" />
	 <link rel="stylesheet" href="/css/core/content.css" type="text/css" media="screen, projection" />
     <link rel="stylesheet" href="/css/core/module/mod.css" type="text/css" media="screen, projection" />
     <link rel="stylesheet" href="/css/core/template/template.css" type="text/css" media="screen, projection" />
     <link rel="stylesheet" href="/css/core/grid/grids.css" type="text/css" media="screen, projection" />
     <link rel="stylesheet" href="/css/styles.css" type="text/css" media="screen, projection" />
	 <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
     

     
     <!--[if lt IE 8]>
<link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen, projection">
<![endif]-->
   
     <script type='text/javascript' src='http://code.jquery.com/jquery-latest.js'></script>
   
  </head>
  <body>

  <!-- top nav bar -->
  <div class='liquid'>
  	  <div class='head'>
		  <div class="hdr-main" >   
			   <div class='mod-ext'>
				  <div class='inner'>
					<div class="bd">
						 <a href="/"><h1 class="hdr-text lobster color0" >Nerdin' it uP!</h1></a>
					 </div>
				  </div>
				</div>
			</div>
		</div>
		<div class='body'>
			<div class='rightCol'>
			 <h1>Ryan Rauh</h1>
				
			 <ul>
				 <li><a  href="http://twitter.com/rauhr">@rauhr</a></li>
				 <li><a  href="http://facebook.com/ryan.rauh">Facebook</a></li>
			 </ul>
			</div>
		
			<div class='main'>
				{{ content }}
			</div>
		</div>
	</div>
    <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
      var pageTracker = _gat._getTracker("UA-2529202-1");
      pageTracker._initData();
      pageTracker._trackPageview();
    </script>
  </body>
</html>