forked from robert/robertjohnson.work
Update fontawesome to version 5.1.1
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
{% if site.data.data.career-profile %}
|
||||
<section class="section summary-section">
|
||||
|
||||
<h2 class="section-title"><i class="fa fa-user"></i>{{ site.data.data.career-profile.title }}</h2>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user