plcom/templates/pages/root/hero-content.html

8 lines
448 B
HTML

<div class="container mx-auto px-8 py-16 w-full h-full justify-center items-center flex flex-col">
<div class="inline-block backdrop-blur-lg backdrop-brightness-75 rounded-3xl shadow-2xl px-4 py-6 sm:px-8 sm:py-12 space-y-4">
<h1 class="text-3xl sm:text-4xl font-bold">Philippe Loctaux</h1>
<h2 class="sm:text-xl font-semibold">
Developer of all sorts. Epitech alumni, class of 2023.
</h2>
</div>
</div>