Finishing touches on new job fair section

main
Abner Coimbre 2025-04-03 04:06:16 -07:00
parent 40e1078fca
commit e2523a1359
3 changed files with 4 additions and 4 deletions

View File

@ -94,12 +94,12 @@ features:
label: "About Us"
link: "/about"
- title: "Companies Value Handmade"
- title: "Recognized by Industry"
title_class: "text-center mt-16 mb-12"
image: ""
section_class: "pb-24"
side: "center"
content: "<span class='block mx-auto mt-24 text-black dark:text-white w-1/2'>These brands have attended our job fair. Employers may rent booths but cannot influence nor sponsor the conference.</span>"
content: "<span class='block mx-auto mt-24 text-black dark:text-white w-1/2'>Companies hunting for handmade talent. They've attended our conference, but don't shape our agenda.</span>"
content_class: "mt-12"
img_grid:
imgs:

View File

@ -96,7 +96,7 @@
{{ end }}
<!-- card_grid -->
<p class="mb-8 text-lg about-content">
<p class="mb-8 -mt-8 text-lg about-content">
{{ .content | markdownify }}
</p>
<ul>

View File

@ -1,4 +1,4 @@
<div class="company-grid grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8 my-12">
<div class="company-grid grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8 my-6">
{{ range .imgs }}
<a href="{{ .link }}" target="_blank" rel="noopener noreferrer" class="company-item flex items-center justify-center p-4 bg-white dark:bg-gray-800 rounded-lg transition-transform hover:scale-105">
<img