diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..e2e8746 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +resume-template.joelglovier.com diff --git a/_data/education.yml b/_data/education.yml new file mode 100644 index 0000000..35aac60 --- /dev/null +++ b/_data/education.yml @@ -0,0 +1,6 @@ +# Degree +- degree: Associates Degree, Business Management + uni: Springfield College + year: 1984 — 1986 + awards: Quickest to fall asleep + summary: If you had any meaningful roles at college, feel free to write about them here diff --git a/_layouts/resume.html b/_layouts/resume.html index adbd05b..714ab02 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -50,8 +50,8 @@ {% for job in site.data.experience %}
-

{{ job.position }}

-

{{ job.company }}{{ job.duration }}


+

{{ job.company }}

+

{{ job.position }}{{ job.duration }}


{{ job.summary }}

{% endfor %} @@ -60,24 +60,26 @@ {% endif %} + {% if site.resume_section_education %}
-

Education

- + {% for education in site.data.education %}
-

Springfield College

-

Associates Degree, Business Management • 1984 — 1986

-

If you had any meaningful roles at college, feel free to write about them here.

+

{{ education.uni }}

+

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

+
{{ education.awards }}
+

{{ education.summary }}

- + {% endfor %}
{% endif %} + {% if site.resume_section_projects %}