Files
site/blog/2018/07/13/first-post/index.html
2021-09-06 03:18:32 +00:00

88 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "/"
},
"articleSection" : "post",
"name" : "First Post",
"headline" : "First Post",
"description" : "introduction",
"inLanguage" : "en-US",
"author" : "",
"creator" : "",
"publisher": "",
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2018",
"datePublished": "2018-07-13 08:52:45 -0400 EDT",
"dateModified" : "2018-07-13 08:52:45 -0400 EDT",
"url" : "/blog/2018/07/13/first-post/",
"wordCount" : "40",
"keywords" : [ "python","golang","javascript","Blog" ]
}
</script>
<title>First Post</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="anonymous">
<link rel="stylesheet" href="/css/style.css" />
<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>
</head>
<body>
<nav>
<ul class="menu">
<li><a class="btn btn-outline-dark" href="/">Home</a></li>
<li><a class="btn btn-outline-dark" href="/about/">About</a></li>
<li><a class="btn btn-outline-dark" href="/categories/">Categories</a></li>
<li><a class="btn btn-outline-dark" href="/tags/">Tags</a></li>
<li><a class="btn btn-outline-dark" href="/index.xml">Subscribe</a></li>
</ul>
<hr/>
</nav>
<div class="article-meta">
<h1><span class="title">First Post</span></h1>
<h2 class="author">Dave Gallant</h2>
<h2 class="date">2018/07/13</h2>
</div>
<main>
<p>Hello. 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>
</main>
<footer>
<hr/>
&copy; Dave Gallant 2018 | <a href="https://github.com/davegallant">Github</a> | <a href="https://twitter.com/__dave_g__">Twitter</a>
</footer>
</body>
</html>