2018-05-13 13:43:44 +05:30
|
|
|
{% if site.data.data.career-profile %}
|
2016-07-29 10:17:42 +05:30
|
|
|
<section class="section summary-section">
|
2017-10-29 15:12:08 +00:00
|
|
|
|
2018-07-25 14:34:10 +01: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>
|
|
|
|
{{ site.data.data.career-profile.title }}
|
|
|
|
</h2>
|
2017-10-29 15:12:08 +00:00
|
|
|
|
2018-07-25 17:40:47 +01:00
|
|
|
<div class="summary">
|
|
|
|
{{ site.data.data.career-profile.text | markdownify }}
|
|
|
|
</div><!--//summary-->
|
2017-10-29 15:12:08 +00:00
|
|
|
|
2017-10-29 13:44:04 +00:00
|
|
|
</section><!--//section-->
|
|
|
|
{% endif %}
|