Update fontawesome to version 5.1.1

This commit is contained in:
Nelson Estevão
2018-07-25 14:34:10 +01:00
parent ec782ce7bf
commit 6e4464af39
1382 changed files with 96966 additions and 5861 deletions

View File

@ -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>