-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (144 loc) · 5.8 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
<!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>jhrup</title>
<meta name="author" content="Joseph Hejderup">
<!-- 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://jhejderup.github.io">
<link href="/favicon.png" type="image/png" rel="icon">
<link href="/atom.xml" rel="alternate" title="jhrup" type="application/atom+xml">
<link href="/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!--<link href="/assets/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css"> -->
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="/javascripts/libs/jquery/jquery-2.0.3.min.js"></script>
</head>
<body >
<div id="wrap">
<header role="banner">
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><i class="fa fa-code"></i> jhrup</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="/">Blog</a>
</li>
<li >
<a href="/about">About</a>
</li>
<li >
<a href="/photography">Photography</a>
</li>
<li >
<a href="/blog/archives">Archives</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="subscribe-rss" href="/atom.xml" title="subscribe via RSS">
<span class="visible-xs">RSS</span>
<img class="hidden-xs" src="/images/rss.png" alt="RSS">
</a>
</li>
</ul>
<form class="search navbar-form navbar-right" action="http://google.com/search" method="GET">
<input type="hidden" name="q" value="site:jhejderup.github.io">
<div class="form-group">
<input class="form-control" type="text" name="q" placeholder="Search">
</div>
</form>
</div>
</div>
</nav>
</header>
<div id="main" class="container">
<div id="content">
<div class="row">
<div class="page-content col-md-9">
<div class="blog-index">
</div>
<ul class="pager">
<li class="previous disabled"><a href="#">← Older</a></li>
<li><a href="/blog/archives">Blog Archives</a></li>
<li class="next disabled"><a href="#">Newer →</a></li>
</ul>
</div>
<aside class="sidebar col-md-3">
<section class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Recent Posts</h3>
</div>
<div id="recent_posts" class="list-group">
</div>
</section>
<section class="panel panel-default clearfix">
<div class="panel-heading">
<h3 class="panel-title">GitHub Repos</h3>
</div>
<div class="list-group" id="gh_repos">
<p class="loading">Status updating…</p>
</div>
<div class="gh-profile-link pull-right text-muted">
<a href="https://github.com/jhejderup">@jhejderup</a> on GitHub
</div>
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'jhejderup',
count: 3,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</aside>
</div>
</div>
</div>
</div>
<footer role="contentinfo"><div class="container">
<p class="text-muted credits">
Copyright © 2014 - Joseph Hejderup<br>
<small>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>,
<span class="credit">customized with <a href="https://github.com/kAworu/octostrap3">octostrap3</a> and <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a> </span>.
</small>
</p>
</div>
</footer>
<script src="/assets/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/javascripts/modernizr-2.0.js"></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>
</body>
</html>