araozu.dev/index.html

67 lines
1.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fernando Araoz</title>
<link rel="stylesheet" href="/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono&family=Xanh+Mono:ital@0;1&display=swap"
rel="stylesheet">
</head>
<body>
<div
id="scroll-container-element"
class="scroll-container h-screen overflow-y-scroll"
autofocus
>
<div class="h-screen mx-auto relative">
<h1 class="font-xanh text-8xl text-center py-12">
Fernando
<br>
Araoz
</h1>
<p class="text-center">
fernando@araozu.dev
</p>
<p class="text-center">
<a class="underline mx-4" href="https://github.com/Araozu">
Github</a>
<a class="underline mx-4" href="https://git.araozu.dev/">
Gitea
</a>
</p>
<p class="text-center py-4">
Front-End, soon to be Back-End developer from Perú 🇵🇪
</p>
<h2 class="font-xanh text-center text-4xl absolute w-full bottom-10">
What I've done over the years
<br>
<br>
&darr;
</h2>
</div>
<div class="bg-slate-800 h-screen">
a
</div>
</div>
</body>
</html>