Overhaul the job fair section. Add Kagi!
This commit is contained in:
@@ -99,31 +99,34 @@ features:
|
|||||||
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'>**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event.</span>"
|
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_class: "mt-12"
|
content_class: "mt-12"
|
||||||
img_grid:
|
img_grid:
|
||||||
imgs:
|
imgs:
|
||||||
- name: "JangaFX"
|
- name: "Kagi"
|
||||||
img: "/images/companies/jangafx.png"
|
img: "/images/companies/kagi_doggo.png"
|
||||||
link: "https://jangafx.com/"
|
link: "https://kagi.com/"
|
||||||
- name: "Pontoco"
|
|
||||||
img: "/images/companies/pontoco.png"
|
|
||||||
link: "https://pontoco.com/"
|
|
||||||
- name: "Mozilla"
|
- name: "Mozilla"
|
||||||
img: "/images/companies/mozilla.png"
|
img: "/images/companies/mozilla.png"
|
||||||
link: "https://www.mozilla.org/en-US/"
|
link: "https://www.mozilla.org/en-US/"
|
||||||
- name: "TestFit"
|
- name: "JangaFX"
|
||||||
img: "/images/companies/tf.png"
|
img: "/images/companies/jangafx.png"
|
||||||
link: "https://www.testfit.io/"
|
link: "https://jangafx.com/"
|
||||||
- name: "Magic Poser"
|
|
||||||
img: "/images/companies/magic_poser.png"
|
|
||||||
link: "https://magicposer.com/"
|
|
||||||
- name: "System Era"
|
- name: "System Era"
|
||||||
img: "/images/companies/systemera.png"
|
img: "/images/companies/systemera.png"
|
||||||
link: "https://systemera.net/"
|
link: "https://systemera.net/"
|
||||||
|
- name: "TestFit"
|
||||||
|
img: "/images/companies/tf.png"
|
||||||
|
link: "https://www.testfit.io/"
|
||||||
- name: "KCSE"
|
- name: "KCSE"
|
||||||
img: "/images/companies/kcse.png"
|
img: "/images/companies/kcse.png"
|
||||||
link: "https://www.kcse.com/"
|
link: "https://www.kcse.com/"
|
||||||
|
- name: "Pontoco"
|
||||||
|
img: "/images/companies/pontoco.png"
|
||||||
|
link: "https://pontoco.com/"
|
||||||
|
- name: "Magic Poser"
|
||||||
|
img: "/images/companies/magic_poser.png"
|
||||||
|
link: "https://magicposer.com/"
|
||||||
button:
|
button:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
<!-- testimonials -->
|
<!-- testimonials -->
|
||||||
<!-- img_grid -->
|
<!-- img_grid -->
|
||||||
{{ if .img_grid }}
|
{{ if .img_grid }}
|
||||||
{{ partial "components/img_grid.html" . }}
|
{{ partial "components/improved-img-grid.html" .img_grid }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- /img_grid -->
|
<!-- /img_grid -->
|
||||||
<!-- card_grid -->
|
<!-- card_grid -->
|
||||||
|
|||||||
12
layouts/partials/components/improved-img-grid.html
Normal file
12
layouts/partials/components/improved-img-grid.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<div class="company-grid grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8 my-12">
|
||||||
|
{{ 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
|
||||||
|
src="{{ .img }}"
|
||||||
|
alt="{{ .name }}"
|
||||||
|
class="max-h-16 w-auto object-contain"
|
||||||
|
loading="lazy"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
BIN
static/images/companies/kagi_doggo.png
Normal file
BIN
static/images/companies/kagi_doggo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user