-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
114 lines (107 loc) · 3.26 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
---
layout: default
title: koraktor
closed:
- name: Suitcase
description: An iOS inventory viewer for Steam games
url: suitcase
- name: Shire Calendar
description: The calendar of the Hobbits for iOS
url: http://appstore.com/shirecalendar
open:
- name: Homebrew Formulae
description: An online package browser for Homebrew, the OS X package manager.
url: http://formulae.brew.sh
- name: Mavanagaiata
description: Maven plugin providing project information from Git
url: mavanagaiata
- 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://bundler.io
- name: Dalli
url: https://github.com/mperham/dalli
- name: Glyph
url: http://www.h3rald.com/glyph
- name: Homebrew
url: http://brew.sh
- name: iOctocat
url: https://ioctocat.com
- name: JRuby
url: http://jruby.org
- name: Jekyll
url: http://jekyllrb.com
- 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: Open Hub profile
url: https://www.openhub.net/accounts/koraktor
---
<div id="avatar">
<img src="https://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 German developer, working on various – mostly backend – projects at an
industrial enterprise. 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>Projects</h2>
<ul class="projects">
{% for project in page.closed %}
<li>
<a href="{{ project.url }}">
{{ project.name }}<br />
<span class="description">{{ project.description }}</span>
</a>
</li>
{% endfor %}
</ul>
<h2>Open Source Projects</h2>
<ul class="projects">
{% for project in page.open %}
<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="https://github.com/koraktor?tab=repositories&type=source">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>
A more overview is available in the list of my
<a href="https://github.com/koraktor?tab=repositories&type=fork">forked
repositories</a>.
<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="https://twitter.com/k0raktor">@k0raktor</a> on
Twitter.