diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-01 03:21:33 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-01 03:21:33 -0600 |
commit | 6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c (patch) | |
tree | feb9c3b13d2603526fee6fbd876f5bd8dfe5bcf2 /luevano/index.html | |
parent | bda8405ebdf2cad9cd2f316d6e5371fece798353 (diff) |
add fork awesome, contact and donate pages, update general style and update readme
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> |