blob: 5865d54ca868ca8c75df56c999b888abb745546b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: Egor Tensin
layout: main
---
<div class="row">
<div class="col-md-12">
<h1>Egor Tensin</h1>
<hr/>
<p>Hello! I'm a software engineer, and I'll be publishing some of my notes on <a href="//pages.github.com/">GitHub Pages</a>. Feel free to make contributions or contact me.</p>
<div class="list-group reasonable-width">
<a class="list-group-item" href="https://github.com/egor-tensin/"><span class="glyphicon glyphicon-home"></span> GitHub profile</a>
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a>
<a class="list-group-item" href="https://github.com/egor-tensin/cv/raw/master/pdf/Egor_Tensin_CV_en.pdf"><span class="glyphicon glyphicon-file"></span> Curriculum vitae</a>
</div>
<h3>Projects</h3>
<div class="list-group reasonable-width">
<a class="list-group-item" href="/sorting_algorithms/"><span class="glyphicon glyphicon-chevron-right"></span> Sorting algorithms</a>
<a class="list-group-item" href="/cpp_tips/"><span class="glyphicon glyphicon-chevron-right"></span> C++ tips</a>
</div>
</div>
</div>
|