diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 04:59:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 04:59:38 +0300 |
commit | dd7a7287b84e3e769e8cacff4d86e47e18b9490f (patch) | |
tree | 34f29baf61a3b84c66d6f6a2c5f47f244e3da31a /index.html | |
parent | renamed layout 'main' to 'plain' (diff) | |
download | egor-tensin.github.io-dd7a7287b84e3e769e8cacff4d86e47e18b9490f.tar.gz egor-tensin.github.io-dd7a7287b84e3e769e8cacff4d86e47e18b9490f.zip |
code style
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -5,24 +5,21 @@ layout: plain <h1>{{ site.personal_info.name }}</h1> <hr/> -<p>Hello! I'm a software engineer, and I'll be publishing some of my notes on <a href="https://pages.github.com/">GitHub Pages</a>. Feel free to make contributions or contact me.</p> +<p>Hello! +I'm a software engineer, and I'll be publishing some of my notes on <a href="https://pages.github.com/">GitHub Pages</a>. +Feel free to make contributions or contact me.</p> <div class="list-group wide-enough"> - <a class="list-group-item" href="{{ site.github.owner_url }}"><span class="glyphicon glyphicon-home"></span> GitHub profile</a> - {% if site.personal_info.email %} <a class="list-group-item" href="mailto:{{ site.personal_info.email }}"><span class="glyphicon glyphicon-envelope"></span> {{ site.personal_info.email }}</a> {% endif %} - {% if site.personal_info.cv_url %} <a class="list-group-item" href="{{ site.personal_info.cv_url }}"><span class="glyphicon glyphicon-file"></span> Curriculum vitae</a> {% endif %} - {% if site.personal_info.linkedin_url %} <a class="list-group-item" href="{{ site.personal_info.linkedin_url }}"><span class="glyphicon glyphicon-zoom-in"></span> LinkedIn profile</a> {% endif %} - </div> {% if site.personal_info.gpg %} |