robertjohnson.work/_includes/career-profile.html
2018-07-25 16:31:09 +01:00

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 %}