diff options
Diffstat (limited to 'luevano/index.html')
-rw-r--r-- | luevano/index.html | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/luevano/index.html b/luevano/index.html index 0080691..901f27b 100644 --- a/luevano/index.html +++ b/luevano/index.html @@ -3,21 +3,16 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> - <title>Luévano's site</title> - <link rel="icon" href="fa/svgs/solid/dragon.svg"> + <title>Luévano's Site</title> + <link rel="icon" href="images/icons/favicon.ico"> <!-- general style --> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="fa/css/all.min.css"> - <!-- highlight support for code blocks --> - <script type="text/javascript" src="hl/highlight.min.js"></script> - <script type="text/javascript">hljs.initHighlightingOnLoad();</script> - <!-- theme related --> <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> - <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> </head> <body> @@ -66,38 +61,34 @@ </h1> <p> - My name is David Luévano and this is my little piece of internet. + My name is David Luévano and this is my little piece of internet. I'm into alot of stuff, but mostly technology, drawing sometimes and... of course, gaming. </p> <p> - I plan on doing all sort of stuff here, including a <a href="https://blog.luevano.xyz/">blog</a> and stuff like an interactive <a href="https://gb.luevano.xyz/">gameboy</a> where everyone who participates plays together (think "twitch plays pokemon" and more recently "twitter plays pokemon"). + I plan on using this space for a lot of stuff, but for now I'm mostly focused in having a working <a href="https://blog.luevano.xyz/">blog</a> (and actually using it). Later I'd love to have a space to place my drawings or whatever art related I make, and maybe a gallery if I feel like posting pictures in general. </p> <p> - But for now, this place is under construction (as you may notice from most links being broken).<br/> + 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"> </p> + + <p> + Btw, here's my blog's RSS feed: <a target="_blank" href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a> + </p> </main> <footer> <i class="fas fa-envelope" alt="Email"></i> - Email - <a href="mailto:david@luevano.xyz"> - david@luevano.xyz - </a> - <br> - - <i class="fas fa-rss" alt="RSS"></i> - RSS - <a href="https://blog.luevano.xyz/rss.xml"> - https://blog.luevano.xyz/rss.xml - </a> + <a href="mailto:david@luevano.xyz">david@luevano.xyz</a> <br> <i class="fas fa-donate" alt="Donate"></i> <a href="https://luevano.xyz/donate.html">Donate</a> - <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a> + <br> + + Copyright <i class="fas fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado </footer> </body> </html> |