pablohere/public/index.html
Pablo Martin f6853bcf17 work
2025-01-13 17:00:39 +01:00

26 lines
No EOL
883 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pablo here</title>
<meta charset="utf-8">
<meta viewport="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>
Hi, Pablo here
</h1>
<p>
Welcome to my website. Here I discuss thoughts and ideas. This is mostly professional.
</p>
<hr>
<h2>About me</h2>
<p>A few facts you might care about:</p>
<ul>
<li>I'm based in Barcelona, although I'm happy working for anyone anywhere (as long as we can find a time to meet).</li>
<li>My career has focused in Data teams and positions, playing roles such as Data Lead, Data Engineer.</li>
</ul>
</main>
</body>
</html>