diff --git a/_config.yml b/_config.yml index f66723c..2103ca1 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, Springfield" 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/_includes/icon-links.html b/_includes/icon-links.html index 2a151c7..a591ca1 100644 --- a/_includes/icon-links.html +++ b/_includes/icon-links.html @@ -4,32 +4,32 @@ {% if site.resume_social_links.resume_github_url %} - + {% endif %} {% if site.resume_social_links.resume_twitter_url %} - + {% endif %} {% if site.resume_social_links.resume_dribbble_url %} - + {% endif %} {% if site.resume_social_links.resume_facebook_url %} - + {% endif %} {% if site.resume_social_links.resume_linkedin_url %} - + {% endif %} {% if site.resume_social_links.resume_instagram_url %} - + {% endif %} diff --git a/_layouts/resume.html b/_layouts/resume.html index de2248b..6099869 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 %} -
-

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

+
+ +

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

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

{{ project.description }}

@@ -151,9 +154,9 @@ {% for association in site.data.associations %} -
-

{% if association.url %}{{ association.organization }}{% else %}{{ association.organization }}{% endif %}

-

{{ association.role }} • {{ association.year }}

+
+

{% if association.url %}{{ association.organization }}{% else %}{{ association.organization }}{% endif %}

+

{{ association.role }} • {{ association.year }}

{{ association.summary }}

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