-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (50 loc) · 2.6 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Alex Shook · Alex Shook</title>
<link rel="stylesheet" href="http://alexshook.com/css/poole.css">
<link rel="stylesheet" href="http://alexshook.com/css/hyde.css">
<link rel="stylesheet" href="http://alexshook.com/css/poole-overrides.css">
<link rel="stylesheet" href="http://alexshook.com/css/hyde-overrides.css">
<link rel="stylesheet" href="http://alexshook.com/css/hyde-x.css">
<link rel="stylesheet" href="http://alexshook.com/css/hyde-x-overrides.css">
<link rel="stylesheet" href="http://alexshook.com/css/highlight/sunburst.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Lato">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://alexshook.com/touch-icon-144-precomposed.png">
<link href="http://alexshook.com/favicon-32x32.png" rel="icon">
<link href="http://alexshook.com/index.xml" rel="alternate" type="application/rss+xml" title="Alex Shook · Alex Shook" />
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1><a href="http://alexshook.com/">Alex Shook</a></h1>
<p class="lead">code + thoughts</p>
</div>
<ul class="sidebar-nav">
</ul>
<ul class="sidebar-nav">
<li class="sidebar-nav-item">
<a href="https://github.com/alexshook"><i class="fa fa-github-square fa-3x"></i></a>
<a href="https://twitter.com/alexshook"><i class="fa fa-twitter-square fa-3x"></i></a>
<a href="http://alexshook.com/index.xml" type="application/rss+xml"><i class="fa fa-rss-square fa-3x"></i></a>
</li>
</ul>
<p>Copyright © 2016 <a href="http://alexshook.com/license/">License</a><br/>
Powered by <a href="http://gohugo.io">Hugo</a> and <a href="https://github.com/zyro/hyde-x">Hyde-X</a></p>
</div>
</div>
<div class="content container">
<div class="posts">
</div>
</div>
<script src="http://alexshook.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>