-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathvolunteer.html
408 lines (398 loc) · 18.7 KB
/
volunteer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Source San José - Volunteer</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./assets/css/global.min.css" />
<link rel="stylesheet" href="./assets/css/header.min.css" />
<link rel="stylesheet" href="./assets/css/footer.min.css" />
<link rel="stylesheet" href="./assets/css/volunteer.min.css" />
<script src="https://kit.fontawesome.com/a5c8bf6536.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap"
rel="stylesheet" />
<script src="./assets/js/app.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-26B6FB8T8P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-26B6FB8T8P');
</script>
</head>
<body>
<div class="container">
<header>
<a href="./index.html">
<img src="./assets/img/logonav.png" id="navlogo" alt="Open Source San José logo" />
</a>
<div id="menu-btn">
<i onclick="menu_toggle()" id="fa-btn" class="fas fa-2x fa-bars"></i>
</div>
<div id="navlinks">
<div id="links">
<a href="./index.html">Home</a>
<a href="./volunteer.html">Volunteer</a>
<a href="./about.html">About Us</a>
<a href="./projects.html">Projects</a>
<a href="https://www.meetup.com/Code-for-San-Jose/" target="_blank" rel="noopener noref">Events</a>
<!-- <a href="https://www.codeforamerica.org/donate-to-a-brigade?utm_campaign=Code%20for%20San%20Jose&utm_source=CodeforSanJose%20site"
target="_blank" rel="noopener noref">Donate</a> -->
<a href="./faq.html">FAQ</a>
</div>
<div id="sociallinks">
<a class="tooltip" href="https://discord.gg/XMrqrCfprT" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/Discord_Mark.png" alt="Discord logo" class="socialnav" />
<span class="tooltiptext">Discord</span>
</a>
<a class="tooltip" href="https://www.opensourcesanjose.eventbrite.com/" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/Eventbrite_logo_blog1.png" alt="Meetup logo" class="socialnav" />
<span class="tooltiptext">Eventbrite</span>
<a class="tooltip" href="https://www.meetup.com/Code-for-San-Jose/" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/meetup-logo-m-swarm.png" alt="Meetup logo" class="socialnav" />
<span class="tooltiptext">Meetup</span>
</a>
<a class="tooltip" href="https://sfba.social/@opensourcesanjose" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/mastodon.svg" alt="Mastodon logo" class="socialnav" />
<span class="tooltiptext">Mastodon</span>
</a>
<a class="tooltip" href="https://www.facebook.com/codeforsanjose/" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/f_logo_RGB-Blue_512.png" alt="Facebook logo" class="socialnav" />
<span class="tooltiptext">Facebook</span>
</a>
<a class="tooltip" href="https://twitter.com/OpenSourceSJ" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/Twitter_Social_Icon_Circle_Color.svg" alt="Twitter logo"
class="socialnav" />
<span class="tooltiptext">Twitter</span>
</a>
<a class="tooltip" href="https://github.com/codeforsanjose/" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/GitHub-Mark-Light-120px-plus.png" alt="Github logo" class="socialnav" />
<span class="tooltiptext">Github</span>
</a>
<a class="tooltip" href="https://medium.com/code-for-san-jose" target="_blank" rel="noopener noref">
<img src="./assets/img/social_logos/Monogram.svg" alt="Medium logo" class="socialnav" />
<span class="tooltiptext">Medium</span>
</a>
</div>
</div>
</header>
<div class="small-hero" id="volunteer">
<h1>Volunteer</h1>
<div id="artist-info">
<p>Arch of Dignity</p>
<p>Judy Baca</p>
<p><a href="http://www.judybaca.com/artist/">judybaca.com</a></p>
</div>
</div>
<div class="h2bar"></div>
<h2>Getting Started</h2>
<div class="text-content">
<p>Our new volunteer sign-up form is <a href="https://forms.gle/pfLfKGidXK3HJGKf6">here</a>. It's not mandatory to fill out, but we will share the responses with project managers for them to get a sense of skillset and availability.</p>
</div>
<div class="text-content">
<p class="notify">We are back to in-person hacknights being held at Hacker Dojo in Mountain View! For now,
we plan on meeting up on a monthly basis on the 1st Thursday of the month. Check out our Meetup page or join our Discord server for details and registration links.</p>
<ol id="gettingStartedList">
<li>
<div class="getting_started">
<a href="https://discord.gg/XMrqrCfprT" target="_blank" rel="noopener noref">
<p>Join Our Discord</p>
<img src="./assets/img/social_logos/Discord_Mark.png" alt="Discord logo" />
</a>
</div>
</li>
<li>
<div class="getting_started">
<a href="https://www.opensourcesanjose.eventbrite.com/" target="_blank" rel="noopener noref">
<p>Attend a Meeting</p>
<img src="./assets/img/social_logos/meetup-logo-script.png" alt="meetup-logo-m-swarm.svg" />
</a>
</div>
</li>
<li>
<div class="getting_started">
<a href="https://github.com/codeforsanjose/" target="_blank" rel="noopener noref">
<p>Browse Our Github</p>
<img src="./assets/img/social_logos/GitHub_Logo_White.png" alt="GitHub-Mark-Light-120px-plus.png" />
</a>
</div>
</li>
<li>
<div class="getting_started">
<a href=" https://forms.gle/pfLfKGidXK3HJGKf6" target="_blank" rel="noopener noref">
<p>Fill Out Our Onboarding Form</p>
<img src="./assets/img/social_logos/Google_Forms_logo.png" alt="Google_Forms_logo.png" />
</a>
</div>
</li>
</ol>
<p>
Our online Discord chat group and in-person Meetings are great places to
get started helping with a project! Anyone can join! Technical skills
are not required to contribute.
</p>
<p>
<strong>1. Join Our Discord</strong>
<a href="https://discord.gg/XMrqrCfprT" target="_blank" rel="noopener noref"><button
class="volunteer-btns">JOIN
DISCORD</button></a>
</p>
<p>
We use Discord as our primary communication
channel to collaborate on projects and stay updated on events.
</p>
<p></p>
<p>
<strong>2. Attend a Meeting</strong>
<a href="https://www.opensourcesanjose.eventbrite.com/" target="_blank" rel="noopener noref"><button
class="volunteer-btns">SEE MEETUPS</button></a>
</p>
<p>
Event details for our next virtual meeting are available on our Eventbrite page. We
onboard new members at every meetings. You can also meet our existing
members and team leads. Everyone is welcome!
</p>
<p>
Open Source San José typically meets two Thursdays a month at 6:30pm.
<!-- at
ActionSpot (453 W. San Carlos St). -->
</p>
<p>
<strong>3. Browse Our Projects on Github</strong>
<a href="https://github.com/codeforsanjose/" target="_blank" rel="noopener noref"><button
class="volunteer-btns">VIEW
GITHUB</button></a>
</p>
<p>
We use Github to store, manage, and publish the open source code for
our projects. If you don't have an account yet, you will need to sign
up.
</p>
<p>
Take a look at our Github repositories to see what we are working on
currently and what we could use your help with!
</p>
<p>
<strong>4. Fill Out Our Onboarding Interest Form </strong>
<a href="https://forms.gle/pfLfKGidXK3HJGKf6" target="_blank" rel="noopener noref"><button
class="volunteer-btns">FILL OUT GOOGLE FORM</button></a>
</p>
<p>
We will use the responses to better understand what volunteers are looking to do and see
if any project managers are looking for that skillset and interest. If no one has reached out, feel
free to ping us on Discord. We are all volunteers, so there may be some lag in response
but someone will eventually reach out.
</p>
</div>
<div class="h2bar"></div>
<h2>Before you join...</h2>
<div class="text-content codeOfConduct">
<p>
Every member is expected to <span>read and abide by</span> both our Code of Conduct
and Anti-Harassment policy. <span>Please read them both
carefully.</span>
</p>
<p>
This document is adapted from Code for America's Code of Conduct and
Anti-Harassment Policy.
</p>
<h3>Code of Conduct</h3>
<p>
The Open Source San José community expects that Open Source San José network
activities, events, and digital forums:
</p>
<ol>
<li>Are a <span>safe</span> and <span>respectful</span> environment for all participants.</li>
<li>Are a place where people are free to <span>
fully express their
identities
</span>.</li>
<li><span>Presume the value of others</span>. Everyone's ideas, skills, and
contributions have value.</li>
<li><span>Don't assume everyone has the same context</span>, and encourage
questions.</li>
<li>Find a way for people to be <span>productive</span> with their skills <span>
(technical
and not)
</span> and energy. Use language such as <span>"yes/and,"</span> not "no/but."</li>
<li><span>Encourage</span> members and participants to <span>listen</span> as much as they speak.</li>
<li>Strive to build tools that are <span>
open and free technology for public
use</span>.</li>
<li><span>Prioritize access</span> for and input from those who are <span>
traditionally
excluded from the civic process</span>.</li>
<li>Work to ensure that the community is <span>well-represented</span> in the
planning, design, and implementation of civic tech. This includes
<span>encouraging participation</span> from <span>
women, minorities, and traditionally
marginalized groups
</span>.</li>
<li><span>Actively involve community groups</span> and those with subject matter
expertise in the decision-making process.</li>
<li>Ensure that the <span>relationships</span> and conversations between <span>
community
members
</span>, the <span>local government</span> staff and <span>community partners</span> remain
<span>respectful, participatory, and productive</span>.</li>
<li>Provide an environment where people are <span>
free from discrimination
or harassment
</span>.</li>
</ol>
<p>
Open Source San José reserves the right to ask anyone in violation of
these policies not to participate in our
activities, events, and digital forums.
</p>
<h3>Anti-Harassment Policy</h3>
<p>
This anti-harassment policy is based on the example <a
href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy" target="_blank"
rel="noopener noref">policy from the
Geek Feminism wiki</a>, created by the Ada Initiative and other
volunteers.
</p>
<p>
This policy is based on several other policies, including the Ohio
LinuxFest anti-harassment policy, written by Esther Filderman and Beth
Lynn Eicher, and the Con Anti-Harassment Project. Mary Gardiner,
Valerie Aurora, Sarah Smith, and Donna Benjamin generalized the
policies and added supporting material. Many members of LinuxChix,
Geek Feminism and other groups contributed to this work.
</p>
<p>
All Open Source San José network activities, events, and digital forums
and their staff, presenters, and participants are held to an
anti-harassment policy, included below.
</p>
<p>
In addition to governing our own events by this policy, Open Source San
José will only lend our brand and fund groups that offer an
anti-harassment policy to their attendees. For information on how to
offer an anti-harassment policy to your group, see this <a
href="https://docs.google.com/document/d/1Zg2FDt7awgfCmdcbzMwKHMb1A7KDOhs_z7ibCb3TLLQ/edit" target="_blank"
rel="noopener noref">guide from
Code for America</a>.
</p>
<p>
Open Source San José is dedicated to providing a <span>
harassment-free
experience for everyone
</span> regardless of <span>
gender, gender identity and
expression, sexual orientation, disability, physical appearance, body
size, race, age, or religion
</span>. <span>
We do not tolerate harassment of staff,
presenters, and participants in any form
</span>. <span>
Sexual language and imagery
is not appropriate
</span> for any Open Source San José event or network activity,
including talks. <span>Anyone in violation of these policies may be expelled</span>
from Open Source San José network activities, events, and digital forums,
at the discretion of the event organizer or forum administrator.
</p>
<p>
<span>Harassment includes but is not limited to:</span>
<ul>
<li>Offensive verbal or written
comments related to:</li>
<ul>
<li>Gender</li>
<li>Gender identity and expression</li>
<li>Sexual orientation</li>
<li>Disability</li>
<li>Physical appearance</li>
<li>Body size</li>
<li>Race</li>
<li>Religion</li>
</ul>
<li>Sexual images in public spaces</li>
<li>Deliberate intimidation</li>
<li>Stalking</li>
<li>Following</li>
<li>Harassing photography or recording</li>
<li>Sustained disruption of talks or other events</li>
<li>Inappropriate physical contact</li>
<li>Unwelcome sexual attention</li>
<li>Unwarranted exclusion</li>
<li>Patronizing language or action</li>
</ul>
</p>
<p>
If a participant engages in harassing behavior, the organizers may
take any action they deem appropriate, including warning the offender
or expulsion from Open Source San José network activities, events, and
digital forums.
</p>
<p>
If you are being harassed, notice that someone else is being harassed,
or have any other concerns, please contact Open Source San José Captains
<a href="mailto:[email protected]" target="_blank" rel="noopener noref">Annie Steenson, Joseph Richardson
and Yan-Yin Choy</a>.
</p>
<p>
Event staff or forum administrators will be happy to help participants
contact hotel/venue security or local law enforcement, provide
escorts, or otherwise assist those experiencing harassment to feel
safe for the duration of the event.
</p>
<p>
If you cannot reach an event organizer or forum administrator and/or
it is an emergency, please call 911 and/or remove yourself from the
situation.
</p>
<p>
We value your attendance and hope that by communicating these
expectations widely we can all enjoy a harassment-free environment.
</p>
<h3 class="h3_wrap">Email Template for Anti-Harassment Reporting</h3>
<p>SUBJECT: Safe Space alert at [EVENT NAME]</p>
<p>
I am writing because of harassment at a Open Source San José Communities
event, (NAME, PLACE, DATE OF EVENT).
</p>
<p>You can reach me at (CONTACT INFO). Thank you.</p>
<p>Source:
<a href="https://github.com/codeforsanjose/codeofconduct" target="_blank" rel="noopener noref">Github</a>
</p>
</div>
<footer>
<div id="foot-links">
<div id="site-map">
<h5>Site Map</h5>
<a href="./volunteer.html">Volunteer</a>
<a href="./about.html">About Us</a>
<a href="./projects.html">Projects</a>
<a href="https://www.codeforamerica.org/donate-to-a-brigade?utm_campaign=Code%20for%20San%20Jose&utm_source=CodeforSanJose%20site"
target="_blank" rel="noopener noref">Donate</a>
<a href="https://www.meetup.com/Code-for-San-Jose/" target="_blank" rel="noopener noref">Events</a>
<a href="./faq.html">FAQ</a>
</div>
<div id="social-footer">
<h5>Social Media</h5>
<a href="https://discord.gg/hjSVPBsEhf" target="_blank" rel="noopener noref">Discord</a>
<a href="https://www.opensourcesanjose.eventbrite.com/" target="_blank" rel="noopener noref">Eventbrite</a>
<a href="https://sfba.social/@opensourcesanjose" target="_blank" rel="noopener noref">Mastodon</a>
<a href="https://www.meetup.com/Open-Source-San-Jose/" target="_blank" rel="noopener noref">Meetup</a>
<a href="https://www.facebook.com/opensourcesanjose/" target="_blank" rel="noopener noref">Facebook</a>
<a href="https://medium.com/code-for-san-jose" target="_blank" rel="noopener noref">Medium</a>
<a href="https://github.com/codeforsanjose/" target="_blank" rel="noopener noref">Github</a>
<a href="https://twitter.com/OpenSourceSJ" target="_blank" rel="noopener noref">Twitter</a>
</div>
</div>
<div id="legal">
<a href="./index.html">
<img src="./assets/img/logonav.png" alt="Open Source San José Logo">
</a>
<p>Got feedback? <a href="mailto:[email protected]">Let us know!</a></p>
<p>© Open Source San José 2014 - 2024</p>
</div>
</footer>
</div>
</body>
</html>