scottjohnson.pro/_includes/career-profile.html

18 lines
468 B
HTML
Raw Normal View History

{% 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-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>
{{ site.data.data.career-profile.title }}
</h2>
2017-10-29 11:12:08 -04:00
<div class="summary">
<p>{{ site.data.data.career-profile.text }}</p>
</div><!--//summary-->
2017-10-29 11:12:08 -04:00
</section><!--//section-->
{% endif %}