-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcodeofconduct.html
More file actions
85 lines (64 loc) · 5.01 KB
/
codeofconduct.html
File metadata and controls
85 lines (64 loc) · 5.01 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta property="og:title" content="NodeSchool Denton by nodeschool">
<meta property="og:image" content="/nodeschool_denton.png">
<meta property="og:type" content="website" />
<meta property="og:description" content="Learn, Code, Relax, Enjoy.">
<meta property="twitter:image" content="/nodeschool_denton.png">
<meta name="twitter:title" content="NodeSchool Denton by nodeschool">
<meta name="twitter:description" content="Learn, Code, Relax, Enjoy.">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<title>NodeSchool Denton by nodeschool</title>
</head>
<body>
<header>
<div class="container">
<h1>NodeSchool Denton</h1>
<h2>Learn, Code, Relax, Enjoy.</h2>
<section id="downloads">
<a href="https://github.com/nodeschool/denton-texas" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>Code of Conduct</h1>
<article class="post-content">
<p>All attendees, speakers, sponsors and volunteers are required to agree with the following code of conduct. Organisers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensuring a safe environment for everybody.</p>
<h3 id="tldr-dont-be-a-jerk">tl;dr: Don’t be a Jerk</h3>
<h2 id="need-help">Need Help?</h2>
<p>You have our contact details in the emails we’ve sent.</p>
<h2 id="the-quick-version">The Quick Version</h2>
<p>Our workshops are dedicated to providing a harassment-free experience for everyone, regardless of gender, age, sexual orientation, disability, physical appearance, body size, race, or religion (or lack thereof). We do not tolerate harassment of participants in any form. Sexual language and imagery is not appropriate for any venue, including talks, workshops, parties, Twitter and other online media. The participants violating these rules may be sanctioned or expelled without a refund at the discretion of the organisers.</p>
<h2 id="the-less-quick-version">The Less Quick Version</h2>
<p>Harassment includes offensive verbal comments related to gender, age, 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 sexualised images, activities, or other material. Booth staff (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.</p>
<p>If a participant engages in harassing behavior, the organisers may take any action they deem appropriate, including warning the offender or expulsion with no refund.</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of staff immediately. Workshop staff can be identified as they’ll be wearing branded t-shirts.</p>
<p>The staff members 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. We value your attendance.</p>
<p>We expect participants to follow these rules at workshop venues and related social events.</p>
<ul>
<li>Original source and credit: <a href="http://jsconf.com/codeofconduct.html">JSConf Code of Conduct</a></li>
<li>Please help by translating or improving: <a href="http://github.com/leftlogic/confcodeofconduct.com">http://github.com/leftlogic/confcodeofconduct.com</a></li>
<li>This work is licensed under a Creative Commons Attribution 3.0 Unported License</li>
</ul>
</article>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-44808874-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>