Move CV to separate directory

This commit is contained in:
cryobry
2018-06-11 15:05:33 -04:00
parent 211490ae47
commit 3a45f2cb07
102 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% if site.data.data.sidebar.languages %}
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
{%for language in site.data.data.sidebar.languages %}
<li>{{ language.idiom }} <span class="lang-desc">({{ language.level }})</span></li>
{% endfor %}
</ul>
</div><!--//interests-->
{% endif %}