-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (49 loc) · 2.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Brian M Hunt</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link href="https://brianmhunt.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Brian M Hunt" />
<link href="https://brianmhunt.github.io/css/local.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/gdm7was.css">
<script type="text/javascript" src="https://ssl.google-analytics.com/ga.js"></script>
<script>
var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-47448402-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="alternate" type="application/rss+xml" href="https://brianmhunt.github.io/index.xml" title="Site Title">
</head>
<body>
<header>
<a class='me' href='/'>Brian M Hunt</a>
</header>
<picture class='splash'>
<source srcset="https://picsum.photos/1600/600" media="(min-width: 1600px)">
<source srcset="https://picsum.photos/1200/400" media="(min-width: 1200px)">
<source srcset="https://picsum.photos/800/300" media="(min-width: 800px)">
<img class='splash' src='https://picsum.photos/600/200' alt='Splash by picsum.photos' />
</picture>
<body>
<article>
<p>
I am the CTO at <a href='https://minutebox.com'>MinuteBox</a>, a lawyer, and long-term software developer.
</p>
<p>
<a href='/post'>Go to posts</a>
</p>
<p style='text-align: right'><a href='https://www.linkedin.com/in/brianmhunt/'>LinkedIn</a></p>
</article>
</body>