diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:58:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:58:41 +0300 |
commit | f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce (patch) | |
tree | 59f2358642b7b704a0c8957929d58c05fe67b563 /index.html | |
parent | add CSS classes for reasonably wide blocks (diff) | |
download | egor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.tar.gz egor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.zip |
explicit https for external links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ layout: main <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="//github.com/egor-tensin/"><span class="glyphicon glyphicon-home"></span> GitHub profile</a> + <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="//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://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"> |