aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 04:59:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 04:59:38 +0300
commitdd7a7287b84e3e769e8cacff4d86e47e18b9490f (patch)
tree34f29baf61a3b84c66d6f6a2c5f47f244e3da31a /index.html
parentrenamed layout 'main' to 'plain' (diff)
downloadegor-tensin.github.io-dd7a7287b84e3e769e8cacff4d86e47e18b9490f.tar.gz
egor-tensin.github.io-dd7a7287b84e3e769e8cacff4d86e47e18b9490f.zip
code style
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/index.html b/index.html
index 0e1f51c..9630e43 100644
--- a/index.html
+++ b/index.html
@@ -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>&nbsp;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>&nbsp;{{ 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>&nbsp;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>&nbsp;LinkedIn profile</a>
{% endif %}
-
</div>
{% if site.personal_info.gpg %}