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,11 @@
{% if site.data.data.career-profile %}
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-user"></i>{{ site.data.data.career-profile.title }}</h2>
<div class="summary">
<p>{{ site.data.data.career-profile.text }}</p>
</div><!--//summary-->
</section><!--//section-->
{% endif %}