1
Fork 0

Fix CSS for new version of Font Awesome.

This commit is contained in:
Toke Høiland-Jørgensen 2020-11-25 01:27:14 +01:00 committed by Juliusz Chroboczek
parent 21361a87cd
commit 08b1a50d21
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,9 @@
<link rel="stylesheet" type="text/css" href="/404.css"/>
<link rel="author" href="https://www.irif.fr/~jch/"/>
<!-- Font Awesome File -->
<link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/css/fontawesome.min.css">
<link href="/css/solid.css" rel="stylesheet" type="text/css">
<link href="/css/regular.css" rel="stylesheet" type="text/css">
</head>
<body>
@ -16,8 +18,8 @@
<div class="wrapper">
<div class="landing-page">
<div class="logo">
<i class="fa fa-frown-o" aria-hidden="true"></i>
</div>
<i class="fas fa-frown" aria-hidden="true"></i>
</div>
<h1> Page not found!</h1>
<p> We can't find the page you're looking for.</p>

View File

@ -39,7 +39,7 @@
<ul class="nav-menu">
<li>
<button id="presentbutton" class="invisible btn btn-success">
<i class="fas fa-video-camera" aria-hidden="true"></i><span class="nav-text"> Present</span>
<i class="fas fa-video" aria-hidden="true"></i><span class="nav-text"> Present</span>
</button>
</li>
<li>