aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
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 %}