diff --git a/_data/education.yml b/_data/education.yml index 35aac60..4fa0ec1 100644 --- a/_data/education.yml +++ b/_data/education.yml @@ -2,5 +2,13 @@ - degree: Associates Degree, Business Management uni: Springfield College year: 1984 — 1986 - awards: Quickest to fall asleep + awards: + - award: Quickest to fall asleep + - award: Fastest donut eater summary: If you had any meaningful roles at college, feel free to write about them here + +- degree: High School Diploma + uni: Springfield High + year: 1984 + award: Least likely to graduate College + summary: You can choose to have either a single or multiple awards diff --git a/_layouts/resume.html b/_layouts/resume.html index 6099869..f70373c 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -78,7 +78,15 @@

{{ education.uni }}

{{ education.degree }} • {{ education.year }}

-
{{ education.awards }}
+
{{ education.award }}
+

+

+ +

{{ education.summary }}

{% endfor %} @@ -230,4 +238,4 @@ - \ No newline at end of file +