araozu.dev/src/components/Sidebar.astro

13 lines
375 B
Plaintext
Raw Normal View History

2024-04-29 15:35:20 +00:00
<div class="lg:px-1">
<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>
2024-10-06 22:31:31 +00:00
<h1 class="text-xl font-light py-4">
<span class="font-display font-bold text-3xl">Fernando Araoz</span>
</h1>
<p class="font-display">
Human software engineer based in Peru
2024-04-29 15:35:20 +00:00
</p>
</div>