<!DOCTYPE html> <html class=“no-js”>
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{{ site.title }}</title> <meta name="description" content="{{ site.description }}"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700|Noto+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet"> <link rel="stylesheet" href="/assets/css/styles.css"> </head>
<body>
<img class="plane" src="/assets/img/paper.svg"> <div class="lateral"> <aside class="author"> <img class="profile-image" src="/assets/img/profile-image.jpg" alt="" /> <p class="name">by <strong>{{ site.author_name }}</strong></p> <p class="about">{{ site.author_bio }}</p> <p class="address">{{ site.author_location }}</p> <ul class="social"> <li><a class="icon-github" href="{{ site.github_link }}" target="_blank" title="Github"></a></li> <li><a class="icon-linkedin" href="{{ site.linkedin_link }}" target="_blank" title="LinkedIn"></a></li> </ul> </aside> </div> <div class="home"> <!--[if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <header class="site-header"> <h2><a class="logo ir" href="{{ site.url }}" title="{{ site.title }}">{{ site.title }}</a></h2> </header> {{ content }} <footer class="main-footer"> <div class="container clearfix"> <p>All content copyright <a href="{{ site.url }}" title="{{ site.author_name }}">{{ site.author_name }}</a> © {{ 'now' | date: "%Y" }}. All rights reserved.</p> <p>Theme designed by <a href="http://leonidasv.com" title="Leonidas Villeneuve">Leonidas Villeneuve</a>, based on concept by <a href="http://blog.rriegger.com/" title="Raphael Riegger">Raphael Riegger</a>. Ported to Jekyll by <a href="http://drnluz.com" title="Adriano Luz">Adriano Luz</a></p> </div> </footer> <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', '{{ site.ga_property_id }}', 'auto'); ga('send', 'pageview'); </script> </div>
</body> </html>