Actualizar 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-25 19:22:41 +00:00
parent e663f2aa8b
commit 3d5b27b096
1 changed files with 6 additions and 9 deletions

View File

@ -12,6 +12,7 @@
header,main{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
div.section{margin:5px;}
p.desc{font-size:large;}
</style>
<title>lucas~micro-space</title>
</head>
@ -24,22 +25,18 @@
<main>
<div class="section" style="text-align:center">
<h1>Hi!</h1>
<p>I'm <a href="https://lucas.codeberg.page">Lucas</a></p>
<br>
<p>Now in the tildeverse making lite stuff, and maybe chatting</p>
</div>
<p class="desc">I'm Lucas<br>Now in the <a href="https://tildeverse.org">Tildeverse</a> making lite stuff, and maybe chatting</p>
</div><br><br>
<div class="section" id="about">
<h1>A brief description of me</h1>
<p>I'm Lucas [privacy], I'm an argentinian programmer, and fanatic of the infromatic 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>
<p class="desc">I'm Lucas [privacy], I'm an argentinian programmer, and fanatic of the infromatic 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>
</div>
<div class="section" id="projects">
<h1>Tilde projects</h1>
<p>Nothing now, coming soon</p>
<p class="desc">Nothing now, coming soon</p>
</div>
</main>
<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>
<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>
</div>
</body>
</html>