File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import linuxeroszapopan from "@/img/communities/2025/linuxeroszapopan.png";
1111import techQuiero from "@/img/communities/2025/techquiero.png" ;
1212import rubymx from "@/img/communities/2025/rubymx.png" ;
1313import webdevtalksLogo from "@/img/communities/2025/webdevtalks.png" ;
14+ import kcdLogo from "@/img/communities/2025/kcd.jpeg"
1415
1516export 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] ;
You can’t perform that action at this time.
0 commit comments