Skip to content

Commit

Permalink
#24 Refactor footer to match original styling using Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed Jul 2, 2022
1 parent 32aac81 commit 63ab4e8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<footer>
<div class="footer-wrap">
<div class="footer-tagline">
<p>{{ site.data.settings.footer }}</p>
</div>
<div class="social-media">
<nav>
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" target="_blank"><i class="fa fa-{{ item.icon }}" aria-hidden="true"></i></a>
{% endfor %}
</nav>
</div>
</div>
<nav class="text-center py-4">
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" target="_blank"><i class="fs-5 fa fa-{{ item.icon }} text-dark mx-2" aria-hidden="true"></i></a>
{% endfor %}
</nav>
</footer>

0 comments on commit 63ab4e8

Please sign in to comment.