-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.99 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The blog of Nat Elkins">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title> Nat Elkins |> Blog </title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<div class="container">
<div class="splash center">
<div class="">
<h2>Hello, I'm Nat.</h2>
</div>
<h5>I'm a software engineer, currently living in NYC.</h5>
<hr />
<div class="row">
<div class="four columns"><a class="navbar-link" href="/about">About</a></div>
<div class="four columns"><a class="navbar-link" href="#">Projects</a></div>
<div class="four columns"><a class="navbar-link" href="/posts">Blog</a></div>
</div>
</div>
<hr />
<div class="row">
<div class="twelve columns">
<footer class="center">
<p>
Theme created by <a href="http://natelkins.com/">Nat Elkins</a>, based on <a href="http://getskeleton.com/">Skeleton</a>.
Site generated using <a href="http://gohugo.io">Hugo</a>.
</p>
</footer>
</div>
</div>
</div>
<script>
!function (e, a, t, n, c, o, s) { e.GoogleAnalyticsObject = c, e[c] = e[c] || function () { (e[c].q = e[c].q || []).push(arguments) }, e[c].l = 1 * new Date, o = a.createElement(t), s = a.getElementsByTagName(t)[0], o.async = 1, o.src = n, s.parentNode.insertBefore(o, s) }(window, document, "script", "//www.google-analytics.com/analytics.js", "ga"), ga("create", "UA-65151643-1", "auto"), ga("send", "pageview");
</script>
</body>
</html>