From 65f38550503f32b2cac49dcac9da9b9ed11b88f4 Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 14:51:17 -0400 Subject: [PATCH 1/4] Updated schema.org information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _config.yml: * Added telephone and address variables resume.html: * Removed invalid property ‘contact-info’ * Changed person to ‘alumniOf’ CollegeOrUniversity, instead of ‘worksFor’ * Changed itemtype of ‘CreativeWork’ to Projects * Added ‘creator’ property to Projects * Added itemtype of ‘Organization’ to Associations * Added ‘memberOf’ property to Associations --- _config.yml | 5 +++-- _layouts/resume.html | 15 +++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) 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 From 18d537ca00a54ab42de561df3a2b5904d8638a21 Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 15:06:01 -0400 Subject: [PATCH 2/4] =?UTF-8?q?Added=20=E2=80=98memberOf=E2=80=99=20proper?= =?UTF-8?q?ty=20to=20Associations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/resume.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/resume.html b/_layouts/resume.html index 29f2705..ea14d05 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -154,9 +154,9 @@ {% for association in site.data.associations %} -
-

{{ association.organization }}

-

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

+
+

+

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

{{ association.summary }}

{% endfor %} From 858378d5164bce63d0f575d8eb76d26475c77e8b Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 15:20:01 -0400 Subject: [PATCH 3/4] =?UTF-8?q?Updated=20social=20links=20schema=20to=20?= =?UTF-8?q?=E2=80=98sameAs=E2=80=99=20instead=20of=20=E2=80=98url=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/icon-links.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %} From cbda1145922263f9506283936296337443d97fd4 Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 19:37:33 -0400 Subject: [PATCH 4/4] Update _config.yml Appended ", Springfield" to resume_contact_address --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8522abe..2103ca1 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ resume_name: "Homer J. Simpson" resume_title: "Nuclear Safety Inspector" resume_contact_email: "homerjsimpson@youremailaddress.com" resume_contact_telephone: "555-7334" -resume_contact_address: "742 Evergreen Terrace" +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.

"