Finishing touches on new job fair section
parent
40e1078fca
commit
e2523a1359
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue