From 32b88b620ab57202a8a6af77f96ea02646c013b8 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Wed, 22 Jul 2015 23:15:59 -0400 Subject: [PATCH] derpy derp --- _config.yml | 12 ++++++------ _layouts/resume.html | 9 +++++---- _sass/_resume.scss | 3 ++- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index e0e815e..c22e1b1 100644 --- a/_config.yml +++ b/_config.yml @@ -21,14 +21,14 @@ resume_contact_email: # to leave blank resume_looking_for_work: "yes" -# Decide which sections to use; set to false or +# Decide which sections to use # comment out to hide (Experience is not shown # because it is the only required section) -resume_section_education: "true" -resume_section_projects: "true" -resume_section_skills: "true" -resume_section_recognition: "true" -resume_section_links: "true" +resume_section_education: true +resume_section_projects: true +resume_section_skills: true +resume_section_recognition: true +resume_section_links: true # Resume social links # uncomment the options you wish to display, and add your own URL diff --git a/_layouts/resume.html b/_layouts/resume.html index d4b2b1a..9e42d0d 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -183,13 +183,14 @@
-

Links

+

Additional Links

-

Springfield College

-

Associates Degree, Business Management • 1984 — 1986

-

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

+
diff --git a/_sass/_resume.scss b/_sass/_resume.scss index 900ac22..ebe4ed7 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -140,7 +140,8 @@ .resume-item-title, .resume-item-details, - .resume-item-copy { + .resume-item-copy, + .resume-item-list { a { color: #333; text-decoration: none;