-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
index.html
507 lines (490 loc) · 28.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Open Source Diversity</title>
<meta name="description" content="For more diversity & inclusion in free & open source software communities :)">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="vendor/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="shortcut icon" href="img/opensourcediversity-icon.png">
<link rel="apple-touch-icon-precomposed" href="img/opensourcediversity-icon.png">
<meta property="og:type" content="object">
<meta property="og:site_name" content="Open Source Diversity">
<meta property="og:title" content="Open Source Diversity">
<meta property="og:description" content="For more diversity & inclusion in free & open source software communities :)">
<meta property="og:image" content="img/opensourcediversity-icon.png">
<meta property="og:image:width" content="250">
<meta property="og:image:height" content="250">
<meta property="og:url" content="https://opensourcediversity.org">
<meta property="twitter:card" content="summary">
<meta property="twitter:title" content="Open Source Diversity">
<meta property="twitter:description" content="For more diversity & inclusion in free & open source software communities :)">
<meta property="twitter:image" content="img/opensourcediversity-icon.png">
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">
<img alt="White Flower Icon of Open Source Diversity" title="White Flower Icon" src="img/opensourcediversity-icon-white.svg" />
Open Source Diversity
</a>
<button class="navbar-toggler first-button" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="screen-reader-text">Menu</span>
<svg class="icon icon-menu-toggle" aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100">
<g class="svg-menu-toggle">
<path class="line line-1" d="M5 13h90v14H5z"/>
<path class="line line-2" d="M5 43h90v14H5z"/>
<path class="line line-3" d="M5 73h90v14H5z"/>
</g>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#basics">Basics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#spaces">Spaces</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#programs">Programs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#articles">Articles</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#consulting">Consulting</a>
</li>
</ul>
<ul class="navbar-nav flex-row ml-md-auto">
<li class="nav-item">
<a class="nav-link p-2" href="https://github.com/opensourcediversity" target="_blank" rel="noopener" aria-label="GitHub">
<img alt="GitHub" title="GitHub" src="img/github.svg" />
</a>
</li>
<li class="nav-item">
<a class="nav-link p-2" href="https://twitter.com/osdiversity" target="_blank" rel="noopener" aria-label="Twitter">
<img alt="Twitter" title="Twitter" src="img/twitter.svg" />
</a>
</li>
<li class="nav-item">
<a class="nav-link p-2" href="https://discourse.opensourcediversity.org" target="_blank" rel="noopener" aria-label="Discourse forum">
<img alt="Discourse forum" title="Discourse Forum" src="img/discourse.svg" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="jumbotron text-center">
<div class="container">
<img alt="White Flower Icon of Open Source Diversity" title="Large white flower icon" src="img/opensourcediversity-icon-white.svg" />
<h1 class="jumbotron-heading">Open Source Diversity</h1>
<p class="lead">For more diversity & inclusion in free & open source software communities 😊</p>
<p>
<a href="https://discourse.opensourcediversity.org/" class="btn btn-primary" target="_blank" rel="noopener"><img src="img/discourse.svg" alt="Discourse Icon" /> Join our forum!</a>
<a href="https://t.me/diversityandinclusioninoss" class="btn btn-primary" target="_blank" rel="noopener">Join us on Telegram!</a>
</p>
</div>
</section>
<section id="basics" class="container text-center">
<header>
<hr/>
<h2>Basics</h2>
<p>First steps to help make your open source project more friendly and inclusive</p>
</header>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://www.contributor-covenant.org" target="_blank" rel="noopener">
<img alt="Contributor Covenant Image Link" title="Contributor Covenant" src="img/projects/contributorcovenant.png" />
<h3>Contributor Covenant</h3>
<p>A Code of Conduct for Open Source Projects.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.firsttimersonly.com" target="_blank" rel="noopener">
<img alt="First Timers Only image link" title="First-Timers Only" src="img/projects/FTO.JPG" />
<h3>First Timers Only</h3>
<p>A beginner-friendly outline and guide to help you get started with open source!</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://up-for-grabs.net" target="_blank" rel="noopener">
<img alt="Up For Grabs image link" title="Up For Grabs" src="img/projects/upforgrabs.png" />
<h3>Up For Grabs</h3>
<p>A list of projects which have curated tasks specifically for new contributors. These are a great way to get started with a project.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://firstcontributions.github.io" target="_blank" rel="noopener">
<img alt="First Contributions image link" title="First Contributions" src="img/projects/firstcontribution.jpg" />
<h3>First Contributions</h3>
<p>🚀✨ Make your first open source contribution in 5 minutes.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://ovio.org/issues" target="_blank" rel="noopener">
<img alt="Ovio image link" title="Ovio" src="img/projects/ovio.png" />
<h3>Ovio</h3>
<p>Boost your open-source contributions with Ovio's search and smart matching tools for developers.</p>
</a>
</div>
</section>
<section id="projects" class="container text-center">
<header>
<hr/>
<h2>Projects</h2>
<p>Open source projects which support underrepresented groups and where you can participate</p>
</header>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://speakerinnen.org/" target="_blank" rel="noopener">
<img alt="Speakerinnen image link" title="Speakerinnen" src="img/projects/speakerinnen.jpg" />
<h3>Speakerinnen</h3>
<p>Register as speakerin & find speakerinnen!</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Women_in_Red" target="_blank" rel="noopener">
<img alt="WikiProject Women in Red image link" title="WikiProject Women in Red" src="img/projects/wikipedia-womeninred.png" />
<h3>WikiProject Women in Red</h3>
<p>Increasing the representation of women on Wikipedia through biographies and articles of women’s achievements.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://chayn.co/" target="_blank" rel="noopener">
<img alt="Chayn image link" title="Chayn" src="img/projects/chayn.png" />
<h3>Chayn</h3>
<p>A volunteer network tackling gender based violence globally by creating intersectional survivor-led resources on the web.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="http://supernovaproject.org/" target="_blank" rel="noopener">
<img alt="Supernova Project image link" title="Supernova Project" src="img/projects/supernovaproject.svg" />
<h3>The Supernova Project</h3>
<p>Empowering LGBTQIA+ people around the world who are experiencing domestic abuse by providing a queer friendly platform of information and support.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://signdict.org/?locale=en" target="_blank" rel="noopener">
<img alt="SignDict image link" title="SignDict" src="img/projects/signdict.svg" />
<h3>SignDict</h3>
<p>SignDict is an open dictionary for sign language. Everyone is invited to join in.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://wheelmap.org/" target="_blank" rel="noopener">
<img alt="wheelmap image link" title="wheelmap" src="img/projects/wheelmap.jpg" />
<h3>Wheelmap</h3>
<p>The world's biggest crowdsourced and open database for ♿ wheelchair-accessible places.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://www.accessibility.cloud/" target="_blank" rel="noopener">
<img alt="accessibility cloud image link" title="accessibility cloud" src="img/projects/accessibilitycloud.png" />
<h3>accessibility.cloud</h3>
<p>Simplifies sharing and obtaining accessibility data in a standardized, future-proof, easy-to-use way.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://a11yproject.com" target="_blank" rel="noopener">
<img alt="a11y project image link" title="a11y project" src="img/projects/a11yproject.svg" />
<h3>A11Y Project</h3>
<p>A community-driven effort to make web accessibility easier.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://voice.mozilla.org/" target="_blank" rel="noopener">
<img alt="common voice image link" title="common voice" src="img/projects/commonvoice.png" />
<h3>Common Voice</h3>
<p>Mozilla's initiative to help teach machines how real people speak.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://chaoss.community/metrics/" target="_blank" rel="noopener">
<img alt="Chaoss Diversity and Inclusion Workgroup image link" title="Chaoss D&I Workgroup" src="img/projects/chaoss.jpg" />
<h3>CHAOSS D&I Workgroup</h3>
<p>Collection of resources for projects to create a diversity and inclusion report.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://drnikki.github.io/open-demographics/" target="_blank" rel="noopener">
<img alt="Open Demographics image link" title="Open Demographics" src="img/projects/open-demographics.png" />
<h3>Open Demographics</h3>
<p>Open Demographics is a recommended set of questions that anyone can use to ask community members about their demographics.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.mediawiki.org/wiki/Wiki_Techstorm" target="_blank" rel="noopener">
<img alt="Wikimedia techstorm hackathon image link" src="img/projects/Techstorm-2019-logo-color.svg" />
<h3>Wikitechstorm</h3>
<p>Technical wikimedia hackaton designed initially for women*.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://meta.wikimedia.org/wiki/Gender_gap" target="_blank" rel="noopener">
<img alt="Mind the gap image link" src="img/projects/Mind_the_gap1.svg" />
<h3>Gender gap</h3>
<p>Hub for resources and information about Wikimedia's gender gaps.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://fr.wikipedia.org/wiki/Projet:Les_sans_pagEs" target="_blank" rel="noopener">
<img alt="les sans pages image link" src="img/projects/Les_sans_pagEs_drawing_Fhala.K.svg" />
<h3>les sans pagEs</h3>
<p>Francophone wikipedian project to reduce gender bias on wikimedia projects.</p>
</a>
<a class="col-md-4" href="https://discover-cookbook.numfocus.org/" target="_blank" rel="noopener">
<img alt="" src="img/projects/discover-cookbook.png" />
<h3>DISCOVER Cookbook</h3>
<p>This cookbook is intended as a resource for organizers of conferences and events to support and encourage diversity and inclusion at those events.</p>
</a>
</div>
</section>
<section id="spaces" class="container text-center">
<hr/>
<h2>Spaces</h2>
<p>Find a local space or meetup where you can work with like-minded people!</p>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://opencollective.com/opensourcediversity/events" target="_blank" rel="noopener">
<img alt="Open Source Diversity Berlin Meetup image link" title="Open Source Diversity Berlin Meetup " src="img/opensourcediversity-icon-margin.svg" />
<h3>Open Source Diversity<br>Berlin</h3>
<p>Monthly meetup in Berlin for members of underrepresented groups who want to contribute to open source projects.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://diversifyingopensource.github.io" target="_blank" rel="noopener">
<img alt="Diversify Open Source Bangalore image link" title="Diversify Open Source Bangalore" src="img/projects/diversifyfoss.png" />
<h3>Diversify Open Source<br>Bangalore</h3>
<p>We help, encourage and celebrate underrepresented people to contribute in open source projects and speak at conferences!</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="http://heartofcode.org" target="_blank" rel="noopener">
<img alt="Heart of Code image link" title="Heart of Code" src="img/projects/heartofcode.jpg" />
<h3>Heart of Code<br>Berlin</h3>
<p>Hurra, hurra, wir sind ein Hackerinnenaußenspace in Berlin!</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="http://doubleunion.org" target="_blank" rel="noopener">
<img alt="Double Union San Francisco image link" title="Double Union San Francisco" src="img/projects/doubleunion.png" />
<h3>Double Union<br>San Francisco</h3>
<p>Double Union is a hacker/maker space for women in San Francisco.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://openlabs.cc" target="_blank" rel="noopener">
<img alt="Open Labs Tirana image link" title="Open Labs Tirana" src="img/projects/openlabs.jpg" />
<h3>Open Labs<br>Tirana</h3>
<p>The first hackerspace in Albania dedicated to Free and Open Source Software, Privacy and the Commons.</p>
</a>
</div>
</section>
<section id="programs" class="container text-center">
<hr/>
<h2>Programs</h2>
<p>Recurring programs for mentorship, funding or networking</p>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://railsgirlssummerofcode.org" target="_blank" rel="noopener">
<img alt="RailsGirls Summer of Code image link" title="RailsGirls Summer of Code" src="img/projects/railsgirls.png" />
<h3>RailsGirls Summer of Code</h3>
<p>A global fellowship program aimed at bringing more diversity into Open Source. Successful applicants are paid a 3-month stipend to work on Open Source projects of their choice.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.outreachy.org" target="_blank" rel="noopener">
<img alt="Outreachy image link" title="Outreachy" src="img/projects/outreachy.png" />
<h3>Outreachy</h3>
<p>3-month internships for people traditionally underrepresented in tech. Interns work remotely with mentors from Free and Open Source Software communities.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://gssoc.girlscript.tech/" target="_blank" rel="noopener">
<img alt="GirlScript Summer of Code image link" title="GirlScript Summer of Code" src="img/projects/girlscriptsummerofcode.jpg" />
<h3>GirlScript Summer of Code</h3>
<p>3 month long Open Source program during summers, with an aim to help beginners get started with Open Source Development while encouraging diversity.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://outspokenwomen.io" target="_blank" rel="noopener">
<img alt="Outspoken Women image link" title="Outspoken Women" src="img/projects/outspokenwomen.jpg" />
<h3>Outspoken Women</h3>
<p>A resource for women and non-binary individuals in the open source tech industry by providing them with support, mentorship programs and financial scholarships to speak at events seeking underrepresented speakers and attendees.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.writespeakcode.com" target="_blank" rel="noopener">
<img alt="Write Speak Code image link" title="write/speak/code" src="img/projects/writespeakcode.jpg" />
<h3>Write/Speak/Code</h3>
<p>Visibility and leadership for women & non-binary coders through thought leadership, conference speaking, open source & more.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://github.com/womenhackfornonprofits" target="_blank" rel="noopener">
<img alt="Women Hack for Non-profits image link" title="Women Hack for Non-Profits" src="img/projects/womenhackfornonprofits.jpg" />
<h3>Women Hack for Non-Profits</h3>
<p>A community of women in tech building open source projects for non-profit organizations and individuals with a cause.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://openheroines.org" target="_blank" rel="noopener">
<img alt="open heroines image link" title="open heroines" src="img/projects/openheroines.jpg" />
<h3>Open Heroines</h3>
<p>Voices of women working in open government, open data and civic tech.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://prototypefund.de" target="_blank" rel="noopener">
<img alt="Prototype Fund image link" title="Prototype Fund" src="img/projects/prototypefund.jpg" />
<h3>Prototype Fund</h3>
<p>Der Prototype Fund unterstützt Softwareentwickler*innen, Hacker*innen und Kreative dabei, ihre Ideen vom Konzept bis zur ersten Demo zu entwickeln.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="http://joinfundclub.com" target="_blank" rel="noopener">
<img alt="Fund Club image link" title="Fund Club" src="img/projects/fundclub.jpg" />
<h3>Fund Club</h3>
<p>Pledge $100/month to fund tech projects by and for marginalized people.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://www.redhat.com/en/about/women-in-open-source" target="_blank" rel="noopener">
<img alt="Women in Open Source Award image link" title="Women in Open Source Award" src="img/projects/womeninopensource.png" />
<h3>Women in Open Source Award</h3>
<p>We believe open source is the future of technology. It's time to recognize the contributions women are making and inspire a new generation to join the open source movement.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.globaldiversitycfpday.com" target="_blank" rel="noopener">
<img alt="Global Diversity CFP Day image link" title="Global Diversity CFP Day" src="img/projects/globaldiversitycfpday.jpg" />
<h3>Global Diversity CFP Day</h3>
<p>Workshops hosted around the globe encouraging and advising newbie speakers to put together your very first talk proposal.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://hacktoberfest.digitalocean.com/" target="_blank" rel="noopener">
<img alt="Hacktoberfest image link" title="Hacktoberfest" src="img/projects/hacktober.jpg" />
<h3>Hacktoberfest</h3>
<p>Hacktoberfest is a month-long celebration of Open Source software which motivates Open Source contributors to boost up their contribution.</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://www.fossjobs.net" target="_blank" rel="noopener">
<img alt="fossjobs.net image link" title="fossjobs.net" src="img/projects/fossjobs.svg" />
<h3>fossjobs.net</h3>
<p>Non-profit job portal from and for free & open source software enthusiasts. Only jobs at FOSS companies.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://opensourcedesign.net/jobs/" target="_blank" rel="noopener">
<img alt="Open Source Design job board image link" title="Open Source Design job board" src="img/projects/opensourcedesign.svg" />
<h3>Open Source Design job board</h3>
<p>Find design jobs in free & open source software projects or companies!</p>
</a>
</div>
</section>
<section id="events" class="container text-center no-highlight-effect">
<hr/>
<h2>Events</h2>
<div class="row">
<div class=" col-sm-6 col-md-4 p-4" id="twitter">
<a class= "twitter-timeline"
href="https://twitter.com/osdiversity"
data-tweet-limit="1"
data-chrome="noheader nofooter noborders noscrollbar"
data-link-color="#45b086"
>
Tweets by @osdiversity
</a>
</div>
<div class=" col-sm-6 col-md-4 p-4" id="open-calls">
<!-- <iframe src="https://wiki.mozilla.org/Diversity_and_Inclusion_for_Communities_and_Contributors#Future_Calls"></iframe> -->
<h3>Monthly calls</h3>
<ul>
<li>
<a href="https://events.mozilla.org/opensourcemaintainerhowwomenar" target="_blank" rel="noopener">
March 21 2019: <strong>Open Source Maintainer - Women will Engineer the Future</strong>
</a>
</li>
<li>
<a href="https://wiki.mozilla.org/Diversity_and_Inclusion_for_Communities_and_Contributors/DI_Call_04_04_2019" target="_blank" rel="noopener">
April 4, 2019: <strong>Data, Metrics, Ethics</strong>
</a>
</li>
<li>
<a href="https://wiki.mozilla.org/Diversity_and_Inclusion_for_Communities_and_Contributors#Past_Calls" target="_blank" rel="noopener">
Past calls on the Mozilla wiki
</a>
</li>
</ul>
</div>
<a class="col-sm-6 col-md-4 p-4" id="meetup">
</a>
</div>
</section>
<section id="articles" class="container text-center no-highlight-effect">
<hr/>
<h2>Articles</h2>
<p>Background information on diversity & inclusion in open source</p>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://opensource.com/article/17/9/diversity-and-inclusion-innovation" target="_blank" rel="noopener">
<h3>Diversity and inclusion: Stop talking and do your homework</h3>
<p>Mozilla's research uncovers important ways to promote diversity and inclusion in open source projects. (2017)</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="http://opensourcesurvey.org/2017/" target="_blank" rel="noopener">
<h3>Open Source Survey</h3>
<p>The Open Source Survey is an open data project by GitHub and collaborators from academia, industry, and the broader open source community. (2017)</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://blog.wikimedia.org/2014/09/09/working-together-towards-diversity-in-wikipedia/" target="_blank" rel="noopener">
<h3>Charting Diversity</h3>
<p>Working together towards diversity in Wikipedia. (2014)</p>
</a>
</div>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://www.ashedryden.com/blog/the-ethics-of-unpaid-labor-and-the-oss-community" target="_blank" rel="noopener">
<h3>The Ethics of Unpaid Labor and the OSS Community</h3>
<p>Time commitment, pay inequality, and lack of access to jobs that encourage OSS during business hours. (2013)</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="http://www.tldp.org/HOWTO/Encourage-Women-Linux-HOWTO/" target="_blank" rel="noopener">
<h3>HOWTO Encourage Women in Linux</h3>
<p>An effort to summarize the explanations, recommendations, and opinions of the women who already are interested and active in Linux. (2002)</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="http://geekfeminism.wikia.com/wiki/FLOSS" target="_blank" rel="noopener">
<h3>FLOSS at Geek Feminism</h3>
<p>Wiki page with lots of resources on women in free & open source software. Highlights statistics, issues, and how to encourage women in FLOSS.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://longmoreinstitute.sfsu.edu/archive/there%E2%80%99s-always-something-be-done-liz-henry-being-disabled-tech.html" target="_blank" rel="noopener">
<h3>There’s Always Something to be Done: Liz Henry on Being Disabled in Tech</h3>
<p>Insights from a Release Manager at Mozilla and great further readings.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://opensource.com/life/16/3/can-we-talk-about-ageism" target="_blank" rel="noopener">
<h3>Can we talk about ageism?</h3>
<p>An Overview of Ageism in the Open Source Community.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://about.gitlab.com/blog/2021/04/07/how-the-open-source-community-can-build-more-accessible-products/" target="_blank" rel="noopener">
<h3>How the open source development community can build more accessible software</h3>
<p>An Overview of Ageism in the Open Source Community.</p>
</a>
</div>
</section>
<section id="consulting" class="container text-center no-highlight-effect">
<hr/>
<h2>Consulting</h2>
<p>Experts who share their knowledge and can be hired as consultants</p>
<div class="row">
<a class="col-sm-6 col-md-4 p-4" href="https://otter.technology" target="_blank" rel="noopener">
<h3>Otter Tech</h3>
<p>Diversity and inclusion consulting. Over 10 years experience in open source software development and 4 years experience running open source diversity internships.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://frameshiftconsulting.com" target="_blank" rel="noopener">
<h3>Frame Shift Consulting</h3>
<p>More than just "checking the box" on diversity and inclusion in tech. Our goal is to create long-lasting systemic culture change through workshops, consulting, and speaking engagements.</p>
</a>
<a class="col-sm-6 col-md-4 p-4" href="https://www.ashedryden.com/" target="_blank" rel="noopener">
<h3>Programming Diversity</h3>
<p>We consult with organizations to build and sustain a foundation for diversity and inclusion, specializing in startups, conferences, and open source communities.</p>
</a>
</div>
</section>
<footer>
<div class="container text-center">
<p>Spread the word about Open Source Diversity and <a href="https://github.com/opensourcediversity" target="_blank" rel="noopener">contribute</a>!</p>
<p>Please note that Open Source Diversity has a <a href="https://github.com/opensourcediversity/opensourcediversity.org/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank" rel="noopener">Contributor Code of Conduct</a> based on the <a href="https://www.contributor-covenant.org" target="_blank" rel="noopener">Contributor Covenant</a>.<br>By participating in this project online or at events you agree to abide by its terms.</p>
<p><a href="#">❤️</a></p>
<a class="social-link" href="https://github.com/opensourcediversity" target="_blank" rel="noopener" aria-label="GitHub">
<img alt="GitHub" title="GitHub" src="img/github.svg" />
</a>
<a class="social-link" href="https://twitter.com/osdiversity" target="_blank" rel="noopener" aria-label="Twitter">
<img alt="Twitter" title="Twitter" src="img/twitter.svg" />
</a>
<a class="social-link" href="https://discourse.opensourcediversity.org" target="_blank" rel="noopener" aria-label="Discourse forum">
<img alt="Discourse forum" title="Discourse Forum" src="img/discourse.svg" />
</a>
</div>
</footer>
<script src="vendor/jquery-3.3.1.min.js"></script>
<script src="vendor/popper.min.js"></script>
<script src="vendor/bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$('.first-button').on('click', function () {
$('.icon-menu-toggle').toggleClass('open');
});
});
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service_worker.js')
}
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</script>
<script src="scripts/meetupAPI.js"></script>
</body>
</html>