Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit dfdb041

Browse files
feat: add Hack.Diversity as partner (#121)
💖
1 parent e62ebd1 commit dfdb041

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

57.1 KB
Loading
31.7 KB
Loading

src/components/Partners.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import HeadingFlanked from "./HeadingFlanked.astro";
8383
}
8484

8585
.partners a {
86-
padding: 1.5rem;
86+
padding: 1.5rem 0;
8787
}
8888

8989
.partner {

src/data/partners.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import afhBlack from "../assets/partners/afh-black.svg";
22
import afhWhite from "../assets/partners/afh-white.svg";
33
import conTejasCode from "../assets/partners/contejas-code.png";
4+
import hackDiversityBlue from "../assets/partners/hack-diversity-blue.png";
5+
import hackDiversityWhite from "../assets/partners/hack-diversity-white.png";
46
import jsParty from "../assets/partners/js-party.png";
57
import thisWeekInReactDarkMode from "../assets/partners/this-week-in-react-dark-mode.png";
68
import thisWeekInReactLightMode from "../assets/partners/this-week-in-react-light-mode.png";
@@ -22,6 +24,14 @@ export const partnersBySlug = {
2224
},
2325
title: "ConTejas Code Podcast",
2426
},
27+
hackDiversity: {
28+
href: "https://www.hackdiversity.com/?utm_source=squiggleconf",
29+
logos: {
30+
dark: hackDiversityWhite,
31+
light: hackDiversityBlue,
32+
},
33+
title: "Hack.Diversity",
34+
},
2535
jsparty: {
2636
href: "https://changelog.com/jsparty?utm_source=squiggleconf",
2737
logos: {

0 commit comments

Comments
 (0)