-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathabout.html
35 lines (26 loc) · 1.66 KB
/
about.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
---
layout: default
title: About me
permalink: about/
---
<img src="{{ site.baseurl }}/public/images/me_office.jpg"
alt="Me in suit"
/>
<h2>About me</h2>
<ul>
<li>Experienced software architect and team leader with strong leadership skills</li>
<li>International experience. Working with offshore teams. Subcontracting management etc</li>
<li><a href="http://fsfe.org/fellowship/">FSFE Fellow</a>, Finland</li>
<li>Keywords: Linux, MeeGo, agile, open source, free software, philosophy, history, eLearning</li>
<li><a href="{{ site.baseurl }}/public/pdf/cv1.pdf">My brief CV</a> (outdated!)</li>
</ul>
<h2>My profiles in social media</h2>
<a href="https://fi.linkedin.com/pub/vitaly-repin/1/96/6b4">
<img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x25.png" width="160" height="25" border="0" alt="View Vitaly Repin's profile on LinkedIn">
</a>
<a href="https://twitter.com/vitalyrepin" class="twitter-follow-button" data-show-count="false">Follow @vitalyrepin</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<h2> Sources of this blog </h2>
This blog is done with <a href="https://jekyllrb.com/">Jekyll</a> – a simple, blog-aware, static site generator. Feel free to use its <a href="https://github.com/vitalyrepin/vrepinblog">sources</a> as a starting point to
start your own blog. My Jekyll-related posts are tagged with <a href="{{ site.baseurl }}/tag/jekyll/">#jekyll</a> hash tag.
<br/>