From fde251e5e8087213c48c4ccac903fdb45b4e8045 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Sun, 3 Nov 2024 01:00:04 -0800 Subject: [PATCH] Add HMN as partner --- content/english/_index.md | 29 ++++++++++++++++++++++- layouts/partials/components/features.html | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/content/english/_index.md b/content/english/_index.md index f453fb5..65a0daa 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -80,7 +80,7 @@ features: end_dark: "/images/transition2.svg" end_dark_color: "#150e31" bg_color: "#0a0a0a" - content: "Like [Handmade Hero](https://handmadehero.org/) by Molly Rocket, we belive in breaking software down to the bare bones and building back an understanding of how it all really works. _We are not affiliated with Molly Rocket, Inc._" + content: "Like [Handmade Hero](https://guide.handmadehero.org/) by Molly Rocket, we believe in breaking software down to its bare bones and building back an understanding of how it all really works. _We are not affiliated with Molly Rocket, Inc._" content_class: "text-white mt-12 px-12 pb-12 pt-24 bg-[rgba(0,0,0,0.5)] rounded-lg" button: enable: enable @@ -88,6 +88,33 @@ features: label: "About Us" link: "/about" + - title: "Partnered with Handmade Network" + title_class: "text-white mb-8" + image: "" + side: "center" + bg_img: + parallax: true + img: "/images/devon_starfield.png" + transition: + start: "/images/transition.svg" + start_class: "mb-5 transform" + start_color: "#fff" + start_dark: "/images/transition2.svg" + start_dark_color: "#150e31" + end: "/images/transition.svg" + end_class: "mt-20 transform -scale-y-100 -scale-x-100" + end_color: "#fff" + end_dark: "/images/transition2.svg" + end_dark_color: "#150e31" + bg_color: "#0a0a0a" + content: "The Handmade Network is your online community and go-to hub when there's no in-person events. Participate in jams, be awed by software projects and enjoy a huge Discord community." + content_class: "text-white mt-12 px-12 pb-12 pt-24 bg-[rgba(0,0,0,0.5)] rounded-lg" + button: + enable: enable + class: "meetups-bg dark:meetups-bg" + label: "Network" + link: "https://handmade.network" + - title: "Companies Value Handmade" title_class: "text-center mt-16 mb-12" image: "" diff --git a/layouts/partials/components/features.html b/layouts/partials/components/features.html index 625e39a..12de0a8 100644 --- a/layouts/partials/components/features.html +++ b/layouts/partials/components/features.html @@ -185,4 +185,4 @@ {{ end }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}