This commit is contained in:
Joel Glovier
2017-06-08 13:38:51 -04:00
parent ca55496266
commit 7396fd75c9
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -75,8 +75,8 @@
{% for education in site.data.education %}
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity">
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3>
<h4 class="resume-item-details" itemprop="description"><span style="display: block; float:left;">{{ education.degree }}</span><span style="display: block; float:right;">{{ education.year }}</span></h4>
<h5 class="resume-item-details" itemprop="description">{{ education.awards }}</h5>
<h4 class="resume-item-details group" itemprop="description"><span style="display: block; float:left;">{{ education.degree }}</span><span style="display: block; float:right;">{{ education.year }}</span></h4>
<h5 class="resume-item-details award-title" itemprop="description">{{ education.awards }}</h5>
<p class="resume-item-copy">{{ education.summary }}</p>
</div>
{% endfor %}