Skip to content

Commit

Permalink
feat: add Hack.Diversity as partner (#121)
Browse files Browse the repository at this point in the history
💖
  • Loading branch information
JoshuaKGoldberg authored Sep 19, 2024
1 parent e62ebd1 commit dfdb041
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Binary file added src/assets/partners/hack-diversity-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partners/hack-diversity-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Partners.astro
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import HeadingFlanked from "./HeadingFlanked.astro";
}

.partners a {
padding: 1.5rem;
padding: 1.5rem 0;
}

.partner {
Expand Down
10 changes: 10 additions & 0 deletions src/data/partners.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import afhBlack from "../assets/partners/afh-black.svg";
import afhWhite from "../assets/partners/afh-white.svg";
import conTejasCode from "../assets/partners/contejas-code.png";
import hackDiversityBlue from "../assets/partners/hack-diversity-blue.png";
import hackDiversityWhite from "../assets/partners/hack-diversity-white.png";
import jsParty from "../assets/partners/js-party.png";
import thisWeekInReactDarkMode from "../assets/partners/this-week-in-react-dark-mode.png";
import thisWeekInReactLightMode from "../assets/partners/this-week-in-react-light-mode.png";
Expand All @@ -22,6 +24,14 @@ export const partnersBySlug = {
},
title: "ConTejas Code Podcast",
},
hackDiversity: {
href: "https://www.hackdiversity.com/?utm_source=squiggleconf",
logos: {
dark: hackDiversityWhite,
light: hackDiversityBlue,
},
title: "Hack.Diversity",
},
jsparty: {
href: "https://changelog.com/jsparty?utm_source=squiggleconf",
logos: {
Expand Down

0 comments on commit dfdb041

Please sign in to comment.