-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (145 loc) · 6.77 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>akrehl | Projects & Blog </title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta property="og:title" content="akrehl | Projects & Blog ">
<meta property="og:site_name" content="akrehl | Projects & Blog"/>
<meta property="og:url" content="https://akrehl.com/" />
<meta property="og:locale" content="en-EN">
<meta property="og:type" content="website" />
<link href="https://akrehl.com/index.xml" rel="alternate" type="application/rss+xml" title="akrehl | Projects & Blog" />
<link rel="canonical" href="https://akrehl.com/" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=vMMNPOvAXf">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=vMMNPOvAXf">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=vMMNPOvAXf" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=vMMNPOvAXf" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png?v=vMMNPOvAXf" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=vMMNPOvAXf" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=vMMNPOvAXf">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=vMMNPOvAXf" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=vMMNPOvAXf">
<meta name="theme-color" content="#2053ab">
<meta name="generator" content="Hugo 0.16" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Merriweather:300%7CRaleway%7COpen+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://akrehl.com/css/font-awesome.min.css">
<link rel="stylesheet" href="https://akrehl.com/css/style.css">
<link rel="stylesheet" href="https://akrehl.com/css/highlight/default.css">
</head>
<body>
<main id="main-wrapper" class="container main_wrapper has-sidebar">
<header id="main-header" class="container main_header">
<div class="container brand">
<div class="container title h1-like">
<a class="baselink" href="https://akrehl.com">
akrehl
</a>
</div>
<div class="container topline">
Learn. Code. Evolve.
</div>
</div>
<nav class="container nav primary no-print">
<a href="https://akrehl.com/about" title="About Me">About</a>
<a href="https://akrehl.com/contribution" title="List of contributions">Contributions</a>
<a href="https://akrehl.com/post" title="List of posts">Posts</a>
<a href="https://akrehl.com/project" title="List of projects">Projects</a>
</nav>
<div class="container nav secondary no-print">
<a id="contact-link-github" class="contact_link" href="https://github.com/akrehl">
<span class="fa fa-github"></span><span>github</span></a>
<a id="contact-link-twitter" class="contact_link" href="https://twitter.com/akrehl">
<span class="fa fa-twitter"></span><span>twitter</span></a>
<a id="contact-link-medium" class="contact_link" href="https://medium.com/@akrehl">
<span class="fa fa-medium"></span><span>medium</span></a>
<a id="contact-link-website" class="contact_link" href="https://adriankrehl.com">
<span class="fa fa-globe"></span><span>website</span></a>
<a id="contact-link-xing" class="contact_link" href="https://www.xing.com/profile/Adrian_Krehl">
<span class="fa fa-xing"></span><span>xing</span></a>
<a id="contact-link-linkedin" class="contact_link" href="https://www.linkedin.com/in/akrehl">
<span class="fa fa-linkedin"></span><span>linkedin</span></a>
<a id="contact-link-rss" class="contact_link" href="https://akrehl.com/index.xml" type="application/rss+xml">
<span class="fa fa-rss"></span><span>rss</span></a>
</div>
<div class="container credits">
<div class="container footline">
</div>
<div class="container copyright">
© 2016 Adrian Krehl
</div>
</div>
</header>
<section id="main-content" class="container main_content homepage">
<article class="container content summary">
<div class="container hat">
<h2><a href="https://akrehl.com/2016/05/26/hello-world/">Hello World
</a>
</h2>
<time datetime="2016-05-26">26 May, 2016</time>
</div>
<p class="container content">
Hello World!
</p>
<div class="container readlink">
<a href="https://akrehl.com/2016/05/26/hello-world/">Read more →</a>
</div>
</article>
<article class="container content summary">
<div class="container hat">
<h2><a href="https://akrehl.com/project/">Projects
</a>
</h2>
<time datetime="2016-05-26">26 May, 2016</time>
</div>
<p class="container content">
List of my projects
</p>
<div class="container readlink">
<a href="https://akrehl.com/project/">Read more →</a>
</div>
</article>
<article class="container content summary">
<div class="container hat">
<h2><a href="https://akrehl.com/contribution/">Contributions
</a>
</h2>
<time datetime="2016-05-26">26 May, 2016</time>
</div>
<p class="container content">
List of my contributions
</p>
<div class="container readlink">
<a href="https://akrehl.com/contribution/">Read more →</a>
</div>
</article>
</section>
<footer id="main-footer" class="container main_footer">
<div class="container nav foot no-print">
<a class="toplink" href="#">back to top</a>
</div>
</footer>
</main>
<script src="https://akrehl.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>