diff options
author | emkael <emkael@tlen.pl> | 2016-10-12 01:17:13 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-12 01:17:13 +0200 |
commit | fb181ad1258efda1caef3c110552e974c31a62e1 (patch) | |
tree | 5315e2ed02ee18e52f725ec946f82c3758650273 /template/content | |
parent | 05c2c56067c79b606cd89f16f30bc0261fa425fb (diff) |
* contact page
Diffstat (limited to 'template/content')
-rw-r--r-- | template/content/contact.tpl | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/template/content/contact.tpl b/template/content/contact.tpl index e69de29..029b7de 100644 --- a/template/content/contact.tpl +++ b/template/content/contact.tpl @@ -0,0 +1,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 clone 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 interact with me. + </p> + </div> +</div> |