diff options
Diffstat (limited to 'luevano/index.html')
-rw-r--r-- | luevano/index.html | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/luevano/index.html b/luevano/index.html index 901f27b..6f8701a 100644 --- a/luevano/index.html +++ b/luevano/index.html @@ -8,7 +8,8 @@ <!-- general style --> <link rel="stylesheet" type="text/css" href="css/style.css"> - <link rel="stylesheet" type="text/css" href="fa/css/all.min.css"> + <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css"> <!-- theme related --> <script type="text/javascript" src="scripts/theme.js"></script> @@ -71,7 +72,7 @@ <p> But for now, this place is under construction, as you may notice from some links being broken and inconsistencies across pages.<br/> - <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction"> + <img src="images/gifs/under_construction_1.gif" alt="Under construction"> </p> <p> @@ -80,15 +81,20 @@ </main> <footer> - <i class="fas fa-envelope" alt="Email"></i> - <a href="mailto:david@luevano.xyz">david@luevano.xyz</a> - <br> + <span> + <i class="fas fa-address-card" alt="Contact"></i> + <a href="https://luevano.xyz/contact.html">Contact</a> + </span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://luevano.xyz/donate.html">Donate</a> - <br> + <span> + <i class="fas fa-donate" alt="Donate"></i> + <a href="https://luevano.xyz/donate.html">Donate</a> + </span> - Copyright <i class="fas fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado + <br> + <span class="copyright"> + Copyright <i class="fal fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado + </span> </footer> </body> </html> |