This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 11import afhBlack from "../assets/partners/afh-black.svg" ;
22import afhWhite from "../assets/partners/afh-white.svg" ;
33import 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" ;
46import jsParty from "../assets/partners/js-party.png" ;
57import thisWeekInReactDarkMode from "../assets/partners/this-week-in-react-dark-mode.png" ;
68import 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 : {
You can’t perform that action at this time.
0 commit comments