diff --git a/_includes/pro/resume/education.html b/_includes/pro/resume/education.html index 5c2a7e0..fb78b22 100644 --- a/_includes/pro/resume/education.html +++ b/_includes/pro/resume/education.html @@ -6,7 +6,7 @@

{% for edu in resume.education %} -
+
{% if edu.startDate.size > 0 %}

@@ -26,13 +26,16 @@

class="faded"> {{diff}} {{unit}}

{% endif %} -

- 0 %}property="alumniOf" typeof="EducationalOrganization"{% endif %}> - {% capture study_type %}{{ edu.studyType }}{% - endcapture %} {% capture area %} {{ edu.area }}{% endcapture %} {% capture institution - %} - 0 %}property="name"{% endif %}> - {{ edu.institution }} {% endcapture %} +

+ + {% capture study_type %}{{ edu.studyType }}{% endcapture %} + {% capture area %} {{ edu.area }}{% endcapture %} + {% capture institution %} 0 %}property="name"{% endif %}>{{ edu.institution }} {% endcapture %} {% capture gpa_us %}{{ edu.gpa_us }}{% endcapture %} {% capture gpa_de %}{{ edu.gpa_de }}{% endcapture %} @@ -41,35 +44,37 @@

- {% if edu.thesis.size > 0 %} -

Thesis Topics:

- - {% endif %} +
+ {% if edu.thesis.size > 0 %} +

Thesis Topics:

+
    + {% for topic in edu.thesis %} +
  • {{ topic }}
  • + {% endfor %} +
+ {% endif %} - {% if edu.projectWorks.size > 0 %} -

Project Works:

-
    - {% for project in edu.projectWorks %} -
  • {{ project }}
  • - {% endfor %} -
- {% endif %} + {% if edu.projectThesis.size > 0 %} +

Project Thesis:

+
    + {% for project in edu.projectThesis %} +
  • {{ project }}
  • + {% endfor %} +
+ {% endif %} - {% if edu.courses.size > 0 %} -

{{ strings.resume.courses | default:"Courses" }}

-
    - {% for course in edu.courses %} -
  • {{ course }}
  • - {% endfor %} -
- {% endif %} + {% if edu.courses.size > 0 %} +

{{ strings.resume.courses | default:"Courses" }}

+
    + {% for course in edu.courses %} +
  • {{ course }}
  • + {% endfor %} +
+ {% endif %} +
{% if forloop.first %} {% endif %} {% endfor %}
-{% endif %} \ No newline at end of file +{% endif %}