2013-06-12 16:44:00 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ page.title }}</title>
|
2013-06-22 12:34:07 -04:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Enriqueta' rel='stylesheet' type='text/css'>
|
2013-06-12 16:44:00 -04:00
|
|
|
<script type="text/javascript" src="//use.typekit.net/itm5ubu.js"></script>
|
|
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
2013-06-22 12:34:07 -04:00
|
|
|
<link rel="stylesheet" href="/css/foundation.css" />
|
2013-06-12 16:44:00 -04:00
|
|
|
<link rel="stylesheet" href="/css/capistrano.css">
|
2013-06-22 12:34:07 -04:00
|
|
|
<link rel="stylesheet" href="/css/social_foundicons.css" />
|
|
|
|
<link rel="stylesheet" href="/css/okaidia.css">
|
2014-01-03 16:41:22 -05:00
|
|
|
<link rel="stylesheet" href="/css/syntax.css">
|
2013-06-22 12:34:07 -04:00
|
|
|
<script src="/js/vendor/custom.modernizr.js"></script>
|
2013-06-12 16:44:00 -04:00
|
|
|
</head>
|
2013-06-24 14:29:21 -04:00
|
|
|
|
2015-01-18 10:07:57 -05:00
|
|
|
<body>
|
|
|
|
{% include metrics.html %}
|
2013-06-24 14:29:21 -04:00
|
|
|
|
2013-06-12 16:44:00 -04:00
|
|
|
{% include header.html %}
|
|
|
|
|
2013-06-22 12:34:07 -04:00
|
|
|
<div class="row">
|
|
|
|
<div class="large-4 columns">
|
2013-06-12 16:44:00 -04:00
|
|
|
{% include navigation.html %}
|
|
|
|
</div>
|
2013-06-22 12:34:07 -04:00
|
|
|
<div class="large-8 column">
|
2013-06-12 16:44:00 -04:00
|
|
|
<div class="content">
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--<div class="container"> -->
|
2013-06-22 12:34:07 -04:00
|
|
|
<!-- <h1 class="title"><a href="/">{{ site.name }}</a></h1>-->
|
|
|
|
<!-- <a class="extra" href="/">home</a> -->
|
|
|
|
<!-- </div> -->
|
2013-06-12 16:44:00 -04:00
|
|
|
|
|
|
|
<!-- {{ content }} -->
|
|
|
|
|
|
|
|
<!--</div> [> /container <] -->
|
|
|
|
|
2013-06-22 12:34:07 -04:00
|
|
|
{% include footer.html %}
|
2013-06-12 16:44:00 -04:00
|
|
|
|
2013-06-30 07:30:03 -04:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
2013-06-30 08:23:14 -04:00
|
|
|
<script>
|
|
|
|
if (!window.jQuery) {
|
|
|
|
document.write('<script src="/js/jquery-1.7.min"><\/script>');
|
|
|
|
}
|
|
|
|
</script>
|
2013-06-30 07:30:03 -04:00
|
|
|
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
2013-06-22 12:34:07 -04:00
|
|
|
<script src="/js/prism.js"></script>
|
2013-06-22 16:09:49 -04:00
|
|
|
<script src="/js/prism.ruby.js"></script>
|
2014-03-25 01:51:40 -04:00
|
|
|
<a href="https://github.com/capistrano/capistrano"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
|
2014-11-27 09:54:25 -05:00
|
|
|
<!-- Google Tag Manager -->
|
|
|
|
<noscript>
|
|
|
|
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-KLDBJG" height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
|
|
|
</noscript>
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KLDBJG');</script>
|
|
|
|
<!-- End Google Tag Manager -->
|
2013-06-22 12:34:07 -04:00
|
|
|
</body>
|
2013-06-12 16:44:00 -04:00
|
|
|
</html>
|