erick.is/index.html
2025-04-03 09:23:11 -04:00

47 lines
2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>Erick Ruiz de Chavez</title>
</head>
<body>
<header>
<img
class="panda"
src="panda.webp"
alt="Generated Image of an anthropomorphic Panda wearing a sweater and jeans, sitting on a couch, using a laptop."
/>
<nav>
<a href="https://gts.erick.sh" rel="me noreferrer" target="_blank">Fediverse</a>
<a href="https://code.erick.sh" rel="me noreferrer" target="_blank">Source Code</a>
<a href="https://github.com/eruizdechavez" rel="me noreferrer" target="_blank">GitHub</a>
<!-- a href="https://linkedin.com/in/erickruizdechavez" rel="me noreferrer" target="_blank">LinkedIn</a -->
</nav>
</header>
<main>
<p>Hi 👋, I'm Erick!</p>
<p>
I live in the U.S. with my wife, Lizzy, and our dogter, Masha. I'm fluent in both English and Spanish.
</p>
<p>
I work as a Software Engineer at Bloomberg, where I'm passionate about software architecture,
automation, and enhancing the developer experience.
</p>
<p>
Giving back to the community is something I truly enjoy. I do this through mentorships, conducting mock
interviews, and hosting knowledge-sharing sessions to pass on what I've learned throughout my career.
</p>
<p>
In my free time, I love watching movies and TV shows, listening to audiobooks and music, playing video
games with Lizzy, and upgrading our home with smart automation.
</p>
<p>My preferred pronouns are he/him/his.</p>
</main>
<footer>&copy; 2025 Erick Ruiz de Chavez</footer>
</body>
</html>