From 97ec816617485893a12d7664d7977edd8b0c5a11 Mon Sep 17 00:00:00 2001 From: jmks Date: Sun, 24 Jul 2016 17:29:48 -0400 Subject: [PATCH 1/6] Changed CollegeOrUniversity item prop from worksFor to alumniOf --- _layouts/resume.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/resume.html b/_layouts/resume.html index 40e1fff..0fd2b42 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -89,7 +89,7 @@

Education

-
+

Springfield College

Associates Degree, Business Management • 1984 — 1986

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

From 38b1e7069cca4e8c04de232e70a3a87ec52f21e6 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Fri, 14 Oct 2016 20:33:10 +0200 Subject: [PATCH 2/6] Update _resume.scss --- _sass/_resume.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_resume.scss b/_sass/_resume.scss index ebe4ed7..d7f890a 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -1,4 +1,4 @@ -// Resme styles +// Resume styles // ---------------------------------------/ // util From f13d8966e427ada94d5b0eb62be0ead6d9ec18d1 Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Tue, 10 Jan 2017 12:22:27 -0500 Subject: [PATCH 3/6] Adding some styles to support a clean, printable format. Two resume's in one! :page_facing_up: :tada: Signed-off-by: Bryan Culver --- _config.yml | 2 ++ _includes/print-social-links.html | 41 +++++++++++++++++++++++++++++ _layouts/resume.html | 31 ++++++++++++++++++---- _sass/_mixins.scss | 6 +++++ _sass/_resume.scss | 43 +++++++++++++++++++++++++++++++ 5 files changed, 118 insertions(+), 5 deletions(-) create mode 100644 _includes/print-social-links.html diff --git a/_config.yml b/_config.yml index 3560162..6097e1d 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ resume_name: "Homer J. Simpson" resume_title: "Nuclear Safety Inspector" resume_contact_email: "homerjsimpson@youremailaddress.com" +resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com" # use "yes" to display the email contact button, # "no" to display an "I'm not looking for work" message, @@ -41,6 +42,7 @@ resume_social_links: resume_linkedin_url: "https://www.linkedin.com/in/joelglovier" # resume_instagram_url: "insert your Instagram URL here" resume_website_url: "http://joelglovier.com" +resume_print_social_links: true # Design settings resume_theme: default diff --git a/_includes/print-social-links.html b/_includes/print-social-links.html new file mode 100644 index 0000000..29f852c --- /dev/null +++ b/_includes/print-social-links.html @@ -0,0 +1,41 @@ + +{% if site.resume_print_social_links %} +
    + + + {% if site.resume_social_links.resume_github_url %} +
  • Github: {{ site.resume_social_links.resume_github_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_twitter_url %} +
  • Twitter: {{ site.resume_social_links.resume_twitter_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_dribbble_url %} +
  • Dribbble: {{ site.resume_social_links.resume_dribbble_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_facebook_url %} +
  • Facebook: {{ site.resume_social_links.resume_facebook_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_linkedin_url %} +
  • LinkedIn: {{ site.resume_social_links.resume_linkedin_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_instagram_url %} +
  • Instagram: {{ site.resume_social_links.resume_instagram_url }}
  • + {% endif %} + + + {% if site.resume_social_links.resume_website_url %} +
  • Website: {{ site.resume_social_links.resume_website_url }}
  • + {% endif %} + +
+{% endif %} diff --git a/_layouts/resume.html b/_layouts/resume.html index 0fd2b42..64eb4b7 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -11,13 +11,18 @@ {% if site.resume_avatar == 'true' %} - my photo + my photo {% endif %}

{{ site.resume_name }}

-
+ + + +

{{ site.resume_title }}

@@ -26,14 +31,14 @@ {% include icon-links.html %}
-
+

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.

{% if site.resume_looking_for_work == 'yes' %} - Contact me + Contact me {% elsif site.resume_looking_for_work == 'no' %} - I'm not looking for work right now. + I'm not looking for work right now. {% else %} {% endif %} @@ -223,6 +228,22 @@ {% endif %} + {% if site.resume_print_social_links %} + + + + {% endif %} +