<%= img_tag Routes.static_path(@conn, "/images/cat-roof_portrait.jpg"), class: "img-fluid border border-20 border-gray-900 rounded-2", alt: "My cat Babka, stuck on a roof when she was still just a stray.", title: "My cat Babka, stuck on a roof when she was still just a stray." %>

<%= icon_div @conn, "mdi-account", [class: "icon baseline me-2"] %>Adam Piontek

Desktop Systems Engineer. Human.
<%= for s <- socials(@conn) do %> <%= link to: s.url, target: "_blank", class: "fs-3 link-light text-decoration-none" do %> <%= icon_div @conn, s.icon, [class: "icon baseline"] %> <% end %> <% end %>