Actualizar 'index.html'

This commit is contained in:
Lucas 2021-04-02 22:22:17 +00:00
parent e1f72cb8db
commit d653f76394
1 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@
header,main{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
div.section{margin:10px 5px;}
p.desc{font-size:large;}
.desc{font-size:large;}
a{color:green;text-decoration:underline;}
</style>
<title>lucas~micro-space</title>
@ -30,15 +30,16 @@
</div><br>
<div class="section" id="about">
<h1>A brief description of me</h1>
<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>
<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://l64.repl.co">l64.repl.co</a></p>
</div>
<div class="section" id="projects">
<h1>Tilde projects</h1>
<p class="desc">Nothing now, coming soon</p>
<h1>Tilde stuff</h1>
<li class="desc"><a href="gram">Photo album</a></li>
<li class="desc"><a href="https://absucc.github.io/nanoiweb">Nanoiweb</a></li>
</div>
</main>
<footer><p>
<a href="https://tildegit.org/lucas/http">Source code</a> - <a href="https://pleroma.tilde.zone/lucas">~news</a> - Member of <a href="http://ctrl-c.club">^C</a>
<a href="https://tildegit.org/lucas/http">Source code</a> - Member of <a href="http://ctrl-c.club">^C</a>
</p></footer>
</div>
</body>