Explicit commit v2
This commit is contained in:
17
landing.bryanroessler.com/_includes/disqus.html
Normal file
17
landing.bryanroessler.com/_includes/disqus.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% if site.disqus_shortname %}
|
||||
<script type="text/javascript">
|
||||
var disqus_config = function () {
|
||||
this.page.url = '{{ site.url }}{{ page.url }}'; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = '{{ page.id }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = '//{{ site.disqus_shortname }}.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
{% endif %}
|
||||
17
landing.bryanroessler.com/_includes/footer.html
Normal file
17
landing.bryanroessler.com/_includes/footer.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<footer class="footer">
|
||||
<span class="footer__copyright">© {{ site.time | date: '%Y' }} {{ site.author.name }}. All rights reserved.</span>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="{{ site.baseurl }}/js/main.js?{{site.time | date: '%s%N'}}"></script>
|
||||
{% if site.google_analytics and jekyll.environment != "development" %}
|
||||
<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.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
54
landing.bryanroessler.com/_includes/head.html
Normal file
54
landing.bryanroessler.com/_includes/head.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
{% if page.robots %}
|
||||
<meta name="robots" content="{{ page.robots }}">
|
||||
{% endif %}
|
||||
|
||||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html }}{% else %}{{ site.description }}{% endif %}">
|
||||
<meta name="author" content="{{ site.author.name }}">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
||||
<meta name="twitter:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html }}{% else %}{{ site.description }}{% endif %}">
|
||||
{% if site.author.twitter_username %}
|
||||
<meta name="twitter:creator" content="{{ site.author.twitter_username }}">
|
||||
{% endif %}
|
||||
<meta name="twitter:image" content="{{ site.baseurl }}/images/favicons/favicon-194x194.png" />
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
||||
<meta property="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html }}{% else %}{{ site.description }}{% endif %}">
|
||||
<meta property="og:image" content="{{ site.baseurl }}/images/favicons/favicon-194x194.png" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/images/favicons/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicons/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicons/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicons/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicons/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="{{ site.baseurl }}/images/favicons/manifest.json">
|
||||
<link rel="shortcut icon" href="{{ site.baseurl }}/images/favicons/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#ffc40d">
|
||||
<meta name="msapplication-TileImage" content="{{ site.baseurl }}/images/favicons/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css?{{site.time | date: '%s%N'}}">
|
||||
<link rel="canonical" href="{% if page.canonical %}{{ page.canonical }}{% else %}{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}{% endif %}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.baseurl }}/feed.xml">
|
||||
</head>
|
||||
99
landing.bryanroessler.com/_includes/header.html
Normal file
99
landing.bryanroessler.com/_includes/header.html
Normal file
@@ -0,0 +1,99 @@
|
||||
<span class="mobile btn-mobile-menu">
|
||||
<i class="icon icon-list btn-mobile-menu__icon"></i>
|
||||
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
|
||||
</span>
|
||||
|
||||
<header class="panel-cover" style="background-image: url({{ site.baseurl }}/images/cover.jpg)">
|
||||
<div class="panel-main">
|
||||
|
||||
<div class="panel-main__inner panel-inverted">
|
||||
<div class="panel-main__content">
|
||||
<a href="{{ site.baseurl }}/" title="link to home of {{ site.title }}">
|
||||
<img src="{{ site.baseurl }}/images/profile.jpg" class="user-image" alt="My Profile Photo">
|
||||
<h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
|
||||
</a>
|
||||
<hr class="panel-cover__divider">
|
||||
<p class="panel-cover__description">{{ site.description }}</p>
|
||||
<hr class="panel-cover__divider panel-cover__divider--secondary">
|
||||
|
||||
<div class="navigation-wrapper">
|
||||
|
||||
<nav class="cover-navigation cover-navigation--primary">
|
||||
<ul class="navigation">
|
||||
<li class="navigation__item"><a href="{{ site.baseurl }}/#blog" title="link to {{ site.title }} blog" class="blog-button">Blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<nav class="cover-navigation navigation--social">
|
||||
<ul class="navigation">
|
||||
|
||||
{% if site.author.twitter_username %}
|
||||
<!-- Twitter -->
|
||||
<li class="navigation__item">
|
||||
<a href="http://twitter.com/{{ site.author.twitter_username }}" title="@{{ site.author.twitter_username }} on Twitter" target="_blank">
|
||||
<i class="icon icon-social-twitter"></i>
|
||||
<span class="label">Twitter</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.author.facebook_username %}
|
||||
<!-- Facebook -->
|
||||
<li class="navigation__item">
|
||||
<a href="http://fb.me/{{ site.author.facebook_username }}" title="{{ site.author.facebook_username }} on Facebook" target="_blank">
|
||||
<i class="icon icon-social-facebook"></i>
|
||||
<span class="label">Facebook</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.author.linkedin_username %}
|
||||
<!-- LinkedIn -->
|
||||
<li class="navigation__item">
|
||||
<a href="https://www.linkedin.com/in/{{ site.author.linkedin_username }}" title="{{ site.author.linkedin_username }} on LinkedIn" target="_blank">
|
||||
<i class="icon icon-social-linkedin"></i>
|
||||
<span class="label">LinkedIn</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.author.github_username %}
|
||||
<!-- GitHub -->
|
||||
<li class="navigation__item">
|
||||
<a href="https://www.github.com/{{ site.author.github_username }}" title="{{ site.author.github_username }} on GitHub" target="_blank">
|
||||
<i class="icon icon-social-github"></i>
|
||||
<span class="label">GitHub</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.author.email %}
|
||||
<!-- Email -->
|
||||
<li class="navigation__item">
|
||||
<a href="mailto:{{ site.author.email }}" title="Email {{ site.author.email }}" target="_blank">
|
||||
<i class="icon icon-mail"></i>
|
||||
<span class="label">Email</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- RSS -->
|
||||
<li class="navigation__item">
|
||||
<a href="{{ site.baseurl }}/feed.xml" title="Subscribe" target="_blank">
|
||||
<i class="icon icon-rss"></i>
|
||||
<span class="label">RSS</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="panel-cover--overlay"></div>
|
||||
</div>
|
||||
</header>
|
||||
15
landing.bryanroessler.com/_includes/pagination.html
Normal file
15
landing.bryanroessler.com/_includes/pagination.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<nav class="pagination" role="navigation">
|
||||
{% if paginator.previous_page %}
|
||||
{% if paginator.previous_page == 1 %}
|
||||
<a rel="prev" class="posts newer btn small" href="{{ site.baseurl }}/#blog" title="Previous Page">← Newer Posts</a>
|
||||
{% else %}
|
||||
<a rel="prev" class="posts newer btn small" href="{{ site.baseurl }}/page{{ paginator.previous_page }}/">← Newer Posts</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<span class="pagination__page-number">Page {{ paginator.page}} of {{ paginator.total_pages}}</span>
|
||||
|
||||
{% if paginator.next_page %}
|
||||
<a rel="next" class="posts older btn small" href="{{ site.baseurl }}/page{{ paginator.next_page }}/">Older Posts →</a>
|
||||
{% endif %}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user