@@ -25,6 +25,24 @@ export interface Ambassador {
2525}
2626
2727export const ambassadors : Ambassador [ ] = [
28+ {
29+ label : "An Ngo" ,
30+ imageUrl : "https://github.com/vliegveld5.png" ,
31+ alt : "An Ngo" ,
32+ organization : "bol" ,
33+ tags : [
34+ {
35+ label : "GitHub" ,
36+ url : "https://github.com/vliegveld5" ,
37+ icon : < GitHubIcon className = "size-5" /> ,
38+ } ,
39+ {
40+ label : "LinkedIn" ,
41+ url : "https://www.linkedin.com/in/vliegveld5/" ,
42+ icon : < LinkedInIcon className = "size-5" /> ,
43+ } ,
44+ ] ,
45+ } ,
2846 {
2947 label : "Artur Czemiel" ,
3048 imageUrl : "https://github.com/aexol.png" ,
@@ -48,6 +66,52 @@ export const ambassadors: Ambassador[] = [
4866 } ,
4967 ] ,
5068 } ,
69+ {
70+ label : "Aurélien David" ,
71+ imageUrl : "https://github.com/spyl94.png" ,
72+ alt : "Aurélien David" ,
73+ organization : "Pennylane" ,
74+ tags : [
75+ {
76+ label : "GitHub" ,
77+ url : "https://github.com/spyl94/" ,
78+ icon : < GitHubIcon className = "size-5" /> ,
79+ } ,
80+ {
81+ label : "LinkedIn" ,
82+ url : "https://www.linkedin.com/in/aurel-spyl/" ,
83+ icon : < LinkedInIcon className = "size-5" /> ,
84+ } ,
85+ {
86+ label : "Twitter" ,
87+ url : "https://x.com/spyl94" ,
88+ icon : < TwitterIcon className = "size-5" /> ,
89+ } ,
90+ ] ,
91+ } ,
92+ {
93+ label : "Derek Kuz" ,
94+ imageUrl : "https://github.com/dariuszkuc.png" ,
95+ alt : "Derek Kuz" ,
96+ organization : "Apollo" ,
97+ tags : [
98+ {
99+ label : "Bluesky" ,
100+ url : "https://bsky.app/profile/dkuc.bsky.social" ,
101+ icon : < Bluesky2Icon className = "size-5" /> ,
102+ } ,
103+ {
104+ label : "GitHub" ,
105+ url : "https://github.com/dariuszkuc" ,
106+ icon : < GitHubIcon className = "size-5" /> ,
107+ } ,
108+ {
109+ label : "LinkedIn" ,
110+ url : "https://www.linkedin.com/in/dkuc/" ,
111+ icon : < LinkedInIcon className = "size-5" /> ,
112+ } ,
113+ ] ,
114+ } ,
51115 {
52116 label : "Donna Zhou" ,
53117 imageUrl : "/img/ambassadors/donna-zhou.jpg" ,
@@ -130,6 +194,42 @@ export const ambassadors: Ambassador[] = [
130194 } ,
131195 ] ,
132196 } ,
197+ {
198+ label : "Gil Gardosh" ,
199+ imageUrl : "https://github.com/gilgardosh.png" ,
200+ alt : "Gil Gardosh" ,
201+ organization : "The Guild" ,
202+ tags : [
203+ {
204+ label : "GitHub" ,
205+ url : "https://github.com/gilgardosh/" ,
206+ icon : < GitHubIcon className = "size-5" /> ,
207+ } ,
208+ {
209+ label : "LinkedIn" ,
210+ url : "https://www.linkedin.com/in/gil-gardosh-9a5088a5/" ,
211+ icon : < LinkedInIcon className = "size-5" /> ,
212+ } ,
213+ {
214+ label : "Twitter" ,
215+ url : "https://x.com/gilgardosh" ,
216+ icon : < TwitterIcon className = "size-5" /> ,
217+ } ,
218+ ] ,
219+ } ,
220+ {
221+ label : "Giuseppe Abrignani" ,
222+ imageUrl : "/img/ambassadors/giuseppe-abrignani.jpg" ,
223+ alt : "Giuseppe Abrignani" ,
224+ organization : "The Guild" ,
225+ tags : [
226+ {
227+ label : "LinkedIn" ,
228+ url : "https://www.linkedin.com/in/giuseppeabrignani/" ,
229+ icon : < LinkedInIcon className = "size-5" /> ,
230+ } ,
231+ ] ,
232+ } ,
133233 {
134234 label : "Itamar Kestenbaum" ,
135235 imageUrl : "/img/ambassadors/itamar-kestenbaum.jpg" ,
@@ -181,6 +281,24 @@ export const ambassadors: Ambassador[] = [
181281 } ,
182282 ] ,
183283 } ,
284+ {
285+ label : "Jayant Acharya" ,
286+ imageUrl : "/img/ambassadors/jayant-acharya.jpg" ,
287+ alt : "Jayant Acharya" ,
288+ organization : "Techsophy" ,
289+ tags : [
290+ {
291+ label : "GitHub" ,
292+ url : "https://github.com/jayant99acharya" ,
293+ icon : < GitHubIcon className = "size-5" /> ,
294+ } ,
295+ {
296+ label : "LinkedIn" ,
297+ url : "https://www.linkedin.com/in/jayantacharya/" ,
298+ icon : < LinkedInIcon className = "size-5" /> ,
299+ } ,
300+ ] ,
301+ } ,
184302 {
185303 label : "Jeff Auriemma" ,
186304 imageUrl : "/img/ambassadors/jeff-auriemma.jpg" ,
@@ -288,6 +406,39 @@ export const ambassadors: Ambassador[] = [
288406 } ,
289407 ] ,
290408 } ,
409+ {
410+ label : "Lenz Weber-Tronic" ,
411+ imageUrl : "https://github.com/phryneas.png" ,
412+ alt : "Lenz Weber-Tronic" ,
413+ organization : "Apollo" ,
414+ tags : [
415+ {
416+ label : "Bluesky" ,
417+ url : "https://bsky.app/profile/phry.dev" ,
418+ icon : < Bluesky2Icon className = "size-5" /> ,
419+ } ,
420+ {
421+ label : "GitHub" ,
422+ url : "https://github.com/phryneas" ,
423+ icon : < GitHubIcon className = "size-5" /> ,
424+ } ,
425+ {
426+ label : "LinkedIn" ,
427+ url : "https://www.linkedin.com/in/lenz-w-069040113/" ,
428+ icon : < LinkedInIcon className = "size-5" /> ,
429+ } ,
430+ {
431+ label : "X" ,
432+ url : "https://x.com/jovidecroock" ,
433+ icon : < TwitterIcon className = "size-5" /> ,
434+ } ,
435+ {
436+ label : "Website" ,
437+ url : "https://phryneas.de/" ,
438+ icon : < GlobeIcon className = "size-5" /> ,
439+ } ,
440+ ] ,
441+ } ,
291442 {
292443 label : "Marc-Andre Giroux" ,
293444 imageUrl : "https://github.com/xuorig.png" ,
@@ -390,6 +541,42 @@ export const ambassadors: Ambassador[] = [
390541 } ,
391542 ] ,
392543 } ,
544+ {
545+ label : "Rigin Oommen" ,
546+ imageUrl : "https://github.com/riginoommen.png" ,
547+ alt : "Rigin Oommen" ,
548+ organization : "Red Hat" ,
549+ tags : [
550+ {
551+ label : "GitHub" ,
552+ url : "https://github.com/riginoommen" ,
553+ icon : < GitHubIcon className = "size-5" /> ,
554+ } ,
555+ {
556+ label : "LinkedIn" ,
557+ url : "https://www.linkedin.com/in/riginoommen/" ,
558+ icon : < LinkedInIcon className = "size-5" /> ,
559+ } ,
560+ ] ,
561+ } ,
562+ {
563+ label : "Sabrina Wasserman" ,
564+ imageUrl : "/img/ambassadors/sabrina-wasserman.jpg" ,
565+ alt : "Sabrina Wasserman" ,
566+ organization : "Facebook" ,
567+ tags : [
568+ {
569+ label : "GitHub" ,
570+ url : "https://github.com/s3wasser" ,
571+ icon : < GitHubIcon className = "size-5" /> ,
572+ } ,
573+ {
574+ label : "LinkedIn" ,
575+ url : "https://www.linkedin.com/in/sabrina-wasserman-251045138/" ,
576+ icon : < LinkedInIcon className = "size-5" /> ,
577+ } ,
578+ ] ,
579+ } ,
393580 {
394581 label : "Sarah Sanders" ,
395582 imageUrl : "/img/ambassadors/sarah-sanders.jpg" ,
@@ -449,6 +636,24 @@ export const ambassadors: Ambassador[] = [
449636 } ,
450637 ] ,
451638 } ,
639+ {
640+ label : "Valentin Cocaud" ,
641+ imageUrl : "https://github.com/EmrysMyrddin.png" ,
642+ alt : "Valentin Cocaud" ,
643+ organization : "The Guild" ,
644+ tags : [
645+ {
646+ label : "GitHub" ,
647+ url : "https://github.com/EmrysMyrddin" ,
648+ icon : < GitHubIcon className = "size-5" /> ,
649+ } ,
650+ {
651+ label : "LinkedIn" ,
652+ url : "https://www.linkedin.com/in/valentin-cocaud/" ,
653+ icon : < LinkedInIcon className = "size-5" /> ,
654+ } ,
655+ ] ,
656+ } ,
452657 {
453658 label : "Warren Day" ,
454659 imageUrl : "/img/ambassadors/warren-day.jpeg" ,
0 commit comments