derpy derp

This commit is contained in:
Joel Glovier
2015-07-22 23:15:59 -04:00
parent ff1f9dceab
commit 32b88b620a
3 changed files with 13 additions and 11 deletions
+6 -6
View File
@@ -21,14 +21,14 @@ resume_contact_email:
# to leave blank # to leave blank
resume_looking_for_work: "yes" 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 # comment out to hide (Experience is not shown
# because it is the only required section) # because it is the only required section)
resume_section_education: "true" resume_section_education: true
resume_section_projects: "true" resume_section_projects: true
resume_section_skills: "true" resume_section_skills: true
resume_section_recognition: "true" resume_section_recognition: true
resume_section_links: "true" resume_section_links: true
# Resume social links # Resume social links
# uncomment the options you wish to display, and add your own URL # uncomment the options you wish to display, and add your own URL
+5 -4
View File
@@ -183,13 +183,14 @@
<section class="content-section"> <section class="content-section">
<header class="section-header"> <header class="section-header">
<h2>Links</h2> <h2>Additional Links</h2>
</header> </header>
<div class="resume-item"> <div class="resume-item">
<h3 class="resume-item-title">Springfield College</h3> <ul class="resume-item-list">
<h4 class="resume-item-details">Associates Degree, Business Management &bull; 1984 &mdash; 1986</h4> <li><a href="#">Springfield Poker Club</a></li>
<p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p> <li><a href="#">Springfield Donut Eater's User Group</a></li>
</ul>
</div> </div>
</section> </section>
+2 -1
View File
@@ -140,7 +140,8 @@
.resume-item-title, .resume-item-title,
.resume-item-details, .resume-item-details,
.resume-item-copy { .resume-item-copy,
.resume-item-list {
a { a {
color: #333; color: #333;
text-decoration: none; text-decoration: none;