Merge pull request #57 from hareekum/master

Show employer location, related positive theme change
This commit is contained in:
hacksalot 2018-02-02 15:31:36 -05:00 committed by GitHub
commit 7e3e74d5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
{{ employer }} {{ employer }}
{{/if}} {{/if}}
</h3> </h3>
<span class="location">{{location}}</span>
<span class="tenure">{{dateRange .}}</span> <span class="tenure">{{dateRange .}}</span>
<p>{{{ summary }}}</p> <p>{{{ summary }}}</p>
{{> highlights }} {{> highlights }}

View File

@ -107,6 +107,11 @@ p, li {
font-size: 85%; font-size: 85%;
} }
.location {
line-height: 2em;
color: #6F6F6F;
}
span.keywords { span.keywords {
font-size: 10px; font-size: 10px;
color: #B16666; color: #B16666;