Get rid of old index and minor CSS fixes
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 17:54:30 +0100
2 files changed,
4 insertions(+),
105 deletions(-)
D
static/index.html
@@ -1,105 +0,0 @@
-<!DOCTYPE html> -<html lang="en"> -<head> - <title>Lonami's Site</title> - <link rel="stylesheet" type="text/css" href="css/style.css"> - <meta name="description" content="Official Lonami's website"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> -</head> -<body> - <div class="menu"> - <ul> - <li><a href="/index" class="selected">Lonami's Site</a></li> - <li><a href="/blog/index">Blog</a></li> - </ul> - </div> - <div class="body"> - <h1>Lonami's Site</h1> - <p>Welcome to my personal website! This page has had several redesigns - over time, but now I've decided to let it be as minimalist as possible - (proud to be under 32KB!).</p> - - <h2 id="about">About me</h2> - <p>Spanish male - <span id="age"><noscript>born in 1998</noscript></span>. - I have been programming - <span id="programming"><noscript>since 2012</noscript></span> - and it is my passion.</p> - - <p>I enjoy nature, taking pictures, playing video-games, - drawing vector graphics, or just chatting online.</p> - - <p>I can talk perfect Spanish, read and write perfect English - and Python, and have programmed in C#, Java, JavaScript, Rust, - some C and C++, and designed pages like this with plain HTML - and CSS.</p> - - <p>On the Internet, I'm often known as <i>Lonami</i>, although - my real name is simply my nick name, put the other way round.</p> - - <h2 id="projects">Project highlights</h2> - <ul> - <li> - <a href="https://github.com/LonamiWebs/Telethon/">Telethon</a>: - Python implementation of the Telegram's API. - </li> - <li> - <a href="klooni">1010! Klooni</a>: libGDX simple puzzle - game based on the original <i>1010!</i>. - </li> - <li> - <a href="https://github.com/LonamiWebs/Stringlate/">Stringlate</a>: - Android application that makes it easy to translate other FOSS apps. - </li> - </ul> - <p>These are only my <i>Top 3</i> projects, the ones I consider to be - the most successful. If you're curious about what else I've done, feel - free to check out my - <a href="https://github.com/LonamiWebs/">GitHub</a>.</p> - - <h2 id="more-links">More links</h2> - <dl> - <dt><a href="https://t.me/LonamiWebs"><img src="img/telegram.svg" alt="" /> My Telegram</a></dt> - <dd>Come meet me at my group in Telegram and talk about anything!</dd> - - <dt><a href="/blog/index"><img src="img/blog.svg" alt="blog" /> My blog</a></dt> - <dd>Sometimes I blog about things, whether it's games, techy stuff, or random life stuff.</dd> - - <dt><a href="https://github.com/LonamiWebs"><img src="img/github.svg" alt="github" /> My GitHub</a></dt> - <dd>By far what I'm most proud of. I love releasing my projects as open source. There is no reason not to!</dd> - - <dt><a href="/utils"><img src="img/utils.svg" alt="utilities" /> Several Utilities</a></dt> - <dd>Random things I've put online because I keep forgetting about them.</dd> - - <dt><a href="/stopwatch.html"><img src="stopwatch.svg" width="24" height="24" alt="stopwatch" /> stopwatch</a></dt> - <dd>An extremely simple JavaScript-based stopwatch.</dd> - - <dt><a href="donate"><img src="img/bitcoin.svg" alt="donate" /> Donate</a></dt> - <dd>Some people like what I do and want to compensate me for it, but I'm fine with compliments if you can't afford a donation!</dd> - - <dt><a href="humans.txt"><img src="img/humans.svg" alt="humans.txt" /> humans.txt</a></dt> - <dd><a href="http://humanstxt.org/">We are humans, not robots.</a></dd> - </dl> - - <h2 id="contact">Contact</h2> - <p>If you use Telegram you can join - <a href="https://t.me/LonamiWebs">@LonamiWebs</a> - and just chat about any topics you like politely.</p> - - <p>If you prefer, you can also send me a private email to - <a href="mailto:totufals@hotmail.com">totufals[at]hotmail[dot]com</a> - and I will try to reply as soon as I can. Please don't use the email - if you need help with a specific project, this is better discussed in - the group where everyone can benefit from it.</p> - </div> -<script type="text/javascript"> - now = (new Date()).getFullYear(); - - document.getElementById("age").innerHTML = - "aged " + (now - 1999); - - document.getElementById("programming").innerHTML = - "for " + (now - 2012) + " years"; -</script> -</body> -</html>
M
static/style.css
→
static/style.css
@@ -134,6 +134,10 @@ color: #777;
font-size: 0.9em; } +div.time p { + line-height: 0.5; +} + hr { border: 0; border-bottom: 2px dashed #aaa;