forked from koraktor/koraktor.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (105 loc) · 3.42 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
---
layout: default
title: koraktor
projects:
- name: braumeister.org
description: An online package browser for Homebrew, the OS X package manager.
url: http://braumeister.org
- name: Mavanagaiata
description: Maven plugin providing project information from Git
url: mavanagaiata
- name: Metior
description: A source code history analyzer API
url: metior
- name: RBzip2
description: A pure Ruby implementation of the bzip2 compression algorithm
url: https://github.com/koraktor/rbzip2
- name: Rubikon
description: A simple to use, yet powerful Ruby framework for building
console-based applications
url: rubikon
- name: Silo
description: A command-line utility and API for Git-based backups
url: silo
- name: Steam Condenser
description: A multi-language library for querying the Steam Community,
Source, GoldSrc servers and Steam master servers
url: steam-condenser
contributions:
- name: Bundler
url: http://gembundler.com
- name: GitHub Services
url: https://github.com/github/github-services
- name: GitX (brotherbard's fork)
url: https://github.com/brotherbard/gitx
- name: Glyph
url: http://www.h3rald.com/glyph
- name: Grit
url: https://github.com/mojombo/grit
- name: Homebrew
url: http://mxcl.github.com/homebrew
- name: iOctocat
url: http://dbloete.github.com/ioctocat
- name: JRuby
url: http://jruby.org
- name: Jekyll
url: http://jekyllrb.com
- name: Octokit
url: https://github.com/pengwynn/octokit
- name: RubyDoc.info
url: http://rubydoc.info
- name: RubyGems.org
url: http://rubygems.org
- name: RVM
url: https://rvm.beginrescueend.com
- name: Travis CI
url: http://travis-ci.org
links:
- name: "My blog: koraktor's $stdout"
url: http://stdout.koraktor.de
- name: GitHub profile
url: http://github.com/koraktor
- name: Ohloh profile
url: http://www.ohloh.net/accounts/koraktor
---
<div id="avatar">
<img src="http://www.gravatar.com/avatar/a0cc4d1c55ee3ae48437c4e7774355b7" />
</div>
<h1>{{ page.title }} <em>Sebastian Staudt, M.Sc.</em></h1>
<h2>About me</h2>
<div class="text">
I'm a guy from Germany and I'm working as a developer at an
<a href="http://www.dillinger.de">industrial enterprise</a>. In my time off,
I'm a proud dad and husband. Aside from that, I love to code for several
projects, some of them have been released as open source and can be seen
below.
</div>
<h2>Open Source Projects</h2>
<ul class="projects">
{% for project in page.projects %}
<li>
<a href="{{ project.url }}">
{{ project.name }}<br />
<span class="description">{{ project.description }}</span>
</a>
</li>
{% endfor %}
</ul>
You can find more projects I created in
<a href="http://github.com/koraktor">my GitHub profile</a>.
<h2>Contributions</h2>
Additionally, I made some – more or less important – contributions
to other great open source projects:
<ul>
{% for contribution in page.contributions %}
<li><a href="{{ contribution.url }}">{{ contribution.name }}</a></li>
{% endfor %}
</ul>
<h2>Links</h2>
<ul>
{% for link in page.links %}
<li><a href="{{ link.url }}">{{ link.name }}</a></li>
{% endfor %}
</ul>
I'm also posting as <a href="http://twitter.com/k0raktor">@k0raktor</a> on
Twitter – mostly German, though.