From f13d8966e427ada94d5b0eb62be0ead6d9ec18d1 Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Tue, 10 Jan 2017 12:22:27 -0500 Subject: [PATCH] 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 %} + +{% 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 %} +