Actualizar 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-25 18:53:51 +00:00
parent e86a0f55c7
commit 9c401e0806
1 changed files with 24 additions and 6 deletions

View File

@ -1,24 +1,42 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
<meta name="viewport" content="width=device-width,initial-scale=1">
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:5px;}
</style>
<title>Lucas Lite Programming</title>
<title>lucas~micro-space</title>
</head>
<body style="text-align:center">
<div class="pweb">
<header>
<h1>Hi!</h1>
<p>I'm <a href="https://lucas.codeberg.page">Lucas</a></p>
<br>
<h1>~lucas</h1>
<p><a href="#projects">Projects</a></p>
</header>
<p>Now in the tildeverse making lite stuff, and maybe chatting</p>
<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>
<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>
</footer>
</div>
</body>
</html>