robertjohnson.work/docs/_includes/career-profile.html

19 lines
487 B
HTML
Raw Normal View History

2018-07-25 23:01:45 +01:00
{% assign career-profile = site.data.data.career-profile %}
{% if 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>
2018-07-25 23:01:45 +01:00
{{ career-profile.title }}
2018-07-25 14:34:10 +01:00
</h2>
2017-10-29 15:12:08 +00:00
2018-07-25 17:40:47 +01:00
<div class="summary">
2018-07-25 23:01:45 +01:00
{{ career-profile.summary | markdownify }}
2018-07-25 17:40:47 +01:00
</div><!--//summary-->
2017-10-29 15:12:08 +00:00
</section><!--//section-->
{% endif %}