Skip to content

Commit 6531267

Browse files
authored
Merge pull request #237 from posadev/kcd
Added KCD community
2 parents 3133b46 + 6142367 commit 6531267

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/data/communites.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import linuxeroszapopan from "@/img/communities/2025/linuxeroszapopan.png";
1111
import techQuiero from "@/img/communities/2025/techquiero.png";
1212
import rubymx from "@/img/communities/2025/rubymx.png";
1313
import webdevtalksLogo from "@/img/communities/2025/webdevtalks.png";
14+
import kcdLogo from "@/img/communities/2025/kcd.jpeg"
1415

1516
export const communitiesAllies: Array<ICommunity> = [
1617
{
@@ -257,5 +258,38 @@ export const communitiesAllies: Array<ICommunity> = [
257258
linkType: LinkType.LinkedIn
258259
}
259260
]
261+
},
262+
{
263+
name: "Kubernetes Community Day México",
264+
description: "",
265+
link: "https://community.cncf.io/kcd-guadalajara/",
266+
image: kcdLogo,
267+
socials: [
268+
{
269+
title: "Facebook",
270+
url: "https://www.facebook.com/kcdmexico/",
271+
linkType: LinkType.Facebook
272+
},
273+
{
274+
title: "Instagram",
275+
url: "https://www.instagram.com/kcdmexico/",
276+
linkType: LinkType.Instagram
277+
},
278+
{
279+
title: "LinkedIn",
280+
url: "https://www.linkedin.com/showcase/kcd-m%C3%A9xico/",
281+
linkType: LinkType.LinkedIn
282+
},
283+
{
284+
title: "Twitter",
285+
url: "https://x.com/kcd_mexico",
286+
linkType: LinkType.Twitter
287+
},
288+
{
289+
title: "Tiktok",
290+
url: "https://www.tiktok.com/@kcdmexico",
291+
linkType: LinkType.TikTok
292+
}
293+
]
260294
}
261295
];

src/img/communities/2025/kcd.jpeg

129 KB
Loading

0 commit comments

Comments
 (0)