Actualizar 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-25 19:10:59 +00:00
parent 9c401e0806
commit 7339f276ec
1 changed files with 6 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<div class="pweb">
<header>
<h1>~lucas</h1>
<p><a href="#projects">Projects</a></p>
<p><a href="#about">About me</a> - <a href="#projects">Projects</a></p>
</header>
<main>
<div class="section" style="text-align:center">
@ -28,14 +28,17 @@
<br>
<p>Now in the tildeverse making lite stuff, and maybe chatting</p>
</div>
<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>
</div>
<div class="section" id="projects">
<h1>Tilde projects</h1>
<p>Nothing now, coming soon</p>
</div>
</main>
<footer>
<p><a href="https://tildegit.org/lucas/http">Source code</a></p>
<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>