Skip to content

Commit

Permalink
everything but skills are good now
Browse files Browse the repository at this point in the history
  • Loading branch information
arw180 committed Aug 23, 2014
1 parent 8dbc003 commit cda241d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions resume.template
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,16 @@
</div>
<div class="col-sm-10">
{{#each resume.education}}
<div class="row">
<div class="col-sm-8">
<div class="row education-section">
<div class="col-sm-10">
<div class="school"> {{institution}} </div>
{{studyType}} in {{area}}
</div>
<div class="col-sm-2">
<div class="pull-right">
{{prettifyDate endDate}}
</div>
</div>

</div>
{{/each}}
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ hr {
list-style-type: none;
}

.education-section {
margin-bottom: 5px;
}



0 comments on commit cda241d

Please sign in to comment.