Finishing touches on new job fair section
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user