araozu.dev/src/components/Sidebar.astro

19 lines
728 B
Plaintext
Raw Normal View History

2024-04-29 15:35:20 +00:00
<div class="lg:px-1">
<h1 class="text-xl font-light py-4">
Hi 👋! I'm
<br />
2024-05-19 01:45:24 +00:00
<span class="font-bold text-3xl">Fernando Araoz</span>
2024-04-29 15:35:20 +00:00
</h1>
<div class="text-center">
<div class="inline-block w-28 h-28 lg:w-40 lg:h-40 rounded-full bg-slate-500"></div>
</div>
<p class="text-center">
I'm a (human) software engineer passionate about web technologies. I
love building things and learning new stuff.
</p>
2024-05-17 23:53:35 +00:00
<div class="text-center py-4">
2024-07-15 14:05:28 +00:00
<a class="inline-block py-2 px-4 rounded bg-blue-600 text-white" href="/blog/en/">Blog (en)</a>
<a class="inline-block py-2 px-4 rounded bg-indigo-600 text-white" href="/blog/es/">Blog (es)</a>
2024-05-17 23:53:35 +00:00
</div>
2024-04-29 15:35:20 +00:00
</div>