diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-08-23 14:34:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-08-23 14:34:28 +0300 |
commit | 033bf69e238fb4396d11fc0b139260e62c7acdc8 (patch) | |
tree | b26ea63b8248592dcfef43f5fba4aec29b262986 /index.html | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-033bf69e238fb4396d11fc0b139260e62c7acdc8.tar.gz egor-tensin.github.io-033bf69e238fb4396d11fc0b139260e62c7acdc8.zip |
fetch my CV via RawGit
... with the correct MIME type/HTTP headers.
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ layout: main <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> + <a class="list-group-item" href="https://rawgit.com/egor-tensin/cv/master/pdf/Egor_Tensin_CV_en.pdf"><span class="glyphicon glyphicon-file"></span> Curriculum vitae</a> <a class="list-group-item" href="https://ru.linkedin.com/pub/egor-tensin/62/90/28b"><span class="glyphicon glyphicon-zoom-in"></span> LinkedIn profile</a> </div> <p>My personal GnuPG public key can be found <a href="https://dl.dropboxusercontent.com/u/8932482/gpg.txt">here</a>. |