Skip to content

Commit 8eecf79

Browse files
authored
Add CHAOSS D&I badge (#1476)
1 parent c853fe5 commit 8eecf79

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/pages/conf/faq.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,30 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
164164
</>
165165
),
166166
},
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+
},
167191
{
168192
id: "health-and-safety",
169193
title: "Health & Safety",

0 commit comments

Comments
 (0)