diff options
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 %} |