diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b98b12 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |