mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
102 lines
3.5 KiB
HTML
102 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>First Post | Dave Gallant</title>
|
|
<link rel="stylesheet" href="https://davegallant.github.io/css/style.css">
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/github.min.css">
|
|
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<nav class="nav">
|
|
<div class="nav-left">
|
|
<a class="nav-item" href="https://davegallant.github.io"><h1 class="title is-4">Dave Gallant</h1></a>
|
|
</div>
|
|
<div class="nav-right">
|
|
<nav class="nav-item level is-mobile">
|
|
|
|
<a class="level-item" href="https://github.com/davegallant">
|
|
<span class="icon">
|
|
<i class="fa fa-github"></i>
|
|
</span>
|
|
</a>
|
|
|
|
<a class="level-item" href="https://twitter.com/__dave_g__">
|
|
<span class="icon">
|
|
<i class="fa fa-twitter"></i>
|
|
</span>
|
|
</a>
|
|
|
|
<a class="level-item" href="https://www.linkedin.com/in/dave-gallant-8523772a">
|
|
<span class="icon">
|
|
<i class="fa fa-linkedin"></i>
|
|
</span>
|
|
</a>
|
|
|
|
</nav>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<h2 class="subtitle is-6">July 13, 2018</h2>
|
|
<h1 class="title">First Post</h1>
|
|
<div class="content">
|
|
<p>Hello. This is the first post. My plan is to pour useful code snippets, tips and tricks into these pages. I have a fond interest in programming (especially with Python, TypeScript and Golang). Hopefully something within these pages will help you out in your journey.</p>
|
|
|
|
<p></p>
|
|
|
|
<p>Thanks to <a href="https://gohugo.io/">Hugo</a> and this <a href="https://github.com/tanksuzuki/hemingway">fantastically minimal Hugo theme</a>.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<aside><div id="disqus_thread"></div></aside>
|
|
<script type="text/javascript">
|
|
var disqus_shortname = 'https-davegallant-github-io';
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
})();
|
|
</script>
|
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<section class="section">
|
|
<div class="container has-text-centered">
|
|
<p>© Dave Gallant 2018</p>
|
|
</div>
|
|
</section>
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
|
|
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/languages/go.min.js"></script>
|
|
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/languages/dockerfile.min.js"></script>
|
|
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
|
|
<script>
|
|
var doNotTrack = false;
|
|
if (!doNotTrack) {
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
ga('create', 'UA-98710982-2', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
}
|
|
</script>
|
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
|
|
|
|
|
|