Finishing touches on new job fair section

This commit is contained in:
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" label: "About Us"
link: "/about" link: "/about"
- title: "Companies Value Handmade" - title: "Recognized by Industry"
title_class: "text-center mt-16 mb-12" title_class: "text-center mt-16 mb-12"
image: "" image: ""
section_class: "pb-24" section_class: "pb-24"
side: "center" 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" content_class: "mt-12"
img_grid: img_grid:
imgs: imgs:

View File

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