2013-06-23 22:57:28 -04:00

65 lines
3.5 KiB
HTML

<!doctype html>
<html>
<head>
<title>ianonavy{% block title %}{% endblock title %}</title>
<meta charset="utf-8" />
<meta name="keywords" content="ianonavy, freelance, android, web, developer, ian, naval">
<meta name="description" content="This is the portfolio of the freelance Android and Web developer, Ian Naval.">
<meta name="author" content="Ian Adam Naval">
<meta name="robots" content="index,follow">
<link href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css" media="all">
<link href="http://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet" type="text/css" media="all">
<link href="{{ STATIC_URL }}css/style.css" rel="stylesheet" type="text/css" media="all" />
{% block extrastyle %}{% endblock %}
<!--[if lt IE 9]>
<script type="text/javascript" src="{{ STATIC_URL }}lib/modernizr.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}lib/html5shiv.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33981209-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>
<!--[if lt IE 8]><p>Sorry, your browser is not supported! You can try to use this website with your current browser, but we make no guarantees that it will work or look good. Please try using a different browser such as <a href="http://www.google.com/chrome">Google Chrome</a> or <a href="http://www.getfirefox.com/">Mozilla Firefox</a>. If you really want to stick with Internet Explorer, please <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home"> upgrade your browser</a> to at least IE 9.</p><![endif]-->
<header id="header">
<a href="/"><img id="logo" src="{{ STATIC_URL }}img/logo-196.png" alt="ianonavy logo" /></a>
<span id="greeting">Hello! My name is</span>
<h1 id="name"><a href="/">Ian Adam Naval</a></h1>.
<h2 id="tagline">I am an Android app developer, system administrator, and back end Web developer from Los Angeles, CA.</h2>
<nav id="nav" class="top">
<a href="/"><img id="small-logo" src="{{ STATIC_URL }}img/logo-24.png" alt="small ianonavy logo" /></a>
<ul>
<li{% block nav-about %}{% endblock nav-about %}><a href="/about/">About</a></li>
<li{% block nav-contact %}{% endblock nav-contact %}><a href="/contact/">Contact</a></li>
<li{% block nav-portfolio %}{% endblock nav-portfolio %}><a href="/">Portfolio</a></li>
<li{% block nav-labs %}{% endblock nav-labs %}><a href="/labs/">Labs</a></li>
<li{% block nav-code %}{% endblock nav-code %}><a href="http://www.github.com/ianonavy">Code</a></li>
<li{% block nav-blog %}{% endblock nav-blog %}><a href="http://blog.ianonavy.com/">Blog</a></li>
<li id="top-link"><a href="javascript:scrollToTop();">^Top^</a></li>
</ul>
</nav>
</header>
<div id="main">
{% block main %}
{% endblock main %}
</div>
<footer id="footer">
{% block footer %}Copyright &copy; 2012 Ian Adam Naval. All rights reserved.{% endblock footer %}
</footer>
<script type="text/javascript" src="{{ STATIC_URL }}js/index.js"></script>
</body>
</html>