diff --git a/_config.yml b/_config.yml index f66723c..8522abe 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,9 @@ sass: resume_avatar: "true" resume_name: "Homer J. Simpson" resume_title: "Nuclear Safety Inspector" -resume_contact_email: - "homerjsimpson@youremailaddress.com" +resume_contact_email: "homerjsimpson@youremailaddress.com" +resume_contact_telephone: "555-7334" +resume_contact_address: "742 Evergreen Terrace" resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com" resume_header_intro: "

This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.

" diff --git a/_layouts/resume.html b/_layouts/resume.html index 3d5224f..29f2705 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -6,6 +6,8 @@
+ + {% for education in site.data.education %} -
+

{{ education.uni }}

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

{{ education.awards }}
@@ -93,8 +95,9 @@ {% for project in site.data.projects %} -
-

{{ project.project }}

+
+ +

{% if project.url %}{% else %}{{ project.project }}{% endif %}

{{ project.role }} • {{ project.duration }}

{{ project.description }}

@@ -193,7 +196,7 @@
@@ -227,4 +230,4 @@ - + \ No newline at end of file