From 1f9bcbecc8d63b58f94b6ba2f99866ebc5321c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Sun, 29 Jul 2018 13:22:23 +0100 Subject: [PATCH] Make everything more consistent --- _includes/about.html | 8 ++++++-- _includes/education.html | 33 ++++++++++++++++++--------------- _includes/interests.html | 4 +++- _includes/language.html | 4 +++- _includes/sidebar.html | 2 +- _layouts/default.html | 11 ++++++----- index.html | 4 ++-- 7 files changed, 39 insertions(+), 27 deletions(-) diff --git a/_includes/about.html b/_includes/about.html index 89e03fa..78f42b6 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -1,6 +1,10 @@
-

About Theme

+

+ About Theme +

\ No newline at end of file diff --git a/_includes/education.html b/_includes/education.html index 9e1309f..0d4e17c 100644 --- a/_includes/education.html +++ b/_includes/education.html @@ -3,7 +3,9 @@ {% if site.data.data.sidebar.education %}
-

Education

+

+ Education +

{% for graduation in education %}
@@ -26,24 +28,25 @@ {% for graduation in education %} -
+
-
+
-
-

{{ graduation.degree }} sdfsdfsdf

-
{{ graduation.time }}
-
+
+

{{ graduation.degree }}

+
{{ graduation.time }}
+
-
{{ graduation.university }}
-
+
{{ graduation.university }}
+
- {% if graduation.details %} -
- {{ graduation.details | markdownify }} -
- {% endif %} -
+ {% if graduation.details %} +
+ {{ graduation.details | markdownify }} +
+ {% endif %} + +
{% endfor %} diff --git a/_includes/interests.html b/_includes/interests.html index 8898e5f..dedab61 100644 --- a/_includes/interests.html +++ b/_includes/interests.html @@ -2,7 +2,9 @@ {% if interests %}
-

Interests

+

+ Interests +

    {% for interest in interests %} diff --git a/_includes/language.html b/_includes/language.html index bf5566d..87134c9 100644 --- a/_includes/language.html +++ b/_includes/language.html @@ -2,7 +2,9 @@ {% if languages %}
    -

    Languages

    +

    + Languages +

      {%for language in languages %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index c0e3aed..90e21fb 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -20,7 +20,7 @@ {% include contact.html %} {% if sidebar.education %} - {% include education.html %} + {% include education.html %} {% endif %} {% include language.html %} diff --git a/_layouts/default.html b/_layouts/default.html index cad5488..81c56e5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,15 +10,16 @@ layout: compress
      {% include sidebar.html %} - +
      - {{content}} -
      + {{ content }} +
    -{% include footer.html %} + {% include footer.html %} {% include scripts.html %} - + + diff --git a/index.html b/index.html index 5dad79f..0937b73 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ layout: default {% include career-profile.html %} -{% unless site.data.data.sidebar.education %} - {% include education.html %} +{% unless site.data.sidebar.education %} + {% include education.html %} {% endunless %} {% include experiences.html %}