2018-05-13 04:13:44 -04:00
|
|
|
{% if site.data.data.career-profile %}
|
2016-07-29 00:47:42 -04:00
|
|
|
<section class="section summary-section">
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2018-05-13 04:13:44 -04:00
|
|
|
<h2 class="section-title"><i class="fa fa-user"></i>{{ site.data.data.career-profile.title }}</h2>
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2017-10-29 09:44:04 -04:00
|
|
|
<div class="summary">
|
2018-05-13 04:13:44 -04:00
|
|
|
<p>{{ site.data.data.career-profile.text }}</p>
|
2017-10-29 09:44:04 -04:00
|
|
|
</div><!--//summary-->
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2017-10-29 09:44:04 -04:00
|
|
|
</section><!--//section-->
|
|
|
|
{% endif %}
|