-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (274 loc) · 13.1 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>David Lindblad</title>
<meta name="author" content="David Lindblad">
<meta name="description" content="Lorem markdownum vacuos manus siderea, Lernae est dicique: hunc! Piae sic
formosius ima nocte cuius, iniuria petit promisistis fusus vidisset regio. …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://davlind.github.io">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="David Lindblad" type="application/atom+xml">
<!-- <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> –>
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> –>
<!-- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> –>
<!-- <link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> –>
<!-- <link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> –>
<!-- <link rel="stylesheet" href="/stylesheets/responsive-nav.css"> –>
<!-- <script src="/javascripts/responsive-nav.js"></script> –>
<!-- <script src="/javascripts/modernizr-2.0.js"></script> –>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> –>
<!-- <script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script> –>
<!-- <script src="/javascripts/octopress.js" type="text/javascript"></script> –>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
</head>
<body class="collapse-sidebar sidebar-footer" >
<header role="banner"><hgroup>
<h1><a href="/">David Lindblad</a></h1>
<h2>The bits and pieces</h2>
<a class="icon tw1" href="https://twitter.com/davidlindblad"></a>
<a class="icon in1" href="https://www.linkedin.com/in/lindblad"></a>
<a class="icon gh1" href="https://www.github.com/davlind"></a>
<a class="icon rss1" href="/atom.xml"></a>
</hgroup>
</header>
<nav>
<div class="snap-drawers">
<div class="snap-drawer snap-drawer-right navigation">
<div>
<ul>
<li><h1><a href="/">Blog</a></h1></li>
<li><h1><a href="/blog/archives">Archives</a></h1></li>
<li class="mobile-only"><h1><a href="https://twitter.com/davidlindblad">Twitter</a></h1></li>
<li class="mobile-only"><h1><a href="https://www.linkedin.com/in/lindblad">LinkedIn</a></h1></li>
<li class="mobile-only"><h1><a href="https://www.github.com/davlind">Github</a></h1></li>
<li class="mobile-only"><h1><a href="/atom.xml">RSS</a></h1></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="snap-content">
<section>
<div id="sidebar-toggle" class="navbar-toggle">
<h1>David Lindblad</h1><i class="fa fa-2x fa-caret-left"></i>
</div>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/07/05/dummy-post-for-design/">Dummy Post for Design</a></h1>
<p class="meta">
<i class="fa fa-calendar"></i>
<time class='entry-date' datetime='2014-07-05T16:01:48+02:00'><span class='date'><span class='date-month'>Jul</span> <span class='date-day'>5</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>4:01 pm</span></time>
| <i class="fa fa-clock-o"></i> Read in about 1 minute
</p>
</header>
<div class="entry-content"><p>Lorem markdownum vacuos manus siderea, Lernae est dicique: hunc! Piae sic
formosius <em>ima</em> nocte cuius, iniuria petit promisistis fusus vidisset regio.
Quoniam tenebat cretosaque <em>in dixit</em> bellum reddita Aonides;
<a href="http://eelslap.com/">arbitrium</a> sedesque iam causa.</p>
<p>Fine sensisse dixit; manu pro oreada artes concursibus artus. Equorum tum
veniam, vis iuvenis nolis in egerit aethera fertis, tenebras rude auctoris
petisti. Fabula sensit parentis, mare spectatae mutat. Ius
<a href="http://tumblr.com/">pars</a> creator stetimus amat; non solet <a href="http://omfgdogs.com/">vertitis gemino
alimentaque</a> minus, alios ira neque Heliades?</p>
<p>Obductos ferox. Meus tosta imagine aetas ponentem obtusum, primusque, quicquam,
et hinc, et <a href="http://twitter.com/search?q=haskell">quidam sublime</a>. Et
<strong>servabat</strong> sata lata, tauros sit micantes; mentemque honore
<a href="http://www.raynelongboards.com/">undique</a>, et. Quod <strong>non</strong> fide huic audacia
putat servabant amori lampades rerum thalamis at, <a href="http://seenly.com/">maximus</a>,
atque.</p>
</div>
<div>
<a class="basic-alignment left button" href="/blog/2014/07/05/dummy-post-for-design/">Continue reading →</a>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/06/28/markdown-example/">Markdown Example</a></h1>
<p class="meta">
<i class="fa fa-calendar"></i>
<time class='entry-date' datetime='2014-06-28T04:43:57+02:00'><span class='date'><span class='date-month'>Jun</span> <span class='date-day'>28</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>4:43 am</span></time>
| <i class="fa fa-clock-o"></i> Read in about 4 minutes
<span class="categories">| <i class="fa fa-tag"></i>
<a class='category' href='/blog/categories/code/'>code</a>, <a class='category' href='/blog/categories/test/'>test</a>
</span>
</p>
</header>
<div class="entry-content"><p>This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
line (or many), and can drone on for hours.</p>
<p>Here is a Markdown link to <a href="http://warpedvisions.org">Warped</a>, and a literal .
Now some SimpleLinks, like one to [google] (automagically links to are-you-
feeling-lucky), a [wiki: test] link to a Wikipedia page, and a link to
[foldoc: CPU]s at foldoc.</p>
</div>
<div>
<a class="basic-alignment left button" href="/blog/2014/06/28/markdown-example/">Continue reading →</a>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/06/28/testing-another-post-dot-dot-dot/">Testing Another Post…</a></h1>
<p class="meta">
<i class="fa fa-calendar"></i>
<time class='entry-date' datetime='2014-06-28T01:23:11+02:00'><span class='date'><span class='date-month'>Jun</span> <span class='date-day'>28</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>1:23 am</span></time>
| <i class="fa fa-clock-o"></i> Read in less than 1 minute
</p>
</header>
<div class="entry-content">
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/06/27/test-post/">Test Post!</a></h1>
<p class="meta">
<i class="fa fa-calendar"></i>
<time class='entry-date' datetime='2014-06-27T15:54:18+02:00'><span class='date'><span class='date-month'>Jun</span> <span class='date-day'>27</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>3:54 pm</span></time>
| <i class="fa fa-clock-o"></i> Read in less than 1 minute
</p>
</header>
<div class="entry-content"><p>Testing all the things! :-)</p>
</div>
</article>
<footer>
<a class="basic-alignment left button" href="">← Older</a>
<a class="basic-alignment right button" href="">Newer →</a>
<footer>
<p class="about">A little something about me.</p>
<footer>
</footer>
</div>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2015 - David Lindblad -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script>
var cb = function() {
var l = document.createElement('link'); l.rel = 'stylesheet';
l.href = '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
var h = document.getElementsByTagName('head')[0]; h.appendChild(l);
};
var raf = requestAnimationFrame || mozRequestAnimationFrame ||
webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(cb);
else window.addEventListener('load', cb);
</script>
<script src="/javascripts/snap.js"></script>
<script src="/javascripts/headroom.js"></script>
</script>
<script>
var snapper=new Snap({
element:document.getElementById('snap-content'),
hyperextensible:false,
disable:'left',
touchToDrag:false,
});
var showWidth=768;
// $(window).resize(function(){
// if($(window).width()>=showWidth){
// snapper.close();
// snapper.disable();
// $('#sidebar-toggle').hide();
// }else{
// snapper.enable();
// $('#sidebar-toggle').show();
// }
// });
var menuButton = document.getElementById('sidebar-toggle');
menuButton.addEventListener('click', function() {
if(snapper.state().state=="right"){
snapper.close();
}else{
snapper.open('right');
}
}, false);
// var headroom = new Headroom(menuButton);
// headroom.scroller = document.getElementById('snap-content');
var headroom = new Headroom(menuButton, {
"tolerance": 5,
"offset": 205,
"scroller": document.getElementById('snap-content'),
"classes": {
"initial": "animated",
"pinned": "slideDown",
"unpinned": "slideUp",
"top": "headroom--top",
"notTop": "headroom--not-top"
}
});
headroom.init();
// $("#sidebar-toggle").click(function(){
// if(snapper.state().state=="right"){
// snapper.close();
// }else{
// snapper.open('right');
// }
// });
// snapper.on('open',function(){
// $('#sidebar-toggle').hide();
// });
// snapper.on('close',function(){
// if($(window).width()<showWidth){
// $('#sidebar-toggle').delay(160).fadeIn(5);
// }
// });
</script>
<script type="text/javascript">
var appInsights=window.appInsights||function(config){
function s(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},r=document,f=window,e="script",o=r.createElement(e),i,u;for(o.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",r.getElementsByTagName(e)[0].parentNode.appendChild(o),t.cookie=r.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace"];i.length;)s("track"+i.pop());return config.disableExceptionTracking||(i="onerror",s("_"+i),u=f[i],f[i]=function(config,r,f,e,o){var s=u&&u(config,r,f,e,o);return s!==!0&&t["_"+i](config,r,f,e,o),s}),t
}({
instrumentationKey:"7dd50316-2102-4001-9699-899ea971d98f"
});
window.appInsights=appInsights;
appInsights.trackPageView();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-52191163-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>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
(function() {
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
script.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
})();
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</section>
</div>
</body>
</html>