1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-20 13:02:47 -05:00

Fill in initial layout and resume details

This commit is contained in:
2023-05-07 01:39:52 -05:00
parent 28a4b45a34
commit c801394771
12 changed files with 243 additions and 7 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
export let imageAlt: string;
</script>
<div class="px-6 py-1 pb-10 sm:py-32 lg:px-8">
<div class="px-6 py-1 pb-10 sm:pt-32 sm:pb-24 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<img class="mx-auto mb-6 w-32 h-32 lg:w-48 lg:h-48 rounded-full" src={imageUrl} alt={imageAlt} />
<h2 class="text-4xl lg:text-6xl font-bold tracking-tight text-gray-100 sm:text-6x1">{title}</h2>
<p class="mt-6 text-lg lg:text-xl leading-8 text-gray-300">{text}</p>
<slot />
</div>
</div>