forked from robert/robertjohnson.work
18 lines
468 B
HTML
18 lines
468 B
HTML
{% if site.data.data.career-profile %}
|
|
<section class="section summary-section">
|
|
|
|
<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>
|
|
|
|
<div class="summary">
|
|
<p>{{ site.data.data.career-profile.text }}</p>
|
|
</div><!--//summary-->
|
|
|
|
</section><!--//section-->
|
|
{% endif %}
|