You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.3 KiB
105 lines
3.3 KiB
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>{{ site.title }}</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
|
|
<script src="/js/jquery.min.js"></script>
|
|
<script src="/js/jquery.poptrox.min.js"></script>
|
|
<script src="/js/skel.min.js"></script>
|
|
<script src="/js/init.js"></script>
|
|
<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','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-89257016-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<noscript>
|
|
<link rel="stylesheet" href="/css/skel.css" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
<link rel="stylesheet" href="/css/style-xlarge.css" />
|
|
</noscript>
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="/css/ie/v8.css" /><![endif]-->
|
|
</head>
|
|
|
|
<body id="top">
|
|
<header id="header">
|
|
<a href="{{ site.url }}" class="image avatar"><img src="/images/avatar.jpg" alt="" /></a>
|
|
<h1 style="font-weight: 400">
|
|
{{ site.description }}
|
|
</h1>
|
|
</header>
|
|
|
|
{{ content }}
|
|
|
|
<footer id="footer">
|
|
<ul class="icons">
|
|
{% if site.github_username %}
|
|
<li>
|
|
<a href="https://github.com/{{ site.github_username }}" class="icon fa-github">
|
|
<span class="label">GitHub</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.twitter_username %}
|
|
<li>
|
|
<a href="https://twitter.com/{{ site.twitter_username }}" class="icon fa-twitter">
|
|
<span class="label">Twitter</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.linkedin_username %}
|
|
<li>
|
|
<a href="https://linkedin.com/in/{{ site.linkedin_username }}" class="icon fa-linkedin">
|
|
<span class="label">LinkedIn</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.google_plus_username %}
|
|
<li>
|
|
<a href="https://plus.google.com/{{ site.google_plus_username }}" class="icon fa-google-plus">
|
|
<span class="label">Google+</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.facebook_username %}
|
|
<li>
|
|
<a href="https://www.facebook.com/{{ site.facebook_username }}" class="icon fa-facebook">
|
|
<span class="label">Facebook</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.dribbble_username %}
|
|
<li>
|
|
<a href="#" class="icon fa-dribbble">
|
|
<span class="label">Dribbble</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
|
|
{% if site.email %}
|
|
<li>
|
|
<a href="mailto:{{ site.email }}" class="icon fa-envelope-o">
|
|
<span class="label">Email</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
</ul>
|
|
|
|
<ul class="copyright">
|
|
<li>Base Jekyll Theme: <a href="https://github.com/CloudCannon/Strata-Jekyll-Theme">Cloud Cannon - Strata</a></li>
|
|
</ul>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|