adding languages to CV
This commit is contained in:
parent
f377b0b250
commit
5257af380b
|
|
@ -45,7 +45,7 @@ year = {forthcoming}
|
||||||
|
|
||||||
@misc{Winter19a,
|
@misc{Winter19a,
|
||||||
author = {with Polansky, L.},
|
author = {with Polansky, L.},
|
||||||
title = {liner notes to the album <em>Changes</em> by James Tenney},
|
title = {Liner notes to the album <em>Changes</em> by James Tenney},
|
||||||
publisher = {New World Records},
|
publisher = {New World Records},
|
||||||
year = {2019},
|
year = {2019},
|
||||||
howpublished = {tenney_changes_liner_notes.pdf}
|
howpublished = {tenney_changes_liner_notes.pdf}
|
||||||
|
|
|
||||||
|
|
@ -388,6 +388,30 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Languages -->
|
||||||
|
<div class="row section">
|
||||||
|
<div class="col-xs-11">
|
||||||
|
<div class="entry">
|
||||||
|
<div class="col-xs-11">
|
||||||
|
<h4 class="section-title">
|
||||||
|
<hr/>
|
||||||
|
Languages</h4>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-11">
|
||||||
|
{{#each resume.languages}}
|
||||||
|
{{#if @last}}
|
||||||
|
{{language}} - {{fluency}}
|
||||||
|
{{else}}
|
||||||
|
{{language}} - {{fluency}},
|
||||||
|
{{/if}}
|
||||||
|
{{/each}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- References -->
|
<!-- References -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue