-
Notifications
You must be signed in to change notification settings - Fork 6
/
conduct-code.html
67 lines (56 loc) · 5.57 KB
/
conduct-code.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bringing nodeschool to Baltimore">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
<link href="/baltimore/assets/narrow.css?hi=ok" rel="stylesheet">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49549894-1', 'baltimorenodeschool.github.io');
ga('send', 'pageview');
</script>
<!-- end Google Analytics -->
<title>Baltimore NodeSchool | Code of Conduct</title>
</head>
<body>
<div class="container ">
<p id="logo-link" style="display: none;"><a href="/baltimore"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p>
<p><a href="/"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p>
<h1 id="code-of-conduct">Code of Conduct</h1>
<p>All attendees, mentors, volunteers and sponsors at <strong>baltimore nodeschool</strong> events are required to agree with the following code of conduct. Organizers will enforce this code throughout the event to the best of our ability. We expect cooperation from all participants to help ensure a safe and welcoming environment for everyone.</p>
<h2 id="how-to-report-harassment">How to Report Harassment</h2>
<p>Report any activity that violates this code of conduct to any volunteer, all of who have been instructed to bring all reports to the organizers immediately. Other perfectly acceptable methods of reporting harassment include:</p>
<ul>
<li>Twitter: <a href="http://twitter.com/bmorenodeschool">@bmorenodeschool</a></li>
<li><strong>Email or call the organizers</strong>: email and phone numbers will be posted clearly and pointed out at the start of each event.</li>
</ul>
<h2 id="the-quick-version">The Quick Version</h2>
<p><strong>baltimore nodeschool</strong> is dedicated to providing a harassment-free experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. In short, if you are harassing someone <em>or if someone interprets your actions as being harassment</em>, you will definitely be asked to stop and possibly asked to leave (without refund where applicable) at the discretion of the event organizers.</p>
<p>Two important notes:</p>
<ol>
<li>Sexual language, innuendo, and imagery are not appropriate at any baltimore nodeschool event and any reports of these or other harassment will be taken seriously by event organizers whenever noticed or reported.</li>
<li>We expect participants to follow these rules at all <strong>baltimore nodeschool</strong> events, including pre- and post-event socializing, on event-related message boards, etc.</li>
</ol>
<h2 id="the-less-quick-version">The Less Quick Version</h2>
<p><strong>baltimore nodeschool</strong> is dedicated to providing a harassment-free experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. Harassment of any kind will not be tolerated.</p>
<p>"Harassment" includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, language, or other material. Sponsor staff (including volunteers) should not wear overtly sexualized clothing/uniforms/costumes or otherwise create a sexualized environment.</p>
<p>If a participant engages in harassing behavior, the organizers may take any action they deem appropriate, including warning the offender or expulsion (with no refund where applicable).</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact an event volunteer or organizer immediately.</p>
<p>If you can't easily locate an event volunteer or organizer or if you are uncomfortable doing so, you can contact the lead organizer, Jason Rhodes, directly and discretely using any of the methods above "Need help?" section.</p>
<p>Event volunteers and organizers will be happy to help participants contact 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>We expect participants to follow these rules at all <em>*baltimore nodeschool</em> events, including after-event socializing.</p>
<h2 id="attribution">Attribution</h2>
<p>This code of conduct is liberally stolen from <a href="http://confcodeofconduct.com">http://confcodeofconduct.com</a> and <a href="http://jsfest.com/conduct.html">http://jsfest.com/conduct.html</a></p>
</div>
</body>
</html>