From c50335effd87dfc0ee856b127d75514878532c29 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 25 Jun 2016 01:37:15 +0300 Subject: css/ -> css/common/ --- index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index e5706b8..0c9dd14 100644 --- a/index.html +++ b/index.html @@ -4,32 +4,43 @@ layout: main ---
+

{{ site.personal_info.name }}


+

Hello! I'm a software engineer, and I'll be publishing some of my notes on GitHub Pages. Feel free to make contributions or contact me.

-
+ +
+  GitHub profile + {% if site.personal_info.email %}  {{ site.personal_info.email }} {% endif %} + {% if site.personal_info.cv_url %}  Curriculum vitae {% endif %} + {% if site.personal_info.linkedin_url %}  LinkedIn profile {% endif %} +
+ {% if site.personal_info.gpg %}

My personal GnuPG public key can be found here. Its fingerprint is {{ site.personal_info.gpg.fingerprint }}.

{% endif %} + {% if site.personal_info.projects %}

Projects

-
+
{% for project in site.personal_info.projects %}  {{ project.name }} {% endfor %}
{% endif %} +
-- cgit v1.2.3