diff options
| -rw-r--r-- | _includes/heading.html | 2 | ||||
| -rw-r--r-- | projects.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_includes/heading.html b/_includes/heading.html index 594e23d..12a83fb 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -5,7 +5,7 @@ <script src="/jquery-3.3.1.min.js"></script> <script src="/scripts.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> +<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width", initial-scale=1> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> diff --git a/projects.md b/projects.md index 7362b06..d27ccf4 100644 --- a/projects.md +++ b/projects.md @@ -11,7 +11,7 @@ description: These are the projects i'm currently working on <h4><b>AleeBot</b></h4> <p>A Discord bot made in JavaScript</p> <br> - <a href="https://github.com/AleeCorp/AleeBot" class="btn default"><i class="fa fa-github"></i> GitHub</a> + <a href="https://github.com/AleeCorp/AleeBot" class="btn default"><i class="fab fa-github"></i> GitHub</a> </div> </div> @@ -21,7 +21,7 @@ description: These are the projects i'm currently working on <h4><b>Silicon Linux</b></h4> <p>An Arch based distribution</p> <br> - <a href="https://silicon-linux.net" class="btn default">Website</a> <a href="https://github.com/silicon-linux" class="btn default"><i class="fa fa-github"></i> GitHub</a> + <a href="https://silicon-linux.net" class="btn default">Website</a> <a href="https://github.com/silicon-linux" class="btn default"><i class="fab fa-github"></i> GitHub</a> </div> </div> @@ -31,7 +31,7 @@ description: These are the projects i'm currently working on <h4><b>Project: Silicon</b></h4> <p>A hacking game by Alee and Trey</p> <br> - <a href="https://github.com/UniverseDevGroup/Project-Silicon" class="btn default"><i class="fa fa-github"></i> GitHub</a> + <a href="https://github.com/UniverseDevGroup/Project-Silicon" class="btn default"><i class="fab fa-github"></i> GitHub</a> </div> </div> </div> |
