41 lines
905 B
HTML
41 lines
905 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Lucas Tadeu</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Lucas Tadeu</h1>
|
|
<p class="dim">tadeu(1) — personal page</p>
|
|
</header>
|
|
|
|
<hr>
|
|
|
|
<section>
|
|
<h2>ABOUT</h2>
|
|
<p>Bioprocess engineer and biotechnologist working as a process analyst.<br>
|
|
Interested in systems, automation, and open source.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>PROJECTS</h2>
|
|
<p class="dim">— nothing here yet —</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>WRITING</h2>
|
|
<p class="dim">— nothing here yet —</p>
|
|
</section>
|
|
|
|
<hr>
|
|
|
|
<footer>
|
|
<a href="mailto:ltadeu6@pm.me">email</a>
|
|
<a href="https://github.com/ltadeu6">github</a>
|
|
<a href="https://jupyter.tadix.dev">jupyter</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|