2018-07-25 18:01:45 -04:00
|
|
|
{% assign career-profile = site.data.data.career-profile %}
|
|
|
|
{% if career-profile %}
|
2016-07-29 00:47:42 -04:00
|
|
|
<section class="section summary-section">
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2018-07-25 09:34:10 -04:00
|
|
|
<h2 class="section-title">
|
|
|
|
<span class="fa-stack fa-xs">
|
|
|
|
<i class="fas fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fas fa-user fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
2018-07-25 18:01:45 -04:00
|
|
|
{{ career-profile.title }}
|
2018-07-25 09:34:10 -04:00
|
|
|
</h2>
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2018-07-25 12:40:47 -04:00
|
|
|
<div class="summary">
|
2018-07-25 18:01:45 -04:00
|
|
|
{{ career-profile.summary | markdownify }}
|
2018-07-25 12:40:47 -04:00
|
|
|
</div><!--//summary-->
|
2017-10-29 11:12:08 -04:00
|
|
|
|
2017-10-29 09:44:04 -04:00
|
|
|
</section><!--//section-->
|
|
|
|
{% endif %}
|