File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,30 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
164
164
</ >
165
165
) ,
166
166
} ,
167
+ {
168
+ id : "chaoss-event-badge" ,
169
+ title : "CHAOSS D&I Event Badge" ,
170
+ contents : (
171
+ < >
172
+ < img
173
+ src = "https://img.shields.io/badge/D%26I-Gold-yellow?style=flat-square& labelColor = 583586 && link = https ://github.com/badging/event-diversity-and-inclusion/issues/255/&logo=data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1MCAyNTAiPgo8cGF0aCBmaWxsPSIjMUM5QkQ2IiBkPSJNOTcuMSw0OS4zYzE4LTYuNywzNy44LTYuOCw1NS45LTAuMmwxNy41LTMwLjJjLTI5LTEyLjMtNjEuOC0xMi4yLTkwLjgsMC4zTDk3LjEsNDkuM3oiLz4KPHBhdGggZmlsbD0iIzZBQzdCOSIgZD0iTTE5NC42LDMyLjhMMTc3LjIsNjNjMTQuOCwxMi4zLDI0LjcsMjkuNSwyNy45LDQ4LjVoMzQuOUMyMzYuMiw4MC4yLDIxOS45LDUxLjcsMTk0LjYsMzIuOHoiLz4KPHBhdGggZmlsbD0iI0JGOUNDOSIgZD0iTTIwNC45LDEzOS40Yy03LjksNDMuOS00OS45LDczLTkzLjgsNjUuMWMtMTMuOC0yLjUtMjYuOC04LjYtMzcuNS0xNy42bC0yNi44LDIyLjQKCWM0Ni42LDQzLjQsMTE5LjUsNDAuOSwxNjIuOS01LjdjMTYuNS0xNy43LDI3LTQwLjIsMzAuMS02NC4ySDIwNC45eiIvPgo8cGF0aCBmaWxsPSIjRDYxRDVGIiBkPSJNNTUuNiwxNjUuNkMzNS45LDEzMS44LDQzLjMsODguOCw3My4xLDYzLjVMNTUuNywzMy4yQzcuNSw2OS44LTQuMiwxMzcuNCwyOC44LDE4OEw1NS42LDE2NS42eiIvPgo8L3N2Zz4K"
174
+ alt = "D& I Badging badge state : Gold "
175
+ className = "mb-0"
176
+ />
177
+ < p >
178
+ Awarded to events in the open source community that fosters healthy
179
+ D& I practices . { " " }
180
+ < a
181
+ href = "https://chaoss.community/diversity-and-inclusion-badging/"
182
+ target = "_blank"
183
+ >
184
+ Learn More
185
+ </ a >
186
+ .
187
+ </ p >
188
+ </ >
189
+ ) ,
190
+ } ,
167
191
{
168
192
id : "health-and-safety" ,
169
193
title : "Health & Safety" ,
You can’t perform that action at this time.
0 commit comments