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
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
+5 -4
View File
@@ -183,13 +183,14 @@
<section class="content-section">
<header class="section-header">
<h2>Links</h2>
<h2>Additional Links</h2>
</header>
<div class="resume-item">
<h3 class="resume-item-title">Springfield College</h3>
<h4 class="resume-item-details">Associates Degree, Business Management &bull; 1984 &mdash; 1986</h4>
<p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p>
<ul class="resume-item-list">
<li><a href="#">Springfield Poker Club</a></li>
<li><a href="#">Springfield Donut Eater's User Group</a></li>
</ul>
</div>
</section>
+2 -1
View File
@@ -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;