-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (89 loc) · 3.41 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Thoughts and stuff</title>
<meta name="author" content="Alan Jones">
<meta name="description" content="So I’ve decided that I’d like to start blogging. This will serve as a vehicle
for all my thoughts, as well as any interesting things …">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="Thoughts and stuff" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script async="true" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">Thoughts and stuff</a></h1>
<nav id="main-nav"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<nav id="mobile-nav">
<div class="alignleft menu">
<a class="button">Menu</a>
<div class="container"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</div>
</div>
<div class="alignright search">
<a class="button"></a>
<div class="container">
<form action="https://www.google.com/search" method="get">
<input type="text" name="q" results="0">
<input type="hidden" name="q" value="site:alanjon.es">
</form>
</div>
</div>
</nav>
<nav id="sub-nav" class="alignright">
<div class="social">
<a class="twitter" href="http://twitter.com/alanjones19" title="Twitter">Twitter</a>
<a class="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
<form class="search" action="https://www.google.com/search" method="get">
<input class="alignright" type="text" name="q" results="0">
<input type="hidden" name="q" value="site:alanjon.es">
</form>
</nav>
</header>
<div id="content" class="inner">
<article class="post">
<h2 class="title">
<a href="/blog/2014/07/14/so-i-think-ill-start-blogging/">
So I Think I’ll Start Blogging</a>
</h2>
<div class="entry-content">
<p>So I’ve decided that I’d like to start blogging. This will serve as a vehicle
for all my thoughts, as well as any interesting things that I dig up on the
Internet. But first a bit about myself.</p>
<p>I’m Alan Jones, a information security guy who’s not a rock star. I get paid
to hack stuff (legally), which is a pretty damn cool job.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-07-14T20:27:49-04:00" pubdate data-updated="true">Jul 14<sup>th</sup>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/miscellanea/'>miscellanea</a>
</div>
</div>
</article>
<nav id="pagenavi">
<div class="center"><a href="/blog/archives">Blog Archives</a></div>
</nav></div>
<footer id="footer" class="inner">Copyright © 2014
Alan Jones
</footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
</body>
</html>