File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import mdc from "@/img/communities/2025/mdc.png";
66import playasOnTechLogo from "@/img/communities/2025/playas-logo.webp" ;
77import GDGLogo from "@/img/communities/2025/GDG-Guadalajara.png" ;
88import ajolotesAWSLogo from "@/img/communities/2025/ajolotes-aws.png" ;
9+ import linuxeroszapopan from "@/img/communities/2025/linuxeroszapopan.png" ;
910
1011export 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+ ] ;
You can’t perform that action at this time.
0 commit comments