summaryrefslogtreecommitdiff
path: root/luevano/404.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-01 03:21:33 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-01 03:21:33 -0600
commit6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c (patch)
treefeb9c3b13d2603526fee6fbd876f5bd8dfe5bcf2 /luevano/404.html
parentbda8405ebdf2cad9cd2f316d6e5371fece798353 (diff)
add fork awesome, contact and donate pages, update general style and update readme
Diffstat (limited to 'luevano/404.html')
-rw-r--r--luevano/404.html24
1 files changed, 15 insertions, 9 deletions
diff --git a/luevano/404.html b/luevano/404.html
index f79dd82..dc284b1 100644
--- a/luevano/404.html
+++ b/luevano/404.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>
@@ -60,7 +61,7 @@
404 Not found
</h1>
- <img src="https://static.luevano.xyz/images/gifs/stars1.gif" alt="Stars">
+ <img src="images/gifs/stars_1.gif" alt="Stars">
<p>
Hey, it looks like the page you are looking for does not exist.
@@ -68,15 +69,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>