mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 04:10:19 +00:00
62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<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/>
|
|
© Dave Gallant 2018 | <a href="https://github.com/davegallant">Github</a> | <a href="https://twitter.com/__dave_g__">Twitter</a>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|