blob: 6b98b12ef15e66f5a9f4c7a16d918e15d41ea8a2 (
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" style="max-width: 400px;">
<a class="list-group-item" href="//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="//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" style="max-width: 400px;">
<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>
|