update captions and spacing; refine Sarah Weisman's caption, adjust grid gaps and margins in Academia section, and modify text size for carousel links

This commit is contained in:
Michael Czechowski
2025-06-14 18:37:09 +02:00
parent 2f1e97b1ed
commit 86889cf093
3 changed files with 4 additions and 4 deletions

2
.pugrc
View File

@@ -96,7 +96,7 @@
"src": "./src/assets/portfolio/sarahweisman.png",
"alt": "",
"href": "https://sarahesser.de/",
"caption": "Sarah Weisman - Sculptress",
"caption": "Sarah Weisman",
"description": "A personal website showcasing the artistic works of Sarah Weisman, featuring her sculptures and artistic journey."
},
{

View File

@@ -14,7 +14,7 @@ section#academia
// endregion
// region Expertise
.grid.grid-cols-1.gap-6.mb-8.col-span-1.self-start(class="xl:gap-0 xl:grid-cols-1 xl:grid-cols-2")
.grid.grid-cols-1.gap-6.mb-8.col-span-1.self-start(class="xl:gap-2 xl:mt-28 xl:grid-cols-1 xl:grid-cols-2")
+Collapsable(null, academia.expertise.frontendTechnologies)
+Collapsable(null, academia.expertise.devopsAndCloud)
+Collapsable(null, academia.expertise.backendTechnologies)
@@ -35,7 +35,7 @@ section#academia
// endregion
// region Academic Courses
.grid.grid-cols-1.gap-6.mb-8.col-span-1.self-start(class="xl:gap-2 xl:grid-cols-1")
.grid.grid-cols-1.gap-6.mb-8.col-span-1.self-start(class="xl:gap-2 xl:mt-28 xl:grid-cols-1")
each institution in academia.institutions
+Collapsable("academia", institution)
// endregion

View File

@@ -55,7 +55,7 @@ mixin Carousel(items, options)
if item.description
p.text-sm.mt-2(class="sm:text-base")= item.description
if item.href
p.text-sm.mt-4.underline(class="sm:text-base hover:text-nls-black dark:hover:text-nls-white")= item.href
p.text-sm.mt-4.underline(class="sm:text-sm hover:text-nls-black dark:hover:text-nls-white")= item.href
else if item.type === "brand"
.aspect-video.flex.items-center.justify-center.mx-2.mb-4(class="sm:mx-12")
img.max-w-full.max-h-full.min-h-64.object-contain.p-4(src=item.logo, alt=item.name, loading=index < 6 ? "eager" : "lazy")