Skip to content

Commit 112b69b

Browse files
authored
Merge pull request #213 from posadev/feature/sierisimo/add-linuxeros-zapopan
Added linuxeros zapopan info
2 parents c6af021 + b3b56ab commit 112b69b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/data/communites.ts

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import mdc from "@/img/communities/2025/mdc.png";
66
import playasOnTechLogo from "@/img/communities/2025/playas-logo.webp";
77
import GDGLogo from "@/img/communities/2025/GDG-Guadalajara.png";
88
import ajolotesAWSLogo from "@/img/communities/2025/ajolotes-aws.png";
9+
import linuxeroszapopan from "@/img/communities/2025/linuxeroszapopan.png";
910

1011
export const communitiesAllies: Array<ICommunity> = [
1112
{
@@ -133,4 +134,27 @@ export const communitiesAllies: Array<ICommunity> = [
133134
}
134135
]
135136
},
136-
];
137+
{
138+
name: "Linuxeros Zapopan",
139+
description: "",
140+
link: "https://mx.linkedin.com/company/lnxzpn",
141+
image: linuxeroszapopan,
142+
socials: [
143+
{
144+
title:"Instagram",
145+
url:"https://www.instagram.com/lnxzpn/",
146+
linkType: LinkType.Instagram
147+
},
148+
{
149+
title:"LinkedIn",
150+
url:"https://mx.linkedin.com/company/lnxzpn",
151+
linkType: LinkType.LinkedIn
152+
},
153+
{
154+
title:"Twitter",
155+
url:"https://twitter.com/lnxzpn",
156+
linkType: LinkType.Twitter
157+
}
158+
]
159+
},
160+
];
2.37 MB
Loading

0 commit comments

Comments
 (0)