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 %} {% for education in site.data.education %}
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity"> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity">
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3> <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> <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" itemprop="description">{{ education.awards }}</h5> <h5 class="resume-item-details award-title" itemprop="description">{{ education.awards }}</h5>
<p class="resume-item-copy">{{ education.summary }}</p> <p class="resume-item-copy">{{ education.summary }}</p>
</div> </div>
{% endfor %} {% endfor %}
+4
View File
@@ -144,6 +144,10 @@
font-size: 1.125rem; font-size: 1.125rem;
margin: 0 0 .75rem; margin: 0 0 .75rem;
line-height: 1; line-height: 1;
&.award-title {
font-size: 1rem;
}
} }
.resume-item-title, .resume-item-title,