-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (53 loc) · 1.73 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
---
layout: default
title: Zsolt Takács (oker1)
---
<div class="row row_4_8">
<div class="column grid_4">
<h2>About</h2>
<p>
Data Engineer at IBM Budapest Lab,
interested in software quality, automated tests, devops, tea, music.
</p>
<!--h2>Slides</h2>
<p>
<a href="/slides/vagrant.html">Vagrant</a>
</p-->
<h2>Profiles</h2>
<p>
<a href="https://github.com/oker1">GitHub</a><br/>
<a href="http://twitter.com/oker1">@oker1</a><br/>
<a href="http://hu.linkedin.com/in/zsolttakacs">LinkedIn</a><br/>
</p>
<h2>Profiles</h2>
<p>
<a href="https://github.com/oker1">GitHub</a><br/>
<a href="http://twitter.com/oker1">@oker1</a><br/>
<a href="http://hu.linkedin.com/in/zsolttakacs">LinkedIn</a><br/>
</p>
<h2>Misc</h2>
<p>
<a href="/pages/csavar_peti_szuletese">Csavar Peti Születése (Ebook)</a><br/>
</p>
</div>
<div class="column grid_8">
{% for post in site.posts limit:5 %}
<div class="post">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.content }}
<em><a href="{{ post.url }}#disqus_thread">0 Comments</a> Posted on {{ post.date | date_to_long_string }}.</em>
</div>
{% endfor %}
</div>
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'tzs-blog'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>