diff --git a/content/english/_index.md b/content/english/_index.md index b35e56e..bb6098d 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -99,31 +99,34 @@ features: image: "" section_class: "pb-24" side: "center" - content: "**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event." + content: "These brands have attended our job fair. Employers may rent booths but cannot influence nor sponsor the conference." content_class: "mt-12" img_grid: imgs: - - name: "JangaFX" - img: "/images/companies/jangafx.png" - link: "https://jangafx.com/" - - name: "Pontoco" - img: "/images/companies/pontoco.png" - link: "https://pontoco.com/" + - name: "Kagi" + img: "/images/companies/kagi_doggo.png" + link: "https://kagi.com/" - name: "Mozilla" img: "/images/companies/mozilla.png" link: "https://www.mozilla.org/en-US/" - - name: "TestFit" - img: "/images/companies/tf.png" - link: "https://www.testfit.io/" - - name: "Magic Poser" - img: "/images/companies/magic_poser.png" - link: "https://magicposer.com/" + - name: "JangaFX" + img: "/images/companies/jangafx.png" + link: "https://jangafx.com/" - name: "System Era" img: "/images/companies/systemera.png" link: "https://systemera.net/" + - name: "TestFit" + img: "/images/companies/tf.png" + link: "https://www.testfit.io/" - name: "KCSE" img: "/images/companies/kcse.png" 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: enable: false diff --git a/layouts/partials/components/features.html b/layouts/partials/components/features.html index fb9f124..d884e91 100644 --- a/layouts/partials/components/features.html +++ b/layouts/partials/components/features.html @@ -87,7 +87,7 @@ {{ if .img_grid }} - {{ partial "components/img_grid.html" . }} + {{ partial "components/improved-img-grid.html" .img_grid }} {{ end }} diff --git a/layouts/partials/components/improved-img-grid.html b/layouts/partials/components/improved-img-grid.html new file mode 100644 index 0000000..7d7f276 --- /dev/null +++ b/layouts/partials/components/improved-img-grid.html @@ -0,0 +1,12 @@ +