blob: b1eb65d53bc85807bac4593a98ce1806bd66f546 (
plain)
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
|
<div class="page-header">
<h1>About me</h1>
</div>
<div class="panel panel-default">
<div class="panel-body">
<p>
I'm Michał. I'm from Łódź, Poland, where I graduated from the Technical University od Łódź way too long time ago.
</p>
<p>
I do some web-dev stuff (and been doing it professionally for even longer time), but this place is mostly for my out-of-work stuff.
</p>
<p>
That stuff is mostly related to two main topics: bridge (the card game thing, not the driving over a river thing) and racing.
</p>
<p>
Bridge stuff is mostly related to my hobby-slash-job as a tournament director.<br />
Racing stuff is mostly related to digging out various stats and trivia.
</p>
<p>
As you may have already noticed from my projects, I mainly code in PHP and Python, with an occasional shell script or web interface somewhere in between.
</p>
<p>
Other places where I keep my coding stuff include:
<ul>
<li>
<a href="https://emkael.info/cgit/">my private git repository hosting</a>, where I keep projects that are not complete enough to show on GitHub (and clones of my GitHub repos)
</li>
<li>
my private SVN hosting, for which I'm too lazy to have a decent web interface, and where I keep projects that are old enough for me to not bother with porting them to git (but they may come up somewhere in project READMEs)
</li>
</ul>
</div>
</div>
<div class="page-header">
<h1>How to reach me?</h1>
</div>
<div class="panel panel-default">
<div class="panel-body">
<p>
I've got a <a href="//emkael.info/">personal website</a>.
</p>
<p>
Chances are, you'll find everything needed to contact me there, including my e-mail, <a href="https://emkael.info/emkael.pgp.txt">PGP public key</a> and links to other various places to <s>stalk</s> interact with me.
</p>
</div>
</div>
|