Updated to Font Awesome Icons

This commit is contained in:
= 2020-08-20 13:59:04 -04:00
parent e47b6e4f1a
commit 5885d80960
4 changed files with 13 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://kit.fontawesome.com/baf8152916.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/index.css">
<script src="js/index.js"></script>
@ -38,14 +38,14 @@
<div id="footerContent" class="d-flex justify-content-between flex-grow-1">
<a href="https://www.rumel.io/">
<span class="d-flex align-items-center">
<span class="material-icons">home</span>
<span>Back to website</span>
<i class="fas fa-home pr-1"></i>
<span>Back to Website</span>
</span>
</a>
<a href="https://github.com/Maxunm/Fax-Me">
<span class="d-flex align-items-center">
<span class="material-icons">code</span>
<i class="fas fa-code pr-1"></i>
<span>Repository</span>
</span>
</a>