forked from peterjwest/do-coc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (29 loc) · 2.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSOxford Code of Conduct</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style>body { font-size: 16px; line-height: 1.6; } p { margin-bottom: 20px; } h1, h2 { margin-bottom: 20px; }</style>
</head>
<body>
<div class="container">
<h1>JSOxford Code of Conduct</h1>
<h2>The quick version</h2>
<p>The JSOxford Group is dedicated to providing a harassment-free community for everyone, regardless of sex, gender identity or expression, sexual orientation, disability, physical appearance, age, body size, race, nationality, religious beliefs, or technology choices. We do not tolerate harassment of community members in any form. Participants violating these rules may be sanctioned or expelled from from JSOxford services or events at the discretion of the JSOxford organisers.</p>
<h2>The less quick version</h2>
<p>Harassment includes offensive verbal or written comments related to sex, gender identity or expression, sexual orientation, disability, physical appearance, age, body size, race, nationality, religious beliefs, technology choices, deliberate intimidation, threats, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. Sexual language and imagery is not appropriate for any JSOxford event or communication channel. Harassment in online services extends to sending excessively large or numerous messages, or uploading offensive images or videos.</p>
<p>Everyone using JSOxford services or attending JSOxford events is subject to the anti-harassment policy; this includes sponsors, speakers, recruiters and organisers.</p>
Anyone asked to stop any harassing behavior is expected to comply immediately.
<p>If a community member engages in harassing behavior, the JSOxford organisers may warn the offender or expel them from JSOxford services or events. If you are being harassed, notice that someone else is being harassed, or have any other concerns; please contact a JSOxford organiser immediately.</p>
<p>JSOxford organisers may also provide an additional code of conduct for the needs of individual communication channels or events.</p>
<h2>JSOxford organisers</h2>
<p>Organisers include:</p>
<ul>
<li>Ben Foxall (Slack: @ben)</li>
<li>Pete West (Slack: @peterjwest)</li>
<li>Ryan Brooks (Slack: @ryan)</li>
</ul>
</div>
</body>
</html>