Actualizar 'index.html'

This commit is contained in:
Lucas 2021-04-05 19:32:49 +00:00
parent d653f76394
commit cbc65f738e
1 changed files with 38 additions and 38 deletions

View File

@ -1,46 +1,46 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
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;}
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}
header,footer{background:#212121;}
header,main{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
div.section{margin:10px 5px;}
.desc{font-size:large;}
a{color:green;text-decoration:underline;}
</style>
<title>lucas~micro-space</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
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;}
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}
header,footer{background:#212121;}
header,main{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
div.section{margin:10px 5px;}
.desc{font-size:large;}
a{color:green;text-decoration:underline;}
</style>
<title>lucas~micro-space</title>
</head>
<body style="text-align:center">
<div class="pweb">
<header>
<h1>~lucas</h1>
<p><a href="#about">About me</a> - <a href="#projects">Projects</a></p>
</header>
<main>
<div class="section" style="text-align:center">
<h1>Hi!</h1>
<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>
<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://l64.repl.co">l64.repl.co</a></p>
</div>
<div class="section" id="projects">
<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> - Member of <a href="http://ctrl-c.club">^C</a>
</p></footer>
<div class="pweb">
<header>
<h1>~lucas</h1>
<p><a href="#about">About me</a> - <a href="#projects">Projects</a></p>
</header>
<main>
<div class="section" style="text-align:center">
<h1>Hi!</h1>
<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>
<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://l64.repl.co">l64.repl.co</a></p>
</div>
<div class="section" id="projects">
<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://nano-editor.org">Edited with Nano</a> - Member of <a href="http://ctrl-c.club">^C</a>
</p></footer>
</div>
</body>
</html>