stuff/index.html

43 lines
1.7 KiB
HTML
Raw Normal View History

2021-03-24 22:59:36 +00:00
<!DOCTYPE html>
<html lang="en-US">
<head>
2021-03-25 18:53:51 +00:00
<meta name="viewport" content="width=device-width,initial-scale=1">
2021-03-24 22:59:36 +00:00
<style>
2021-03-24 23:12:14 +00:00
body{text-align:center; padding:20px 10%; font-weight:bold; background: black; color:green; font-family:monospace;}
div.pweb{background:#191919; border-radius:5px; border:solid green;}
2021-03-24 22:59:36 +00:00
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}
2021-03-25 18:53:51 +00:00
header,footer{background:#212121;}
header,main{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
2021-03-25 19:31:15 +00:00
div.section{margin:10px 5px;}
2021-03-25 19:22:41 +00:00
p.desc{font-size:large;}
2021-03-26 16:58:27 +00:00
a{color:green;text-decoration:underline;}
2021-03-24 22:59:36 +00:00
</style>
2021-03-25 18:53:51 +00:00
<title>lucas~micro-space</title>
2021-03-24 22:59:36 +00:00
</head>
<body style="text-align:center">
<div class="pweb">
<header>
2021-03-25 18:53:51 +00:00
<h1>~lucas</h1>
2021-03-25 19:10:59 +00:00
<p><a href="#about">About me</a> - <a href="#projects">Projects</a></p>
2021-03-24 22:59:36 +00:00
</header>
2021-03-25 18:53:51 +00:00
<main>
<div class="section" style="text-align:center">
<h1>Hi!</h1>
2021-03-25 19:22:41 +00:00
<p class="desc">I'm Lucas<br>Now in the <a href="https://tildeverse.org">Tildeverse</a> making lite stuff, and maybe chatting</p>
2021-03-25 19:31:15 +00:00
</div><br>
2021-03-25 19:10:59 +00:00
<div class="section" id="about">
<h1>A brief description of me</h1>
2021-03-26 16:58:27 +00:00
<p class="desc">I'm Lucas [privacy], I'm an argentinian programmer, and fanatic of the informatic world.<br>I always want to learn more about it and experiment.<br>You can learn more about me visiting my personal website: <a href="https://lucas.codeberg.page">lucas.codeberg.page</a></p>
2021-03-25 19:10:59 +00:00
</div>
2021-03-25 18:53:51 +00:00
<div class="section" id="projects">
<h1>Tilde projects</h1>
2021-03-25 19:22:41 +00:00
<p class="desc">Nothing now, coming soon</p>
2021-03-25 18:53:51 +00:00
</div>
</main>
2021-03-25 19:22:41 +00:00
<footer><p><a href="https://tildegit.org/lucas/http">Source code</a> - <a href="https://pleroma.tilde.zone/lucas">Updates of my ~stuff</a></p></footer>
2021-03-24 22:59:36 +00:00
</div>
</body>
</html>