correl.github.io/_includes/header.html
2015-03-24 02:09:50 -04:00

55 lines
2.2 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>
{% if page.title %}
{{ page.title }}
{% else %}
Projects and Coding Adventures
{% endif %}
</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/blog.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-429788-2', 'auto');
ga('send', 'pageview');
</script>
<link rel="alternate" type="application/rss+xml" title="All Stories"
href="/feed.xml">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/correl/correl.github.io">View On GitHub</a></li>
<li class="downloads"><a href="/resume.pdf" />Resume</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1><a href="/">correl.phoenixinquis.net</a></h1>
<p>projects and coding adventures</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/correl">correl</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>